invparalogistic(link.a = "loge", link.scale = "loge",
earg.a=list(), earg.scale=list(),
init.a = 1, init.scale = NULL, zero = NULL)
a
and
(positive) scale parameter scale
.
See Links
for more choices.earg
in Links
for general information.a
and scale
.a
, scale
, respectively."vglmff"
(see vglmff-class
).
The object is used by modelling functions such as vglm
,
and vgam
.The inverse paralogistic distribution has density
scale
,
and $a$ is the shape parameter.
The mean is
Invparalogistic
,
genbetaII
,
betaII
,
dagum
,
sinmad
,
fisk
,
invlomax
,
lomax
,
paralogistic
.y = rinvparalogistic(n=3000, 4, 6)
fit = vglm(y ~ 1, invparalogistic, trace=TRUE)
fit = vglm(y ~ 1, invparalogistic(init.a=2.7, init.sc=3.3),
trace=TRUE, crit="c")
coef(fit, mat=TRUE)
Coef(fit)
summary(fit)
Run the code above in your browser using DataLab