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