calc_mean_perf: Generic function to calculate mean performance curves for...

calc_mean_perfR 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 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).

Value

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

Author(s)

Courtney Armour

Kelly Sovacool


SchlossLab/mikropml documentation built on Aug. 24, 2023, 9:51 p.m.