View source: R/influence_full.R
| influence.rlmerMod | R Documentation |
(\hat{\beta}, \hat{\sigma},
\hat{\theta}) for an rlmerMod fit.Thin wrapper that returns the stacked influence matrix used by
cooks.distance. Cheaper to
call this once and pass the result back to cooks.distance via
IF = . than to recompute the numerical Jacobian twice.
## S3 method for class 'rlmerMod'
influence(model, do.coef = TRUE, ...)
model |
An |
do.coef |
Ignored (kept for compatibility with the
|
... |
Currently unused. |
A list with IF_beta (p \times n),
IF_sigma (1 \times n), IF_theta (L \times
n), and the full implicitIF_full object as full.
implicitIF_full,
cooks.distance
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.