Fit a univariate or meta-regression model
Arguments
- effects
Numeric effect estimates, or a data frame containing
effectandstandard_errorcolumns, such as the output ofmeta_collect().- standard_errors
Numeric standard errors. Leave
NULLwheneffectsis a data frame.- moderators
Optional moderator matrix or formula accepted by
metafor::rma.uni().- method
Meta-analysis estimator.
- ...
Additional arguments passed to
metafor::rma.uni().