qcond_weibullPH: Conditional quantile function for WeibullPH (flexsurv)

View source: R/calculator_f.R

qcond_weibullPHR 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)

WARDEN documentation built on Aug. 8, 2025, 7:50 p.m.