The function visualize the results of the confirmatory Bayes factor analysis cumulative_bayes_factor. The Bayes factors calculated at each new experimental trial are displayed on this figure.

plot_confirmatory(cumulative_results, animated = FALSE)

Arguments

cumulative_results

dataframe, output of the cumulative_bayes_factor function

animated

logical, whether the plot to be animated with plotly or not

Value

The function returns a ggplot object.

See also

Other plotting functions: plot_exploratory(), plot_robustness()