posterior_samples {BBcor} | R Documentation |
Extract Posterior Samples
posterior_samples(object, ...)
object |
An object of class |
... |
Currently ignored |
A data frame including the posterior samples
Y <- mtcars[,1:5]
bb_samps <- bbcor(Y, method = "spearman")
# correlations
posterior_samples(bb_samps)
# partial correlations
posterior_samples(cor_2_pcor(bb_samps))