[R] Re: (no subject)
Vito Ricci
vito_ricci at yahoo.com
Thu Nov 25 15:35:46 CET 2004
Angela Re wrote:
> Good morning,
> I tried to apply the ks test to a Student
distribution by ks.test(input,
> "pt", ncp = 0, df = 58) or ks.test(input, "pt", df =
58) without success
> where input contains my data and 58 is the fredoom
degree number. Why?
> Thank you, Angela
It runs also for me:
> input<-rt(100,58)
> ks.test(input, "pt", ncp = 0, df = 58)
One-sample Kolmogorov-Smirnov test
data: input
D = 0.0827, p-value = 0.5003
alternative hypothesis: two.sided
Vito
=====
Diventare costruttori di soluzioni
Became solutions' constructors
"The business of the statistician is to catalyze
the scientific learning process."
George E. P. Box
Visitate il portale http://www.modugno.it/
e in particolare la sezione su Palese http://www.modugno.it/archivio/palese/
More information about the R-help
mailing list