| posterior.inverse {MCMCglmm} | R Documentation |
Posterior distribution of matrix inverse
posterior.inverse(x)
x |
mcmc object of (co)variances stacked column-wise |
posterior of inverse (co)variance matrices
Jarrod Hadfield j.hadfield@ed.ac.uk
posterior.cor, posterior.evals, posterior.ante
v<-rIW(diag(2),3, n=1000) plot(posterior.inverse(mcmc(v)))