compute_surv {heemod} | R Documentation |
Evaluate Survival Distributions
Description
Generate either survival probabilities or conditional probabilities of event for each model cycle.
Usage
compute_surv(x, time, cycle_length = 1, type = c("prob", "survival"), ...)
Arguments
x |
A survival object |
time |
The |
cycle_length |
The value of a Markov cycle in absolute time units. |
type |
Either |
... |
arguments passed to methods. |
Value
Returns either the survival probabilities or conditional probabilities of event for each cycle.
[Package heemod version 1.1.0 Index]