Evaluate model with cutoffs Evaluates the model by creating exposure variables based on the cutoffs and fitting a Cox model.
evaluate_model_cox(my_data, cutoffs, formula)
A dataframe summarizing the model evaluation metrics.
A dataframe containing the data.
A list of dataframes containing the cutoffs for each variable.
An object of class "formula" describing the model structure.