Skip to contents

Generates a plot of the Bayes Factor (BF) based on the fitted model from a bipod object. The plot can include categories for interpreting the Bayes Factor according to Jeffreys' scale of evidence.

Usage

plot_bayes_factor(x, with_categories = F)

Arguments

x

A bipod object that contains the results of a fitted model, including Bayes Factor and best growth model metadata.

with_categories

A logical value indicating whether to include Bayes Factor significance categories based on Jeffreys' scale. If TRUE, the plot will use categories to interpret the Bayes Factor. (default is F)

Value

A ggplot2 object displaying the Bayes Factor with its significance, optionally categorized.