[R] nortest package

Laurent Houdusse l.houdusse at cerep.fr
Wed Feb 4 16:57:42 CET 2004


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




More information about the R-help mailing list