Learn R Programming

mikropml (version 1.6.1)

calc_mean_perf: 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)

Value

data frame with mean & standard deviation of sum_var summarized over group_var

Arguments

sensspec_dat

data frame created by concatenating results of calc_model_sensspec() for multiple models.

group_var

variable to group by (e.g. specificity or recall).

sum_var

variable to summarize (e.g. sensitivity or precision).

Author

Courtney Armour

Kelly Sovacool