Learn R Programming

prop.comb.RR (version 1.1)

summary.prop.RR: Summary for a prop.RR object

Description

Provides results for an object of class prop.RR. It shows the contingency table with observed data, the parameter of interest and its estimated value. It provides confidence intervals (lower limit, upper limit) and p-values of the test (with z-values of statistics) for methods mentioned in references. It also indicates the alternative hypothesis and the recommendation about the optimal method for that particular case.

Usage

"summary"(object, ...)

Arguments

object
an object of class prop.RR.
...
Further arguments for summary.

See Also

prop.RR

Examples

Run this code
A <-prop.RR(x=c(11, 48), n=c(46, 102), conf.level=0.99)
summary(A)

B <-prop.RR(x=c(7, 14), n=c(114, 116), rho=2)
summary(B)

Run the code above in your browser using DataLab