This function finds symmetric cutoff points for a specified predictor variable using logistic regression.
find_cutoffs_logistic(my_data, variable)
A dataframe containing the symmetric cutoffs and their corresponding predicted log odds ratios.
A dataframe containing the data.
A character string specifying the name of the predictor variable for which to find cutoffs.