posterior.evals {MCMCglmm}R Documentation

Posterior distribution of eigenvalues

Description

Posterior distribution of eigenvalues

Usage

posterior.evals(x)

Arguments

x mcmc object of (co)variances stacked column-wise

Value

posterior eigenvalues

Author(s)

Jarrod Hadfield j.hadfield@ed.ac.uk

See Also

posterior.cor

Examples

v<-rIW(diag(2),3, n=1000)
hist(posterior.evals(mcmc(v))[,2])

[Package MCMCglmm version 2.01 Index]