Skip to content
Prev 12878 / 20628 Next

Comparison of crossed ranom effects: lmer vs. MCMCglmm

Hi,

Yes, MCMCglmm fits two independent random effects.

Bayesian approaches treat the variance components as random variables,  
and MCMC allows you to estimate their distribution. In general that  
distribution is not known, but if the response is Gaussian, the prior  
conjugate, and all fixed effects known, then the distribution is  
scaled inverse-Chi-squared. This distribution is skewed, particularly  
with low degrees of freedom.

(RE)ML does not posit a distribution for the variance components, it  
simply finds the variance components that maximise the (restricted)  
likelihood. Sometimes an approximate distribution for the *estimates*  
of the variance components is posited: usually normal with mean equal  
to the (RE)ML estimates. This approximation is based on high-n, but in  
reality the sampling distribution will rarely be normal and will also  
have skew.

The underestimation of the variance components via Maximum Likelihood  
is a separate issue. This arises because the deviation of observations  
from the estimated mean will always be smaller than the deviation of  
observations from the true mean. REML corrects for this by accounting  
for the uncertainty in estimated mean.

Cheers,

Jarrod





Quoting Linus Holtermann <holtermann at hwwi.org> on Tue, 20 Jan 2015  
10:50:41 +0100: