catmap.forest {catmap} | R Documentation |
catmap.forest
creates forest plots of the individual study ORs and CIs and the fixed or random effects pooled OR and CI.
catmap.forest(catmapobject, fe.forest, re.forest)
catmapobject |
The catmap object created by a previous call to catmap |
fe.forest |
Logical. Should a forest plot be created using the fixed-effects estimates? Plots are saved with the default name of dataset.fixed.effects.forest.pdf, where dataset is the name of the file given as the first argument to catmap. |
re.forest |
Logical. Should a forest plot be created using the random-effects estimates? Plots are saved with the default name of dataset.random.effects.forest.pdf where dataset is the name of the file given as the first argument to catmap. |
catmap.forest
creates forest plots of individual study ORs and CIs plus the pooled estimate of the fixed- or random-effects pooled OR and CI.
Kristin K. Nicodemus, nicodemusk@mail.nih.gov or knicodem@jhsph.edu
catmap
,
catmap.cumulative
,
catmap.sense
,
catmap.funnel
.
## Not run: data(catmapdata) catmapobject1<-catmap(catmapdata, 0.95, TRUE) catmap.cumulative(catmapobject1, TRUE, TRUE, TRUE, TRUE) ## End(Not run)