R/fig_error_rates.R
fig_dprime_effect_size.Rd
d prime as a function of effect size (model fits)
fig_dprime_effect_size( filter_func = function(data, ...) return(data), print_plot = TRUE )
filter_func | function to filter the data before plotting |
---|---|
print_plot | (logical) set to FALSE to prevent printing the ggplot object |
Invisibly returns the ggplot object
suppressWarnings( fig_dprime_effect_size() )