hazard_fn_elife {longevity}R Documentation

Hazard function for various parametric models

Description

Hazard function for various parametric models

Usage

hazard_fn_elife(
  x,
  par,
  family = c("exp", "gp", "gomp", "gompmake", "weibull", "extgp")
)

Arguments

x

vector of points at which to evaluate the hazard function

par

vector of scale and shape parameters

family

string; choice of parametric family

Value

a vector with the value of the hazard function at x


[Package longevity version 1.2.1 Index]