slice_plot: Create a 'slice plot' of two roc curves with area between...

Description Usage Arguments Value References See Also Examples

View source: R/visualizations.R

Description

Create a 'slice plot' of two roc curves with area between them (the ABROCA region) shaded.

Usage

1
2
slice_plot(majority_roc, minority_roc, majority_group_name = NULL,
  minority_group_name = NULL, fout = NULL)

Arguments

majority_roc

list with attributes 'x' and 'y' defining points of roc curve

minority_roc

list with attributes 'x' and 'y' defining points of roc curve

majority_group_name

optional label for majority group (character)

minority_group_name

optional label for minority group (character)

fout

path to output file

Value

No return value; file is saved to disk.

References

Josh Gardner, Christopher Brooks, and Ryan Baker. (2019). Evaluating the Fairness of Predictive Student Models Through Slicing Analysis. Proceedings of the 9th International Conference on Learning Analytics and Knowledge (LAK19).

See Also

compute_abroca

Examples

1
2
3
 
# This function is not currently intended for calling directly, but
# this is possible. For example usage, see \code{\link{compute_abroca}}.

jpgard/abroca documentation built on May 25, 2019, 11:31 p.m.