Skip to content
Prev 9674 / 20628 Next

Varying intercepts vs. varying slopes in MCMCglmm ordinal models

Hi,

Quoting Jonathan Salerno <jdsalerno at ucdavis.edu> on Fri, 22 Feb 2013  
13:05:51 -0800:
The intercept is varying by cluster.   
random=~us(1+fixed_effect):cluster gives a random intercept/slope  
model with estimated covariance, and  
random=~idh(1+fixed_effect):cluster is the same but with the  
covariance set to 0.
MCMCglmm does not require effects to be nested:  
random=~school+religion fits two (cross-classified) sets of random  
effects.

Jarrod