[R] (no subject)
Uwe Ligges
ligges at statistik.uni-dortmund.de
Thu Nov 25 15:18:20 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
>
> ______________________________________________
> R-help at stat.math.ethz.ch mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide!
> http://www.R-project.org/posting-guide.html
Please do what the appended messages tells you to do:
read the posting guide and learn to use a sensible subject line!
The following works for me, so please also specify a reproducible
example that shows what does not work....
input <- rnorm(100)
ks.test(input, "pt", ncp = 0, df = 58)
Uwe Ligges
More information about the R-help
mailing list