Description Usage Arguments Details Value Author(s) References Examples
Function to create forest plots for objects of class "mm_perf"
.
1 2 |
x |
An object of class |
... |
Additional arguments which are passed to forest. |
The forest plot shows the performance estimates of each study with corresponding confidence intervals.
An object of class ggplot
Thomas Debray <thomas.debray@gmail.com>
Lewis S, Clarke M. Forest plots: trying to see the wood and the trees. BMJ. 2001; 322(7300):1479–80.
1 2 3 4 5 6 7 8 9 10 | data(EuroSCORE)
# Calculate the c-statistic and its standard error
est1 <- ccalc(cstat = c.index, cstat.se = se.c.index, cstat.cilb = c.index.95CIl,
cstat.ciub = c.index.95CIu, N = n, O = n.events, data = EuroSCORE, slab = Study)
plot(est1)
# Calculate the total O:E ratio and its standard error
est2 <- oecalc(O = n.events, E = e.events, N = n, data = EuroSCORE, slab = Study)
plot(est2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.