The R Project SVN R

Rev

Rev 68948 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 68948 Rev 80080
Line 38... Line 38...
38
\examples{
38
\examples{
39
attach(airquality)
39
attach(airquality)
40
Month <- factor(Month, labels = month.abb[5:9])
40
Month <- factor(Month, labels = month.abb[5:9])
41
## These give warnings because of ties :
41
## These give warnings because of ties :
42
pairwise.wilcox.test(Ozone, Month)
42
pairwise.wilcox.test(Ozone, Month)
43
pairwise.wilcox.test(Ozone, Month, p.adj = "bonf")
43
pairwise.wilcox.test(Ozone, Month, p.adjust.method = "bonf")
44
detach()
44
detach()
45
}
45
}
46
\keyword{htest}
46
\keyword{htest}