Thanks for the reply!!
Inga
--
View this message in context:
http://r.789695.n4.nabble.com/Function-hatTrace-in-package-lme4-tp4646071p4646593.html
Sent from the R help mailing list archive at Nabble.com.
__
R-help@r-project.org mailing list
https:/
ingaschwabe gmail.com> writes:
>
> Dear all,
>
> For a project I need to calculate the conditional AIC of a mixed effects
> model.
> Luckily, I found a reference in the R help forum for a function to be used:
>
> CAIC <- function(model) {
>
> sigma <- attr(VarCorr(model), 'sc')
>
Dear all,
For a project I need to calculate the conditional AIC of a mixed effects
model.
Luckily, I found a reference in the R help forum for a function to be used:
CAIC <- function(model) {
sigma <- attr(VarCorr(model), 'sc')
observed <- attr(model, 'y')
predicted
3 matches
Mail list logo