calc_mean_perf {mikropml} | R Documentation |
Generic function to calculate mean performance curves for multiple models
Description
Used by calc_mean_roc()
and calc_mean_prc()
.
Usage
calc_mean_perf(sensspec_dat, group_var = specificity, sum_var = sensitivity)
Arguments
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). |
Value
data frame with mean & standard deviation of sum_var
summarized over group_var
Author(s)
Courtney Armour
Kelly Sovacool
[Package mikropml version 1.6.1 Index]