summary.pairwiseCI function

Summary function for pairwiseCI

Summary function for pairwiseCI

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

## 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.

Returns

A list.

See Also

link{as.data.frame.pairwiseCI}

Examples

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
  • Maintainer: Frank Schaarschmidt
  • License: GPL-2
  • Last published: 2019-03-11

Useful links