
Last chance! 50% off unlimited learning
Sale ends in
simplex(lmu = "logit", lsigma = "loge",
emu=list(), esigma=list(),
imu = NULL, isigma = NULL)
mu
.
See Links
for more choices.
The parameter lies in the unit interval.sigma
.
See Links
for more choices.
The parameter is positive, therefore the log link is the default.earg
in Links
for general information.mu
and sigma
.
A NULL
means a value is obtained internally."vglmff"
(see vglmff-class
).
The object is used by modelling functions such as vglm
,
and vgam
.rig
.x = runif(n <- 100)
y = rbeta(n, shape1=3+x, shape2=4-x)
(fit = vglm(y ~ 1, simplex, trace=TRUE, cri="coef"))
coef(fit, matrix=TRUE)
Coef(fit)
summary(fit)
Run the code above in your browser using DataLab