PearsonTest(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.htest
, containing the following components: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. Sec. 5.2
shapiro.test
for performing the Shapiro-Wilk test for normality.
AndersonDarlingTest
, CramerVonMisesTest
,
LillieTest
, ShapiroFranciaTest
for performing further tests for normality.
qqnorm
for producing a normal quantile-quantile plot.PearsonTest(rnorm(100, mean = 5, sd = 3))
PearsonTest(runif(100, min = 2, max = 4))
Run the code above in your browser using DataLab