[R] help with kolmogorov smirnov test
Uwe Ligges
ligges at statistik.uni-dortmund.de
Mon Apr 4 16:59:52 CEST 2005
Agnes Gault wrote:
> Hello!
>
> I am an 'R beginner'. I am trying to check if my data follow a negative
> binomial function.
> the command i've typed in is:
>
> > nbdo=rnegbin(58,mu=27.82759,theta=0.7349851)
> > ks.test(do$DO,nbdo)
> Each time i do that, p given is different and i get this warning message:
>
> 'Warning message:
> cannot compute correct p-values with ties in: ks.test(do$DO, nbdo) '
>
> Could someone tell me what's wrong? What does 'with ties in' mean?
If some values are duplicated, you have so called ties. Please read some
textbook on this problem. This is not an R issue.
Uwe Ligges
> Thank you!
>
>
> -------------------------------------------------------------------------------------------------------------------
>
>
> Agnès GAULT
> graduate student
> UMR 5173 MNHN-CNRS
> case postale 50
> Species Conservation, Restoration and Population Survey (CERSP)
> 61 rue Buffon, 1er étage
> 75005 PARIS
> FRANCE
> Tel: 33 (0)1 40 79 57 64
> Fax: 33 (0)1 40 79 38 35
> Email: gault at mnhn.fr
>
> ______________________________________________
> 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
More information about the R-help
mailing list