find_cutoffs_logistic | R Documentation |
This function finds symmetric cutoff points for a specified predictor variable using logistic regression.
find_cutoffs_logistic(my_data, variable)
my_data |
A dataframe containing the data. |
variable |
A character string specifying the name of the predictor variable for which to find cutoffs. |
A dataframe containing the symmetric cutoffs and their corresponding predicted log odds ratios.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.