summary.bbcor: Summarize posterior samples from bbcor object

Description Usage Arguments Value Examples

View source: R/methods.R

Description

Summarize posterior samples from bbcor object

Usage

1
2
## S3 method for class '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

1
2
3
4
Y <- mtcars[, 1:5]
bb <- bbcor(Y, method = "spearman")

summary(bb)

BBcor documentation built on Oct. 14, 2021, 5:22 p.m.