powered by
The catmap.forest creates forest plots of the individual study Odds Ratios (OR) and Confidence Intervals (CI). It then summarizes the data using a fixed-effects or random-effects pooled OR and CI.
catmap.forest
catmap.forest(catmapobject, fe.forest = FALSE, re.forest = FALSE)
A catmap object created by catmap.
catmap
A boolean. Toggles whether the forest plot should get saved to the current working directory.
catmap, catmap.forest, catmap.sense, catmap.cumulative, catmap.funnel
catmap.sense
catmap.cumulative
catmap.funnel
data(catmapdata) catmapobject <- catmap(catmapdata, 0.95, TRUE) catmap.forest(catmapobject, TRUE, TRUE)
Run the code above in your browser using DataLab