Re: [R] Getting residual term out of lmer summary table

2013-11-12 Thread Ben Bolker
wsl.ch> writes: > > Hello > I'm working with mixed effects models using lmer() and have some > problems to get all variance components of the model's random > effects. I can get the variance of the random effect out of the > summary and use it for further calculations, but not the variance >

[R] Getting residual term out of lmer summary table

2013-11-11 Thread aline . frank
Hello I'm working with mixed effects models using lmer() and have some problems to get all variance components of the model's random effects. I can get the variance of the random effect out of the summary and use it for further calculations, but not the variance component of the residual term.