MCMCglmm (version 2.29)

posterior.inverse: Posterior distribution of matrix inverse

Description

Posterior distribution of matrix inverse

Usage

posterior.inverse(x)

Arguments

x

mcmc object of (co)variances stacked column-wise

Value

posterior of inverse (co)variance matrices

See Also

posterior.cor, posterior.evals, posterior.ante

Examples

Run this code
# NOT RUN {
v<-rIW(diag(2),3, n=1000)
plot(posterior.inverse(mcmc(v)))
# }

Run the code above in your browser using DataCamp Workspace