evaluate_model_cox | R Documentation |
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)
my_data |
A dataframe containing the data. |
cutoffs |
A list of dataframes containing the cutoffs for each variable. |
formula |
An object of class "formula" describing the model structure. |
A dataframe summarizing the model evaluation metrics.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.