
Last chance! 50% off unlimited learning
Sale ends in
betaII(lscale = "loge", lshape2.p = "loge", lshape3.q = "loge",
escale = list(), eshape2.p = list(), eshape3.q = list(),
iscale = NULL, ishape2.p = 2, ishape3.q = 2, zero = NULL)
scale
, p
and q
.
See Links
for more choices.earg
in Links
for general information.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, 6, 2)) # 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, crit = "coef")
coef(fit, matrix = TRUE)
Coef(fit)
summary(fit)
Run the code above in your browser using DataLab