Skip to content

Multivariate Response Model in MCMCglmm - Estimating Posterior Correlation Between Traits

1 message · Jarrod Hadfield

#
Hi,

1) If you only have one observation per individual you should drop the  
random effects (random=~us(trait):Bird) and have  
rcov=~us(trait):units. The posterior correlation can be found as  
posterior.cor(mc2$VCV). You could estimate both if the Bird effects  
are structured by a pedigree, but I think this is not the case.

2) The effective sample sizes are good enough that the MCMC  
approximation to the  posterior should be fairly accurate for many  
summary statistics (e.g. posterior mean).  Following the suggestion in  
1) you should get (many) more effective samples per iteration.

3) You need to add one to each of the variances prior to calculating  
the correlation in the model as you have specified it. Better to  
follow suggestion 1)

4) This is probably because you are fitting a non-identifiable set of  
parameters - try running with suggestion 1).

Sorry I took so long to answer this  - I am in the field.

Cheers,

Jarrod








Quoting Xavier Harrison <xav.harrison at gmail.com> on Fri, 17 May 2013  
17:04:40 +0100: