test_roc_empiric: Calculate an empiric ROC.

Description Usage Arguments Value

Description

Calculate an empiric ROC.

Usage

1
2
test_roc_empiric(data, predictor, response, print_auc = TRUE,
  print_points = FALSE, print_steps = FALSE)

Arguments

data

The tibble containing the data.

predictor

The column holding the predictors.

response

The column holding the responses.

print_auc

Print the AUC when creating the plot?

print_points

Plot the single points?

print_steps

Plot points that define steps only?

Value

list


randomchars42/eenv documentation built on May 20, 2019, 1:29 p.m.