find_cutoffs_cox | R Documentation |
Find symmetric cutoffs This function finds symmetric cutoff points for a specified variable using Cox regression.
find_cutoffs_cox(my_data, variable_name)
my_data |
A dataframe containing the data. |
variable_name |
A character string specifying the name of the variable for which to find cutoffs. |
A dataframe containing the symmetric cutoffs and their corresponding predicted log hazard ratios.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.