Skip to content
Prev 6560 / 20628 Next

deterministic correlation of intercept and slope random effects

Martin--

It sounds like your design has 2 and only 2 replicates per participants 
(thus, 181 subjects, 362 observations).

In essence, your larger model is trying to estimate 2 variances and a 
covariance - for which there are subject-specific realizations (i.e., 
the random-effects).  Thus, your model seems too complex for your data, 
which is (I think) what your AIC statistic is telling you, as you note 
that AIC prefers the random-intercept model.  (I often work with dyadic 
data, where we see similar problems; typically, we restrict models to 
random intercepts.)

Note that it is still possible to get perfect correlations even when 
there are larger group sizes.  The subject-specific effects (often 
called "empirical Bayes estimates") are weighted combinations of 
information about the individual as well as the sample as a whole. 
Relative to fitting data to *only* an individual's data, the empirical 
Bayes estimates are shrunken toward the sample mean.

The degree of shrinkage relates to how much variability there is between 
and within groups, and how much data there is.  If the variance of a 
random-effects is close to zero, the empirical Bayes estimates get 
shrunken to the sample average, which leads to perfect correlations 
between random-effects.

Doug Bates has slides from his workshops that discuss this in part - 
showing the difference between estimates from an individual OLS fit vs. 
random-effects estimate from mixed model.  Some of his slides can be found:

http://lme4.r-forge.r-project.org/

Hope that helps.

cheers, Dave