Performs the Cramer-von Mises test for the composite hypothesis of normality, see e.g. Thode (2002, Sec. 5.1.3).
CramerVonMisesTest(x)
A list of class htest
, containing the following components:
the value of the Cramer-von Mises statistic.
the p-value for the test.
the character string “Cramer-von Mises normality test”.
a character string giving the name(s) of the data.
a numeric vector of data values, the number of which must be greater than 7. Missing values are allowed.
Juergen Gross <gross@statistik.uni-dortmund.de>
The Cramer-von Mises test is an EDF omnibus test for the composite hypothesis of normality.
The test statistic is
Stephens, M.A. (1986) Tests based on EDF statistics In: D'Agostino, R.B. and Stephens, M.A., eds.: Goodness-of-Fit Techniques. Marcel Dekker, New York.
Thode Jr., H.C. (2002) Testing for Normality Marcel Dekker, New York.
shapiro.test
for performing the Shapiro-Wilk test for normality.
AndersonDarlingTest
, LillieTest
,
PearsonTest
, ShapiroFranciaTest
for performing further tests for normality.
qqnorm
for producing a normal quantile-quantile plot.
CramerVonMisesTest(rnorm(100, mean = 5, sd = 3))
CramerVonMisesTest(runif(100, min = 2, max = 4))
Run the code above in your browser using DataLab