View source: R/influence_full.R
| hatvalues.rlmerMod | R Documentation |
The self-leverage A_{ii} of each observation in the robust,
random-effect-whitened convolution that the estimator uses internally
– the robust analogue of the linear mixed-model hat value. It
reduces to the classical lmer leverage at the
non-robust limit (rho = cPsi); at the robust default the
effective degrees of freedom \sum_i A_{ii} differ as
downweighting changes each observation's pull. With groups set,
the per-observation leverages are summed within each cluster, giving
the cluster's leverage (its effective-df contribution).
## S3 method for class 'rlmerMod'
hatvalues(model, groups = NULL, ...)
model |
An |
groups |
Leverage aggregation: |
... |
Currently unused. |
Named numeric vector: one entry per observation
(groups = NULL) or per cluster level.
cooks.distance,
rlmer (the design.weights argument bounds
high-leverage design points)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.