catmap.funnel: catmap: Funnel Plot

Description Usage Arguments Author(s) See Also Examples

View source: R/funnel.R

Description

The catmap.funnel creates a funnel plot of the individual Log Odds Ratio against the standard error of the Log Odds Ratio. The vertical line indicates the combined Log Odds Ratio. Per the metafor package, "A pseudo confidence interval region is drawn around this value with bounds equal to +/- 1.96 SE".

Usage

1
catmap.funnel(catmapobject, funnel = FALSE)

Arguments

catmapobject

A catmap object created by catmap.

funnel

A boolean. Toggles whether the funnel plot should get saved to the current working directory.

Author(s)

Algorithm designed and implemented by Kristin K. Nicodemus. Code modified and updated by Thom Quinn.

See Also

catmap, catmap.forest, catmap.sense, catmap.cumulative, catmap.funnel

Examples

1
2
3
data(catmapdata)
catmapobject <- catmap(catmapdata, 0.95, TRUE)
catmap.funnel(catmapobject, TRUE)

catmap documentation built on May 2, 2019, 10:21 a.m.