WeibSurvOS {simIDM} | R Documentation |
OS Survival Function from Weibull Transition Hazards
Description
OS Survival Function from Weibull Transition Hazards
Usage
WeibSurvOS(t, h01, h02, h12, p01, p02, p12)
Arguments
t |
( |
h01 |
(positive |
h02 |
(positive |
h12 |
(positive |
p01 |
(positive |
p02 |
(positive |
p12 |
(positive |
Value
This returns the value of OS survival function at time t.
Examples
WeibSurvOS(c(1:5), 0.2, 0.5, 2.1, 1.2, 0.9, 1)
[Package simIDM version 0.1.0 Index]