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