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