summary.bbcor {BBcor} | R Documentation |
Summarize posterior samples from bbcor object
## S3 method for class 'bbcor'
summary(object, ci = 0.9, decimals = 2, ...)
object |
An object of class |
ci |
The desired credible interval |
decimals |
The number of decimals points to which estimates should be rounded |
... |
Currently ignored |
A data.frame
summarizing the relations
Y <- mtcars[, 1:5]
bb <- bbcor(Y, method = "spearman")
summary(bb)