qcond_weibullPH {WARDEN} | R Documentation |
Conditional quantile function for WeibullPH (flexsurv)
Description
Conditional quantile function for WeibullPH (flexsurv)
Usage
qcond_weibullPH(rnd = 0.5, shape, scale, lower_bound = 0)
Arguments
rnd |
Vector of quantiles (between 0 and 1) |
shape |
Shape parameter of WeibullPH |
scale |
Scale (rate) parameter of WeibullPH (i.e., as in hazard = scale * t^(shape - 1)) |
lower_bound |
Lower bound (current time) |
Value
Estimate(s) from the conditional weibullPH distribution based on given parameters
Examples
qcond_weibullPH(rnd = 0.5, shape = 2, scale = 0.01, lower_bound = 5)
[Package WARDEN version 1.2.5 Index]