catmap.sense {catmap} | R Documentation |
catmap: Leave-One-Out Sensitivity Analysis
Description
The catmap.sense
conducts leave-one-out sensitivity analyses
and creates plots of Odds Ratios (OR) and Confidence Intervals (CI)
using a fixed-effects or random-effects model.
Usage
catmap.sense(catmapobject, fe.forest = FALSE, re.forest = FALSE,
printout = FALSE)
Arguments
catmapobject |
A catmap object created by |
fe.forest |
A boolean. Toggles whether the forest plot should get saved to the current working directory. |
re.forest |
A boolean. Toggles whether the forest plot should get saved to the current working directory. |
printout |
A boolean. Toggles whether a text file of the models and Q statistic results should get saved to the 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.sense(catmapobject, FALSE, FALSE, FALSE)
[Package catmap version 1.6.4 Index]