Description Usage Arguments Details Value Author(s) See Also Examples
This function overloads lmer
from the lme4-package
(lme4::lmer
) and adds a couple of slots needed for the computation of
Satterthwaite denominator degrees of freedom. All arguments are the same as
for lme4::lmer
and all the usual lmer
-methods work.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
formula |
a two-sided linear formula object describing both the
fixed-effects and random-effects part of the model, with the
response on the left of a |
data |
an optional data frame containing the variables named in
|
REML |
logical scalar - Should the estimates be chosen to optimize the REML criterion (as opposed to the log-likelihood)? |
control |
a list (of correct class, resulting from
|
start |
a named |
verbose |
integer scalar. If |
subset |
an optional expression indicating the subset of the rows
of |
weights |
an optional vector of ‘prior weights’ to be used
in the fitting process. Should be |
na.action |
a function that indicates what should happen when the
data contain |
offset |
this can be used to specify an a priori known
component to be included in the linear predictor during
fitting. This should be |
contrasts |
an optional list. See the |
devFunOnly |
logical - return only the deviance evaluation function. Note that because the deviance function operates on variables stored in its environment, it may not return exactly the same values on subsequent calls (but the results should always be within machine tolerance). |
For details about lmer
see lmer
(help(lme4::lmer)
). The description of all arguments is taken
unedited from the lme4-package.
In cases when a valid lmer
-object
(lmerMod
) is produced, but when the computations needed for
Satterthwaite df fails, the lmerMod
object is returned - not an
lmerModLmerTest
object.
an S4 object of class "lmerModLmerTest"
Rune Haubo B. Christensen and Alexandra Kuznetsova for the overload in lmerTest – lme4-authors for the underlying implementation in lme4.
lmer
and lmerModLmerTest
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.