Skip to content
Prev 9552 / 20628 Next

fixing covariances to 0 in MCMCglmm

Hi Pierre,

I think Celine wants matrices of the form

  V1 C12 0
C12 V2  0
  0   0   V3

it could be done for the PE term. I think this should work:

random =  
~us(at.level(sex,"Male"):at.level(trait,1:2)):PE+us(at.level(sex,"Female"):at.level(trait,3)):PE

where traits 1 and 2 are measured on males, and trait 3 on females.

The R-structure however cannot yet have multiple terms.

Cheers,

Jarrod






Quoting "Pierre B. de Villemereuil" <bonamy at horus.ens.fr> on Thu, 31  
Jan 2013 11:07:34 +0100: