View source: R/enr functions.R
cut_performance | R Documentation |
fucntion to calculate optimal cut performance (DOCUMENTATION COMING- CURRENT DOCUMENTATION INCORRECT)
cut_performance(predicted_probs, cutpoints, fit_met, y_true)
predicted_probs |
vector of predicted probabilities coming from a logistic model |
cutpoints |
vector of cut points to loop through to and produce classification based on predicted probabilities |
fit_met |
the fit metric used to evaluate the classification given the cutoff |
y_true |
vector of 'true' values to be compared against classification based on predicted probs and cutoffs |
cut_performance()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.