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 data - 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 both 'correct' and 'incorrect' values |
data frame with % correct calls ('correct'), % incorrect calls ('incorrect') and the probability threshold
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.