Skip to content

MCMCglmm Bivariate Binary Model

1 message · Julien Martin

#
Hi Chuck
I think you need to fix residual variance and covariance to 1 and 0 for 
both traits because they are both binary traits. With your actual prior, 
you fix it only for the second trait.
So I think it should work with

prior = list(R = list(V = diag(2), n = 0, fix = 1),
             G = list(G1 = list(V = diag(2), n = 1)))


Hope this would work
Sincerely

Julien