Description Usage Arguments Author(s) See Also Examples
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".
1 | catmap.funnel(catmapobject, funnel = FALSE)
|
catmapobject |
A catmap object created by |
funnel |
A boolean. Toggles whether the funnel plot should get saved to the current working directory. |
Algorithm designed and implemented by Kristin K. Nicodemus. Code modified and updated by Thom Quinn.
catmap
, catmap.forest
,
catmap.sense
, catmap.cumulative
,
catmap.funnel
1 2 3 | data(catmapdata)
catmapobject <- catmap(catmapdata, 0.95, TRUE)
catmap.funnel(catmapobject, TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.