Find best combination of cutoffs Searches for the best combination of cutoffs that minimizes the Akaike Information Criterion (AIC).
find_best_combination_cox(my_data, cutoffs_list, formula)
A dataframe containing the optimal cutoff values and the AIC value.
A dataframe containing the data.
A list of dataframes containing the cutoffs for each variable.
An object of class "formula" describing the model structure.