posterior.cor | R Documentation |
Transforms posterior distribution of covariances into correlations
posterior.cor(x)
x |
mcmc object of (co)variances stacked column-wise |
posterior correlation matrices
Jarrod Hadfield j.hadfield@ed.ac.uk
posterior.evals
, posterior.inverse
, posterior.ante
v<-rIW(diag(2),3, n=1000)
hist(posterior.cor(mcmc(v))[,2])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.