Aliases: tidy.rma
Keywords:
### ** Examples # feel free to ignore the following lineāit allows {broom} to supply # examples without requiring the model-supplying package to be installed. if (requireNamespace("metafor", quietly = TRUE)) { # load libraries for models and data library(metafor) df <- escalc( measure = "RR", ai = tpos, bi = tneg, ci = cpos, di = cneg, data = dat.bcg ) meta_analysis <- rma(yi, vi, data = df, method = "EB") tidy(meta_analysis) }