LMERlike-class | R Documentation |
A horrendous hack is employed in order to do arbitrary likelihood ratio tests: the model matrix is built, the names possibly mangled, then fed in as a symbolic formula to glmer/lmer. This is necessary because there is no (easy) way to specify an arbitrary fixed-effect model matrix in glmer.
## S4 method for signature 'LMERlike'
update(object, formula., design, keepDefaultCoef = FALSE, ...)
## S4 method for signature 'LMERlike'
vcov(object, which, ...)
## S4 method for signature 'LMERlike'
coef(object, which, singular = TRUE, ...)
## S4 method for signature 'LMERlike'
logLik(object)
object |
|
formula. |
|
design |
something coercible to a |
keepDefaultCoef |
|
... |
In the case of |
which |
|
singular |
|
see the section "Methods (by generic)"
update(LMERlike)
: update the formula or design matrix
vcov(LMERlike)
: return the variance/covariance of component which
coef(LMERlike)
: return the coefficients. The horrendous hack is attempted to be undone.
logLik(LMERlike)
: return the log-likelihood
pseudoMM
part of this horrendous hack.
strictConvergence
logical
(default: TRUE
) return results even when the optimizer or *lmer complains about convergence
optimMsg
character
record warnings from lme. NA_character_
means no warnings.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.