calc_mean_perf | R Documentation |
Generic function to calculate mean performance curves for multiple models
calc_mean_perf(sensspec_dat, group_var = specificity, sum_var = sensitivity)
sensspec_dat |
data frame created by concatenating results of
|
group_var |
variable to group by (e.g. specificity or recall). |
sum_var |
variable to summarize (e.g. sensitivity or precision). |
data frame with mean & standard deviation of sum_var
summarized over group_var
Courtney Armour
Kelly Sovacool
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.