hweibull {longevity} | R Documentation |
Hazard function of the Weibull distribution
Description
Hazard function of the Weibull distribution
Usage
hweibull(x, shape, scale = 1, log = FALSE)
Arguments
x |
vector of quantiles |
shape |
shape parameter |
scale |
scale parameter, default to 1 |
log |
logical; if |
Value
a vector of (log)-hazard
[Package longevity version 1.2.1 Index]