lme4 (version 0.9975-1)

hatTrace: Extract the trace of the `hat' matrix

Description

Extract the trace of the `hat' matrix from a fitted linear mixed model or generalized linear mixed model.

Usage

hatTrace(x)

Arguments

x
a fitted model object that inherits from the mer class

Value

  • The trace of the hat matrix at the parameter estimates. This is a measure of the complexity of the model, conditional on the relative variance components.

References

Spiegelhalter, D.J., Best, N.G., Carlin, B.P. and van der Linde, A. (2002), "Bayesian measures of model complexity and fit (with discussion)", Journal of the Royal Statistical Society, part B, 64, (4), 583-639.

Examples

Run this code
hatTrace(lmer(Reaction ~ Days + (1|Subject) + (0+Days|Subject), sleepstudy))

Run the code above in your browser using DataCamp Workspace