Check parameters of extended lifetime distributions
check_elife_dist(
rate,
scale,
shape,
family = c("exp", "gp", "weibull", "gomp", "gompmake", "extgp", "extweibull", "perks",
"beard", "perksmake", "beardmake")
)
The function has no return value and is only used to throw error for invalid arguments.
rate parameter(s); for models with Makeham component, the last entry should be part of the rate vector
scale parameter
vector of shape parameter(s).
string indicating the parametric model, one of exp
, gp
, gomp
, gompmake
, weibull
, extgp
, extweibull
, perks
, perksmake
, beard
and beardmake