PWCsurvPFS {simIDM} | R Documentation |
PFS Survival Function from Piecewise Constant Hazards
Description
PFS Survival Function from Piecewise Constant Hazards
Usage
PWCsurvPFS(t, h01, h02, pw01, pw02)
Arguments
t |
( |
h01 |
( |
h02 |
( |
pw01 |
( |
pw02 |
( |
Value
This returns the value of PFS survival function at time t.
Examples
PWCsurvPFS(1:5, c(0.3, 0.5), c(0.5, 0.8), c(0, 4), c(0, 8))
[Package simIDM version 0.1.0 Index]