A back-end wrapper function used to make forest plots.
makeForest(catmapobject, summary = "", main = "Main Title",
mean = exp(catmapobject$logOR), lower = catmapobject$lbci.fe,
upper = catmapobject$ubci.fe, study = c("Study", sub(",", " ",
catmapobject$studyname)))
A catmap object created by catmap
.
A character string. The kind of summary statistic to plot. Select from "fixed" or "random".
A character string. The figure title.
Numeric or character vectors. Used to guide the construction of the forest plot.