
Last chance! 50% off unlimited learning
Sale ends in
CramerVonMisesTest(x)
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