View source: R/distributions.R
check_elife_dist | R Documentation |
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")
)
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 |
The function has no return value and is only used to throw error for invalid arguments.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.