Plot sensitivity and specificity from run_modelchoice_analysis output.
See also
Other visualization:
plot_bias()
Examples
# Single facet
plot_modelchoice(results, x = "pop_model_x", facets = "criterion")
#> Error: object 'results' not found
# Two facets (criterion and n_dyads)
plot_modelchoice(results, x = "pop_model_x", facets = c("criterion", "n_dyads"))
#> Error: object 'results' not found
