Skip to content

nortest package

3 messages · Laurent Houdusse, Uwe Ligges, Andy Bunn

#
Hi,

I'm a newbie and i am unable to use lillie.test in nortest
I have a message: "Couldn't find function "lillie.test"
I am under windows2000 with R1.8.1
nortest is listed with .packages(TRUE)

How to do to use lillie.test function?


Laurent Houdusse 
Analyste Programmeur
#
Laurent Houdusse wrote:

            
Have you attached the package?
  library(nortest)


Uwe Ligges
#
Did you load the library?

library(nortest)
lillie.test(rnorm(100, mean = 5, sd = 3))
lillie.test(runif(100, min = 2, max = 4))