test_simple_predictions: Calculate a crosstable or ROC and test metrics for the given...

Description Usage Arguments Value

Description

Calculate a crosstable or ROC and test metrics (if a cutoff is given) for the given variables.

It takes sets of the form c(ID, PREDICTOR, RESPONSE, RESPONSE_POS, CUTOFF).

Usage

1
2
3
test_simple_predictions(data, ..., alpha = eenv_alpha, show = FALSE,
  force_show = c(), print_auc = FALSE, print_points = FALSE,
  print_steps = FALSE, print_threshold = FALSE)

Arguments

data

A tibble containing the data.

...

Sets of variables to analyse (see above).

alpha

The alpha used for testing.

show

Show results (tibbles / plots).

force_show

A list of ids of results that should be shown regardless of show.

print_auc

Print the AUC onto the ROC plot?

print_points

Print all data points onto the ROC plot?

print_steps

Print only the steps onto the ROC plot?

print_threshold

Mark the given threshold in the ROC plot?

Value

list


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