summary.binomRRci: Detailed print out for binomRRci

Description Usage Arguments Value Examples

Description

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

Usage

1
2
## S3 method for class 'binomRRci'
summary(object, ...)

Arguments

object

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

...

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

Value

A print out.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
data(liarozole)

head(liarozole)

LiDu<-binomRRci(Improved ~ Treatment, data=liarozole,
 type="Dunnett", alternative="greater")

LiDu

summary(LiDu)

MCPAN documentation built on May 1, 2019, 8:04 p.m.