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