catmap.funnel {catmap} | R Documentation |
catmap: Funnel Plot
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
catmap.funnel(catmapobject, funnel = FALSE)
Arguments
catmapobject |
A catmap object created by |
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
data(catmapdata)
catmapobject <- catmap(catmapdata, 0.95, TRUE)
catmap.funnel(catmapobject, TRUE)
[Package catmap version 1.6.4 Index]