Learn R Programming

BBcor (version 1.0.3)

summary.bbcor: Summarize posterior samples from bbcor object

Description

Summarize posterior samples from bbcor object

Usage

# S3 method for bbcor
summary(object, ci = 0.9, decimals = 2, ...)

Arguments

object

An object of class bbcor

ci

The desired credible interval

decimals

The number of decimals points to which estimates should be rounded

...

Currently ignored

Value

A data.frame summarizing the relations

Examples

Run this code
# NOT RUN {
Y <- mtcars[, 1:5]
bb <- bbcor(Y, method = "spearman")

summary(bb)
# }

Run the code above in your browser using DataLab