Plots the proportion of simulations in which BF10 meets or exceeds a threshold, grouped by sample size and any effect grid variables.
plot_bf_assurance_curve_smooth(x, cutoff = 10, effect_filter = NULL)A ggplot object.
Engine result (list with $results) or a data.frame with at least
columns n, bf10 and any effect columns (e.g., treatment).
Numeric Bayes factor threshold for a "hit" (default 10).
Optional named list to filter effects,
e.g. list(treatment = 0.6).