Last data update: 2014.03.03

R: Test Linear Hypothesis
linearHypothesisR Documentation

Test Linear Hypothesis

Description

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.

Usage

linearHypothesis(x, ...)

Arguments

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.

Details

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).

See Also

linearHypothesis.meta.nsue for testing linear hypotheses for "meta.nsue" objects.

metalm for fitting meta-analytic models.

meta for conducting a meta-analysis.

Results