hweibull: Hazard function of the Weibull distribution

View source: R/distributions.R

hweibullR 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 TRUE, returns the log hazard

Value

a vector of (log)-hazard


longevity documentation built on Nov. 12, 2023, 5:07 p.m.