Last chance! 50% off unlimited learning
Sale ends in
betaII(lscale = "loge", lshape2.p = "loge", lshape3.q = "loge",
iscale = NULL, ishape2.p = 2, ishape3.q = 2, zero = NULL)
scale
, p
and q
.
See Links
for more choices.scale
, p
and q
.scale
, p
, q
, respectively."vglmff"
(see vglmff-class
).
The object is used by modelling functions such as vglm
,
and vgam
.
The beta II distribution has density
scale
,
and the others are shape parameters.
The mean is
betaff
,
genbetaII
,
dagum
,
sinmad
,
fisk
,
invlomax
,
lomax
,
paralogistic
,
invparalogistic
.bdata <- data.frame(y = rsinmad(2000, shape1.a = 1, exp(2), exp(1))) # Not genuine data!
fit <- vglm(y ~ 1, betaII, bdata, trace = TRUE)
fit <- vglm(y ~ 1, betaII(ishape2.p = 0.7, ishape3.q = 0.7),
bdata, trace = TRUE)
coef(fit, matrix = TRUE)
Coef(fit)
summary(fit)
Run the code above in your browser using DataLab