eval_surv(x, time, cycle_length = 1, type = c("prob", "surv"), ...)# S3 method for survfit
eval_surv(x, time, cycle_length = 1, type = c("prob",
"surv"), ...)
# S3 method for flexsurvreg
eval_surv(x, time, cycle_length = 1, type = c("prob",
"surv"), ...)
# S3 method for surv_model
eval_surv(x, time, cycle_length = 1, type = c("prob",
"surv"), ...)
# S3 method for surv_projection
eval_surv(x, time, cycle_length = 1,
type = c("prob", "surv"), ...)
# S3 method for surv_pooled
eval_surv(x, time, cycle_length = 1, type = c("prob",
"surv"), ...)
# S3 method for surv_ph
eval_surv(x, time, cycle_length = 1, type = c("prob",
"surv"), ...)
# S3 method for surv_aft
eval_surv(x, time, cycle_length = 1, type = c("prob",
"surv"), ...)
# S3 method for surv_po
eval_surv(x, time, cycle_length = 1, type = c("prob",
"surv"), ...)
# S3 method for surv_add_haz
eval_surv(x, time, cycle_length = 1, type = c("prob",
"surv"), ...)
# S3 method for surv_dist
eval_surv(x, time, cycle_length = 1, type = c("prob",
"surv"), ...)
model_time or state_time for which
to predict.prob, for transition probabilities,
or surv, for survivalcompute_surv() are memoised for
options("heemod.memotime") (default: 1 hour) to
increase resampling performance.