
Last chance! 50% off unlimited learning
Sale ends in
rig(lmu = "identity", llambda = "loge",
emu=list(), elambda=list(), imu = NULL, ilambda = 1)
mu
and lambda
.
See Links
for more choices.mu
and lambda
.
A NULL
means a value is computed internally.earg
in Links
for general information."vglmff"
(see vglmff-class
).
The object is used by modelling functions such as vglm
,
and vgam
.simplex
.y = rchisq(n=100, df=14) # Not 'proper' data!!
fit = vglm(y ~ 1, rig, trace=TRUE)
fit = vglm(y ~ 1, rig, trace=TRUE, eps=1e-9, cri="c")
summary(fit)
Run the code above in your browser using DataLab