Skip to content
Prev 11566 / 20628 Next

MCMCglmm variance estimates Poisson distribution

Dear John,

How are you calculating the posterior expectation:

1/
posterior.mode(exp(mcmc.c11.cf2$Sol+mcmc.c11.cf2$VCV/2))
2/
mean(exp(mcmc.c11.cf2$Sol+mcmc.c11.cf2$VCV/2))
3/
exp(posterior.mode(mcmc.c11.cf2$Sol)+posterior.mode(mcmc.c11.cf2$VCV/2))
4/
exp(mean(mcmc.c11.cf2$Sol)+mean(mcmc.c11.cf2$VCV/2))

If it is not by method 1/ try that and see if there is less of a discrepancy.

Cheers,

Jarrod

Quoting "Hodsoll, John" <john.hodsoll at kcl.ac.uk> on Tue, 4 Mar 2014  
11:25:17 +0000: