Skip to content
Prev 3551 / 20628 Next

unbalanced data in nested lmer model

Hello,

as Andrew and others already explained:
Fine, this might give you reasonable estimates about how your y is affected 
by your fixed effects covariates (x1,x2,...)
#and, from your previos post
thus no way to estimate a difference between region or farm effects for 2 
regions, and very, very limited power for the other 6 (just 2 farms per 
region). To make things worse your data are also quite unbalanced:
which I think means for some farms you got only one record? Anyway, to 
recap, probably OK data for understanding y~x1+x2 etc., insufficient data 
otherwise (should invest in getting data for more farms within regions, not 
more data for the farms you have already sampled).
These are usually toy datasets to exemplify how the approach works, I do not 
think they make a claim that the resulting variance estimates are very 
reliable (think in the Zuur etal. mixed effects book you can find more 
realistic examples, if I remember well). Plus, "level" refers to the number 
of beaches or the number of labs etc. and the resulting variance estimates - 
if less than say 5 it appears that you might be better off fitting it as a 
fixed effect and not trying to decompose the variance into between labs and 
within labs etc. Anyway, just my 2 cents and hope I explained this 
correctly...


See also the wiki page set up by Ben Bolker:
http://glmm.wikidot.com/faq

e.g. you might be interested in this entry therein:

Zero or very small random effects variance estimates;
(...)
Very small variance estimates, or very large correlation estimates, often 
indicates unidentifiability/lack of data (either due to exact 
identifiability [e.g. designs that are not replicated at an important level] 
or weak identifiable (designs that would be workable with more data of the 
same type)


HTH


Cheers,

Luca






----- Original Message ----- 
From: "Jana B?rger" <jana.buerger at uni-rostock.de>
To: "Andrew Dolman" <andydolman at gmail.com>
Cc: <r-sig-mixed-models at r-project.org>
Sent: Monday, March 29, 2010 10:17 AM
Subject: Re: [R-sig-ME] unbalanced data in nested lmer model