Have you attached the package? library(nortest)
Yes, but there is no return
For me
install.packages("nortest")
library(nortest)
lillie.test(rnorm(100, mean = 5, sd = 3))works:
Lilliefors (Kolmogorov-Smirnov) normality test
data: rnorm(100, mean = 5, sd = 3) D = 0.0581, p-value = 0.5571
Uwe Ligges
______________________________________________ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
