View source: R/pred_surv_class.R
pred_event_censor | R Documentation |
pred_event_censor
Construct a pred_event_censor
object containing predicted/fitted survival and censoring probabilities for multiple individuals in the same sample. Can only hold survival curves of the form of decreasing right-continuous step functions.
pred_event_censor(pred_event_obj, pred_censor_obj = NULL)
pred_event_obj |
a |
pred_censor_obj |
a |
The predicted/fitted probability matrices in pred_event_obj
and pred_censor_obj
must have same row names, i.e., same number of individuals.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.