MCPAN (version 1.1-21)

summary.binomRDci: Detailed print out for binomRDci

Description

Produces a more detailed print out of objects of class "binomRDci", including summary statistics, the used contrast matrix and the confidence intervals.

Usage

# S3 method for binomRDci
summary(object, ...)

Arguments

object

an object of class "binomRDci" as created by function binomRDci

further arguments to be passed to summary, currently only digits for rounding is supported

Value

A print out.

Examples

Run this code
# NOT RUN {


data(liarozole)

head(liarozole)

LiWi<-binomRDci(Improved ~ Treatment, data=liarozole,
 type="Williams")

LiWi

summary(LiWi)



# }

Run the code above in your browser using DataLab