Description Usage Arguments Value Author(s) Examples
Show deft result
1 2 3 4 5 6 7 8 9 10 11 12 | deft_show(
deft,
element,
study_labels = NULL,
headings = list(study = ifelse(element == "all", "Study-subgroup", "Study"), n = "N",
measure = NULL, ci = "HR (95% CI)"),
trans = base::exp,
show_model = ifelse(element == "all", FALSE, TRUE),
show_stats = list(`I^2` = rlang::quo(sprintf("%0.1f%%", I2)), p =
rlang::quo(format.pval(QEp, digits = 2))),
...
)
|
deft |
result from deft_do. |
element |
'all' or 'subgroup'. |
study_labels |
labels for studies. |
headings |
a list for controlling plot headings. |
trans |
an optional transform function used on the numeric data for plotting the axes |
show_model |
a logical value, if |
show_stats |
a |
... |
other arguments except 'panels', 'trans', 'study_labels',
and 'show_stats' passed to |
a ggplot
object
ShixiangWang w_shixiang@163.com
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.