makeForest: Make Forest Plot

Description Usage Arguments

View source: R/global.R

Description

A back-end wrapper function used to make forest plots.

Usage

1
2
3
4
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 catmap.

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.


catmap documentation built on May 2, 2019, 10:21 a.m.