Skip to content
Prev 14977 / 20628 Next

Question about the predict function in MCMCglmm

Dear Joelle,

Your intuition about the different predict functions is correct. Perhaps 
the discrepancy is that the diagonal elements of your user inverse V 
does not have one along the diagonals? If not you should use:

mMCMC$VCV[,"units"]+mMCMC$VCV[,"idU"]*diag(V)

rather than:

rwoSums(mMCMC$VCV)

If this does or does not fix the problem can you let me know.

Cheers,

Jarrod
On 01/11/2016 18:27, Joelle Mbatchou wrote: