ARTHypothesis: Linear Hypothesis Test for ART

View source: R/ARTHypothesis.R

ARTHypothesisR Documentation

Linear Hypothesis Test for ART

Description

This package allows for arbitrary hypothesis testing with ART. It requires commands from the car library.

Usage

ARTHypothesis(model, hypothesis.matrix, rhs = NULL)

Arguments

model

an object of class "artlm", usually, a result of a call to artlm().

hypothesis.matrix

matrix (or vector) giving linear combinations of coefficients by rows, or a character vector giving the hypothesis in symbolic form (see car::linearHypothesis())

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.

See Also

car::linearHypothesis()


mwt/rART documentation built on June 16, 2022, 1:39 a.m.