Last chance! 50% off unlimited learning
Sale ends in
lomax(link.scale = "loge", link.q = "loge", earg.scale=list(),
earg.q=list(), init.scale = NULL, init.q = 1, zero = NULL)
scale
and q
.
See Links
for more choices.earg
in Links
for general information.scale
and q
.scale
, q
, respectively."vglmff"
(see vglmff-class
).
The object is used by modelling functions such as vglm
,
and vgam
.
The Lomax distribution has density
scale
,
and q
is a shape parameter.
The cumulative distribution function is
Lomax
,
genbetaII
,
betaII
,
dagum
,
sinmad
,
fisk
,
invlomax
,
paralogistic
,
invparalogistic
.lodat = data.frame(y = rlomax(n=2000, 6, 2))
fit = vglm(y ~ 1, lomax, lodat, trace=TRUE, crit="c")
coef(fit, mat=TRUE)
Coef(fit)
summary(fit)
Run the code above in your browser using DataLab