| plot_bf_assurance_curve | R Documentation |
This is the main function users should call to visualise
conditional Bayesian power for the Bayes factor criterion.
It is a thin wrapper around plot_bf_assurance_curve_smooth(),
so all existing behaviour is preserved.
plot_bf_assurance_curve(power_results, bf_threshold = 10, effect_filter = NULL)
power_results |
Output from a brms_inla_power* function (or a data.frame with columns n, bf10 and any effect columns). |
bf_threshold |
Numeric Bayes factor cutoff (default 10). |
effect_filter |
Optional named list to filter effect-grid
columns, e.g. |
A ggplot object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.