get_cutpoints | R Documentation |
Get cutpoints for survival estimation
get_cutpoints(
.prediction_time,
.event_times,
.min_events = 10,
.base_cutpoints = NULL
)
.prediction_time |
time point at which event is predicted to happen |
.event_times |
times of observed events (non-censored) |
.base_cutpoints |
vector of cutpoints to start with |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.