The R Project SVN R

Rev

Rev 27453 | Rev 34118 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 27453 Rev 27460
Line 16... Line 16...
16
 \item{\dots}{ Additional arguments to pass to \code{prop.test} }
16
 \item{\dots}{ Additional arguments to pass to \code{prop.test} }
17
}
17
}
18
\value{
18
\value{
19
  Object of class \code{"pairwise.htest"}
19
  Object of class \code{"pairwise.htest"}
20
}
20
}
21
\seealso{ \code{\link{prop.test}}, \code{\link[base]{p.adjust}}}
21
\seealso{ \code{\link{prop.test}}, \code{\link{p.adjust}}}
22
\examples{
22
\examples{
23
smokers  <- c( 83, 90, 129, 70 )
23
smokers  <- c( 83, 90, 129, 70 )
24
patients <- c( 86, 93, 136, 82 )
24
patients <- c( 86, 93, 136, 82 )
25
pairwise.prop.test(smokers, patients)
25
pairwise.prop.test(smokers, patients)
26
}
26
}