Skip to content
Prev 10996 / 20628 Next

lme: predictions variance collapses when one more level is added

Dieter Menne <dieter.menne at ...> writes:
I assume that what's going on is just the fairly frequently observed
situation that when the fourth group is included (without invoking
heteroscedasticity), the among-group variation is actually less than
expected from the within-group variation (i.e. less than 
var(within)/(n per group)), implying a negative within-group correlation ...

  I don't think transforming will help here ... David Afshartous
had some postings on allowing different random-effect variances
by treatment groups, but that's not what you need.  We have talked
some about how to implement heteroscedasticity models in lme4, but it's a lot
of work/more or less just a gleam in our eye at this point ...

  Which aspects of lmer are essential in this analysis 
(e.g. profiling, speed, consistency with other analyses, ...?)

  Ben Bolker