Generates an ANOVA-like effects table that summarizes the within and between-study homogeneity tests (Q-tests), as well as moderator level Q-tests as originally described by Hedges and Olkin (1985; p. 156).
MA_effectsTable(model, weights, data, effects_model = "random")
A two-sided linear formula object describing the model, with the response (effect sizes) on the left of a ~ operator and the moderator variables, separated by +, :, * operators, on the right.
A column label from data.frame of variances to be used as weights.
An optional data frame containing the variables named in the model.
The default is "random"
, which specifies a
random-effects meta-analysis (DerSimonian and Laird method). Other
options include "fixed"
which presents fixed-effect analyses.
An lm object of main effects.
DerSimonian, R., and N. Laird. 1986. Meta-analysis in clinical trials. Controlled Clinical Trials, 7, 177-188.
Hedges, L.V., and I. Olkin. 1985. Statistical methods for meta-analysis. Academic Press, New York, USA.