Plot decision/assurance curve across n
.plot_decision_assurance_curve_from_summary(
x,
y_metric = c("assurance", "power_direction", "power_threshold", "power_rope",
"bf_hit_10"),
target = NULL,
effect_filter = NULL,
first_n_label = TRUE
)ggplot object.
Engine result list (with $summary) or a data.frame.
One of "assurance","power_direction","power_threshold","power_rope","bf_hit_10".
Optional horizontal target line.
Named list for exact-match filtering (e.g., list(treatment=0.5)).
If TRUE, annotate first n reaching target.