PFS Survival Function from Constant Transition Hazards
ExpSurvPFS(t, h01, h02)
(numeric
)
study time-points.
(positive number
)
transition hazard for 0 to 1 transition.
(positive number
)
transition hazard for 0 to 2 transition.
This returns the value of PFS survival function at time t.
ExpSurvPFS(c(1:5), 0.2, 0.4)
#> [1] 0.54881164 0.30119421 0.16529889 0.09071795 0.04978707