Description Usage Arguments Value Examples
Only supports binary logistic regression at this time
1 |
model |
regression model to be used |
data |
training/testing data to use with model, MUST include all predictors in model |
ind_column |
independent (outcome) variable column in dataset - please use data$column syntax |
success |
character vector; how 'success' is coded in data |
failure |
character vector; how 'failure' is coded in data |
na.rm |
when T, only returns probability thresholds that have values for both 'TPR' and 'FPR' values |
data frame with TPR, FPR and Probability Threshold columns
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.