felix(link = "elogit", earg = if (link == "elogit") list(min
= 0, max = 0.5) else list(), method.init=1)
Links
for more choices and for general information.CommonVGAMffArguments
.
Valid values are 1, 2, 3 or 4."vglmff"
(see vglmff-class
).
The object is used by modelling functions such as vglm
and vgam
.dfelix
,
borel.tanner
.y = 2*rpois(n <- 200, 1) + 1 # Not real data!
fit = vglm(y ~ 1, felix, trace=TRUE, crit="c")
coef(fit, matrix=TRUE)
Coef(fit)
summary(fit)
Run the code above in your browser using DataLab