powered by
Summarize posterior samples from bbcor object
# S3 method for bbcor summary(object, ci = 0.9, decimals = 2, ...)
An object of class bbcor
bbcor
The desired credible interval
The number of decimals points to which estimates should be rounded
Currently ignored
A data.frame summarizing the relations
data.frame
# NOT RUN { Y <- mtcars[, 1:5] bb <- bbcor(Y, method = "spearman") summary(bb) # }
Run the code above in your browser using DataLab