summary.prop.RR {prop.comb.RR}R Documentation

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 allows to calculate coverage probabilities for each method. It also indicates the alternative hypothesis and the recommendation about the optimal method for that particular case.

Usage

## S3 method for class 'prop.RR'
summary(object, ...)

Arguments

object

an object of class prop.RR.

...

Further arguments for summary.

Author(s)

Maria Alvarez Hernandez and Javier Roca Pardinas

See Also

prop.RR

Examples

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)

[Package prop.comb.RR version 1.2 Index]