Skip to content
Prev 12281 / 20628 Next

Multivariate multinomial in MCMCglmm

Hi Szymek,

cbind(response1, response2)~trait ...

If we use the notation A.B to denote log odds ratios for category A in  
response B, then the traits in order are 2.1, 3.1, 2.2, 3.2, 4.2. You  
can use things like at.level(trait, 1:2) and at.level(trait, 3:5) if  
you only want to fit effects for one of the responses.

Note that the prior G1=list(V=IJ, nu=K-1+0.002))  is likely to have a  
large effect.

Cheers,

Jarrod


Quoting Szymek Drobniak <szymonmarian.drobniak at uzh.ch> on Wed, 13 Aug  
2014 18:03:15 +0200: