summary.pairwiseCI: Summary function for pairwiseCI

Description Usage Arguments Value See Also Examples

Description

Creates a list of data.frames from the output of pairwiseCI

Usage

1
2
## S3 method for class 'pairwiseCI'
summary(object, digits = 4, ...)

Arguments

object

An object of class "pairwiseCI", created using the function pairwiseCI

digits

number of digits for rounding of results

...

Currently not used.

Value

A list.

See Also

link{as.data.frame.pairwiseCI}

Examples

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

rootRR<-pairwiseCI(cbind(root,noroot) ~ IBA,
 data=rooting, by="Age", method="Prop.ratio")

# after calling summary,
# extracting parts of the output is easier: 

srootRR<-summary(rootRR)

srootRR$'20'$conf.int$upper

pairwiseCI documentation built on May 1, 2019, 6:51 p.m.