find_best_combination_logistic | R Documentation |
This function searches for the best combination of cutoffs that minimizes the Akaike Information Criterion (AIC).
find_best_combination_logistic(my_data, cutoffs_list, formula)
my_data |
A dataframe containing the data. |
cutoffs_list |
A list of dataframes containing the cutoffs for each variable. |
formula |
An object of class "formula" describing the model structure. |
A dataframe containing the optimal cutoff values and the AIC value.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.