powered by
Extract Posterior Samples
posterior_samples(object, ...)
An object of class bbcor
bbcor
Currently ignored
A data frame including the posterior samples
# NOT RUN { Y <- mtcars[,1:5] bb_samps <- bbcor(Y, method = "spearman") # correlations posterior_samples(bb_samps) # partial correlations posterior_samples(cor_2_pcor(bb_samps)) # }
Run the code above in your browser using DataLab