spect_predict | R Documentation |
Generates predictions for each individual at each interval defined by the 'train_result' parameter. The interval-level predictions can be combined to generate surivival curves for an individual.
spect_predict(train_result, new_data)
train_result |
- return data object from spect_train |
new_data |
- New data set with the same covariates as the training data set. |
predictions by the trained model on a new data set
Stephen Abrams, stephen.abrams@louisville.edu
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.