Dear R- Users,
Please, what is wrong ? I am trying to run one sample Kolmogorov-Smirov test but I always get an error as shown below.
ks.test(A, "normal", 0,1)
For sure, you mean
ks.test(A, "pnorm", 0,1)
because pnorm() is the distribution function of the normal (Gauss) distribution.
Uwe Ligges
Error in get(x, envir, mode, inherits) : variable "normal" was not found
Thanks
usman
---------------------------------
[[alternative HTML version deleted]]
______________________________________________ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-help
______________________________________________ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-help