paralogistic(lshape1.a = "loge", lscale = "loge",
ishape1.a = 2, iscale = NULL, zero = NULL)
a
and
(positive) scale parameter scale
.
See Links
for more choices.a
and scale
.a
, scale
, respectively."vglmff"
(see vglmff-class
).
The object is used by modelling functions such as vglm
,
and vgam
.
The 2-parameter paralogistic has density
scale
,
and $a$ is the shape parameter.
The mean is
Paralogistic
,
genbetaII
,
betaII
,
dagum
,
fisk
,
invlomax
,
lomax
,
invparalogistic
.pdata <- data.frame(y = rparalogistic(n = 3000, exp(1), exp(2)))
fit <- vglm(y ~ 1, paralogistic, pdata, trace = TRUE)
fit <- vglm(y ~ 1, paralogistic(ishape1.a = 2.3, iscale = 7),
pdata, trace = TRUE, epsilon = 1e-8)
coef(fit, matrix = TRUE)
Coef(fit)
summary(fit)
Run the code above in your browser using DataLab