Description Usage Details Value Examples
'weightrMeta()' Connects the weightr package to the Metaverse
1 | weightrMeta(meta, ...)
|
#@param meta a meta-analysis object (e.g. 'rma.uni')
a 'tbl' with a 'listcol', 'meta', containing the meta-analysis
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | ## Not run:
library(metafor)
library(broom)
ma_model_molloy2014 <- metafor::dat.molloy2014
ma <- ma_model_molloy2014 %>%
escalc(
measure = "ZCOR",
ni = ni,
ri = ri,
data = .) %>%
group_by(design) %>%
meta_analysis(yi = yi, vi = vi, slab = authors, exponentiate = TRUE)
weightrMeta(ma)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.