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