statsExpressions (version 0.3.1)

bf_extractor: Extract Bayes Factors from BayesFactor model object.

Description

Extract Bayes Factors from BayesFactor model object.

Usage

bf_extractor(bf.object, ...)

Arguments

bf.object

An object from BayesFactor package.

...

Currently ignored.

Examples

Run this code
# NOT RUN {
# getting only Bayes Factors
statsExpressions::bf_extractor(
  BayesFactor::anovaBF(
    formula = Sepal.Length ~ Species,
    data = iris,
    progress = FALSE
  )
)
# }

Run the code above in your browser using DataLab