[R] (no subject)
Uwe Ligges
ligges at statistik.uni-dortmund.de
Tue Aug 12 16:43:46 CEST 2003
Usman Shehu wrote:
> 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]]
>
> ______________________________________________
> R-help at stat.math.ethz.ch mailing list
> https://www.stat.math.ethz.ch/mailman/listinfo/r-help
>
More information about the R-help
mailing list