Learn R Programming

WARDEN (version 1.2.4)

qcond_weibullPH: Conditional quantile function for WeibullPH (flexsurv)

Description

Conditional quantile function for WeibullPH (flexsurv)

Usage

qcond_weibullPH(rnd = 0.5, shape, scale, lower_bound = 0)

Value

Estimate(s) from the conditional weibullPH distribution based on given parameters

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)

Examples

Run this code
qcond_weibullPH(rnd = 0.5, shape = 2, scale = 0.01, lower_bound = 5)

Run the code above in your browser using DataLab