The R Project SVN R

Rev

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

Rev 59039 Rev 61168
Line 30... Line 30...
30
\examples{
30
\examples{
31
smokers  <- c( 83, 90, 129, 70 )
31
smokers  <- c( 83, 90, 129, 70 )
32
patients <- c( 86, 93, 136, 82 )
32
patients <- c( 86, 93, 136, 82 )
33
prop.test(smokers, patients)
33
prop.test(smokers, patients)
34
prop.trend.test(smokers, patients)
34
prop.trend.test(smokers, patients)
35
prop.trend.test(smokers, patients,c(0,0,0,1))
35
prop.trend.test(smokers, patients, c(0,0,0,1))
36
}
36
}
37
\keyword{htest}
37
\keyword{htest}