Function for testing a linear hypothesis. Along with metalm
(or others depending on the class, e.g. "lm"
), it can be used to carry out meta-regression, meta-comparisons, analyses of variance and covariance, and etcetera.
linearHypothesis(x, ...)
an object of class "meta.nsue"
, or of other classes in other packages (e.g. "glm"
, "lm"
, "lme"
, "mer"
, "merMod"
, "mlm"
, "nlsList"
, "polr"
or "svyglm"
).
other arguments.
The function linearHypothesis
is generic. See linearHypothesis.meta.nsue
for testing linear hypotheses for "meta.nsue"
objects, or other methods from other packages (e.g. linearHypothesis.default
).
linearHypothesis.meta.nsue
for testing linear hypotheses for "meta.nsue"
objects.
metalm
for fitting meta-analytic models.
meta
for conducting a meta-analysis.