Dear r-users,
 
I am using KS test to test the goodness of fit for my data and the got the 
following output.  However, I don't understand about the "warning messages".  
What does it mean by "horizontals" is not a graphical parameter"
 
Thank you so much for any help given and it is very much appreciated.
 
 
> ks.test(compare[,1], compare[,2])
        Two-sample Kolmogorov-Smirnov test
data:  compare[, 1] and compare[, 2] 
D = 0.0755, p-value = 2.238e-05
alternative hypothesis: two-sided 
Warning messages:
1: "horizontals" is not a graphical parameter 
2: "horizontals" is not a graphical parameter 
3: "horizontals" is not a graphical parameter 
4: "horizontals" is not a graphical parameter 
5: "horizontals" is not a graphical parameter 
6: "horizontals" is not a graphical parameter 
7: In ks.test(compare[, 1], compare[, 2]) :
  cannot compute correct p-values with ties
> ks.test(compare[,1], compare[,2])
        Two-sample Kolmogorov-Smirnov test
data:  compare[, 1] and compare[, 2] 
D = 0.0755, p-value = 2.238e-05
alternative hypothesis: two-sided 
Warning messages:
1: "horizontals" is not a graphical parameter 
2: "horizontals" is not a graphical parameter 
3: "horizontals" is not a graphical parameter 
4: "horizontals" is not a graphical parameter 
5: "horizontals" is not a graphical parameter 
6: "horizontals" is not a graphical parameter 
7: In ks.test(compare[, 1], compare[, 2]) :
  cannot compute correct p-values with ties
        [[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