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 46... Line 46...
46
 
46
 
47
\examples{
47
\examples{
48
attach(airquality)
48
attach(airquality)
49
Month <- factor(Month, labels = month.abb[5:9])
49
Month <- factor(Month, labels = month.abb[5:9])
50
pairwise.t.test(Ozone, Month)
50
pairwise.t.test(Ozone, Month)
51
pairwise.t.test(Ozone, Month, p.adj = "bonf")
51
pairwise.t.test(Ozone, Month, p.adjust.method = "bonf")
52
pairwise.t.test(Ozone, Month, pool.sd = FALSE)
52
pairwise.t.test(Ozone, Month, pool.sd = FALSE)
53
detach()
53
detach()
54
}
54
}
55
\keyword{htest}
55
\keyword{htest}