View source: R/ARTHypothesis.R
ARTHypothesis | R Documentation |
This package allows for arbitrary hypothesis testing with ART. It requires
commands from the car
library.
ARTHypothesis(model, hypothesis.matrix, rhs = NULL)
model |
an object of class |
hypothesis.matrix |
matrix (or vector) giving linear combinations of
coefficients by rows, or a character vector giving the hypothesis in
symbolic form (see |
rhs |
right-hand-side vector for hypothesis, with as many entries as rows in the hypothesis matrix; can be omitted, in which case it defaults to a vector of zeroes. |
car::linearHypothesis()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.