ad.test(x)shapiro.test for performing the Shapiro-Wilk test for normality.
cvm.test, lillie.test,
pearson.test, sf.test for performing further tests for normality.
qqnorm for producing a normal quantile-quantile plot.ad.test(rnorm(100, mean = 5, sd = 3))
ad.test(runif(100, min = 2, max = 4))Run the code above in your browser using DataLab