A dataset containing the the time-to-event outcomes
(a survival::Surv
object),
the predictions from a prognostic model, and the results from a binary
prognostic test. Based on dcurves::df_surv
. The intended time horizon for prediction
is exactly 1.
Format
A data frame with 500 rows and 3 variables:
- outcomes
survival outcomes (
survival::Surv
object)- model_predictions
predicted probabilities of event (at time 1).
- binary_test
binary prognostic test results (0 or 1, int.)
...