cvm.test(x)Thode Jr., H.C. (2002): Testing for Normality. Marcel Dekker, New York.
shapiro.test for performing the Shapiro-Wilk test for normality.
ad.test, lillie.test,
pearson.test, sf.test for performing further tests for normality.
qqnorm for producing a normal quantile-quantile plot.cvm.test(rnorm(100, mean = 5, sd = 3))
cvm.test(runif(100, min = 2, max = 4))
Run the code above in your browser using DataLab