artlm | R Documentation |
ART Linear Model
artlm( formula, data, cluster, select = NULL, subset, weights, na.action, method = "qr", model = TRUE, x = FALSE, y = FALSE, qr = TRUE, singular.ok = TRUE, contrasts = NULL, offset, ... )
formula |
an object of class formula (or one that can be coerced to that class): a symbolic description of the model to be fitted. |
data |
an optional data frame, list or environment (or object coercible
by as.data.frame to a data frame) containing the variables in the model.
If not found in |
cluster |
the name for the cluster variable contained in |
select |
an optional string or list of strings for the parameter(s) of
interest. That is, the parameters you want to compute tests and CI for.
Parameters as passed to |
subset |
an optional vector specifying a subset of observations to be used in the fitting process. |
weights |
an optional vector of weights to be used in the fitting
process. Should be |
na.action |
a function which indicates what should happen
when the data contain |
method |
the method to be used; for fitting, currently only
|
singular.ok |
logical. If |
contrasts |
an optional list. See the |
offset |
this can be used to specify an a priori known
component to be included in the linear predictor during fitting.
This should be |
... |
additional arguments to be passed to the low level regression fitting functions (see below). |
an object of class c("artlm", "lm")
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.