pearson.test(x, n.classes = ceiling(2 * (n^(2/5))), adjust = TRUE)
TRUE
(default), the p-value is computed from
a chi-square distribution with n.classes
-3 degrees of freedom, otherwise
from a chi-square distribution with n.classes
-1 degrees of freedom.n.classes
-3 degrees of freedom
if adjust
is TRUE
and from a chi-square distribution with n.classes
-1
degrees of freedom otherwise. In both cases this is not (!) the correct p-value,
lying somewhere between the two, see also Moore (1986).
Thode Jr., H.C. (2002): Testing for Normality. Marcel Dekker, New York.
shapiro.test
for performing the Shapiro-Wilk test for normality.
ad.test
, cvm.test
,
lillie.test
, sf.test
for performing further tests for normality.
qqnorm
for producing a normal quantile-quantile plot.pearson.test(rnorm(100, mean = 5, sd = 3))
pearson.test(runif(100, min = 2, max = 4))
Run the code above in your browser using DataLab