summary.binomORci: Detailed print out for binomORci

Description Usage Arguments Value Examples

Description

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

Usage

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

Arguments

object

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

...

...

Value

A print out.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
x<-c(1,3,6,7,5)
n<-c(30,30,30,30,30)
names<-LETTERS[1:5]

ORD<-binomORci(x=x, n=n, names=names,
 type="Dunnett", alternative="greater")
summary(ORD)

ORW<-binomORci(x=x, n=n, names=names,
 type="Williams", alternative="greater")
summary(ORW)

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