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:> > 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?Have you attached the package? library(nortest) Uwe Ligges> > Laurent Houdusse > Analyste Programmeur > > ______________________________________________ > R-help at stat.math.ethz.ch 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
>Have you attached the package? > library(nortest)Yes, but there is no return
Laurent Houdusse wrote:>>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
Thanks! I had downloaded source files and not binary So , it's good now Laurent Houdusse Analyste Programmeur -----Message d'origine----- De : Uwe Ligges [mailto:ligges at statistik.uni-dortmund.de] Envoy? : mercredi 4 f?vrier 2004 16:53 ? : Laurent Houdusse Cc : 'r-help at stat.math.ethz.ch' Objet : Re: RE : [R] nortest package Laurent Houdusse wrote:>>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