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