我在 R 中有一个向量,有 1521298 个点,必须对其进行正态性测试。我选择了 Shapiro-Wilk 测试,但 R 函数shapiro.test()说:
shapiro.test()
shapiro.test(z_scores) 中的错误:样本大小必须在 3 到 5000 之间
你知道任何其他功能来测试它或如何规避这个问题吗?
r normal-distribution
normal-distribution ×1
r ×1