makeForest {catmap} | R Documentation |
Make Forest Plot
Description
A back-end wrapper function used to make forest plots.
Usage
makeForest(catmapobject, summary = "", main = "Main Title",
mean = exp(catmapobject$logOR), lower = catmapobject$lbci.fe,
upper = catmapobject$ubci.fe, study = c("Study", sub(",", " ",
catmapobject$studyname)))
Arguments
catmapobject |
A catmap object created by |
summary |
A character string. The kind of summary statistic to plot. Select from "fixed" or "random". |
main |
A character string. The figure title. |
mean , lower , upper , study |
Numeric or character vectors. Used to guide the construction of the forest plot. |
[Package catmap version 1.6.4 Index]