get_probs_from_surv_(x, ...)# S3 method for flexsurvreg
get_probs_from_surv_(x, cycle, km_limit = 0,
cycle_length = 1, type = c("prob", "surv"), ...)
# S3 method for surv_dist
get_probs_from_surv_(x, cycle, km_limit = 0,
cycle_length = 1, type = c("prob", "surv"), ...)
get_probs_from_surv(x, ...)
flexsurvreg or
define_survival.markov_cycle or
state_time for which to predict.Details.prob, for transition
probabilities, or surv, for survivaluse_km_until = 0, then only model probabilities
will be used. The results of get_probs_from_surv are memoised for
options("heemod.memotime") (default: 1 hour) to
increase resampling performance.