hazard_fn_elife: Hazard function for various parametric models

View source: R/hazard.R

hazard_fn_elifeR 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


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