Hi r-users,
 
I would like to use Kolmogorov smirnov test but in my observed data(xobs) there 
are ties.  I got the warning message.  My question is can I do something about 
it?
 
ks.test(xobs, xsyn)
 
        Two-sample Kolmogorov-Smirnov test
data:  xobs and xsyn 
D = 0.0502, p-value = 0.924
alternative hypothesis: two-sided 

Warning message:
In ks.test(xobs, xsyn) : cannot compute correct p-values with ties
 
Thank you for all your help.



      
        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to