| apply_pro | R Documentation |
Generates risk scores for new patients using a trained model.
apply_pro(trained_model_object, new_data, time_unit = "day")
trained_model_object |
A trained object (class |
new_data |
Data frame of new patients. |
time_unit |
Time unit for data preparation. |
Data frame with IDs, outcomes (if available), and risk scores.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.