posterior.cor
From MCMCglmm v2.29
by Jarrod Hadfield
Transforms posterior distribution of covariances into correlations
Transforms posterior distribution of covariances into correlations
- Keywords
- distribution
Usage
posterior.cor(x)
Arguments
- x
mcmc object of (co)variances stacked column-wise
Value
posterior correlation matrices
See Also
Examples
# NOT RUN {
v<-rIW(diag(2),3, n=1000)
hist(posterior.cor(mcmc(v))[,2])
# }
Community examples
Looks like there are no examples yet.