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/
______________________________________________
[EMAIL PROTECTED] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html