ExpSurvOS {simIDM} | R Documentation |
OS Survival Function from Constant Transition Hazards
Description
OS Survival Function from Constant Transition Hazards
Usage
ExpSurvOS(t, h01, h02, h12)
Arguments
t |
( |
h01 |
(positive |
h02 |
(positive |
h12 |
(positive |
Value
This returns the value of OS survival function at time t.
Examples
ExpSurvOS(c(1:5), 0.2, 0.4, 0.1)
[Package simIDM version 0.1.0 Index]