summary.binomRRci {MCPAN} | R Documentation |
Produces a more detailed print out of objects of class "binomRRci", including summary statistics, the used contrast matrix and the confidence intervals.
## S3 method for class 'binomRRci'
summary(object, ...)
object |
an object of class "binomRRci" as created by function |
... |
further arguments to be passed to summary, currently only |
A print out.
data(liarozole)
head(liarozole)
LiDu<-binomRRci(Improved ~ Treatment, data=liarozole,
type="Dunnett", alternative="greater")
LiDu
summary(LiDu)