get_cutoffs: Get cutoff values for group predictions
Description
Get cutoff values for group predictions
Usage
get_cutoffs(x)
Value
A message is printed about the thresholds. If outcome_groups
were defined the return value is a single numeric value, the threshold used
to separate predicted probabilities into outcome groups. If
risk_groups were defined the return value is a data frame with one
column giving the group names and another column giving the minimum
predicted probability for an observation to be in that group.
Arguments
x
Data frame from predict.model_list where
outcome_groups or risk_groups was specified