heteroscedasticity
Le dimanche 08 novembre 2009 ? 00:01 +0000, Thomas Mang a ?crit :
Hi, Suppose may data consist of groups (which also define the levels for random effects), which show group-wise heteroscedasticity, that is for some groups the variance of residuals is larger than for the others. Based on specific knowledge of the data and the problem this even makes perfect sense and is actually a good sign. Technically however it's not good of course, to put it mildly. Is there a way in lme4 to handle heteroscedasticity (with known grouping for the different variances) ? Any suggestions ?
Well, you might try to equalize dependent variable variances by the "classical" transformations (log, sqrt) and their generalizations (Box-Cox nd siblings, see "boxcox" and "logtrans" in MASS). Lrger sets of transformations of both dependents nd independent variables are proposed in ace and avas, and Harrell's Design (now rms) package has lso some functions aimed at this kind of problems. Be aware, however, that most of these functions im t finding optimal transformations in fixed-effect context, and that using them with random-effects models is not necessarily a good solution. HTH, Emmanuel Charpentier