catmap.forest: catmap: Forest Plot

Description Usage Arguments Author(s) See Also Examples

Description

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.

Usage

1
catmap.forest(catmapobject, fe.forest = FALSE, re.forest = FALSE)

Arguments

catmapobject

A catmap object created by catmap.

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.

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

1
2
3
data(catmapdata)
catmapobject <- catmap(catmapdata, 0.95, TRUE)
catmap.forest(catmapobject, TRUE, TRUE)

tpq/catmap documentation built on May 31, 2019, 6:49 p.m.