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