..oldfelm | R Documentation |
Fit a linear model with multiple group fixed effects (old interface)
..oldfelm(
formula,
data,
exactDOF = FALSE,
subset,
na.action,
contrasts = NULL,
...
)
formula |
an object of class '"formula"' (or one that can be coerced to that class): a symbolic description of the model to be fitted. Similarly to 'lm'. See Details. |
data |
a data frame containing the variables of the model. |
exactDOF |
logical. If more than two factors, the degrees of freedom
used to scale the covariance matrix (and the standard errors) is normally
estimated. Setting If the degrees of freedom for some reason are known, they can be specified
like |
subset |
an optional vector specifying a subset of observations to be used in the fitting process. |
na.action |
a function which indicates what should happen when the data
contain |
contrasts |
an optional list. See the |
... |
other arguments.
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.