Displaying 1 result from an estimated 1 matches for "day_4".
Did you mean:
day_
2006 Jan 12
1
wilcox.test warnig message p-value where are the zeros in the data?
does anybody know why there are the two warnings in the example above?
Regards Knut
> day_4
[1] 540 1 1 1 1 1 1 300 720 480
> day_1
[1] 438 343 1 475 1 562 500 435 1045 890
> is.vector (day_1)
[1] TRUE
> is.vector (day_4)
[1] TRUE
> wilcox.test(day_4
,day_1,paired=TRUE,alternative="two.sided",exact=TRUE,conf.int=TRUE)
Wilcoxo...