posterior.inverse {MCMCglmm}R Documentation

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

Author(s)

Jarrod Hadfield j.hadfield@ed.ac.uk

See Also

posterior.cor, posterior.evals, posterior.ante

Examples

v<-rIW(diag(2),3, n=1000)
plot(posterior.inverse(mcmc(v)))

[Package MCMCglmm version 2.35 Index]