felix(link = extlogit(min = 0, max = 0.5), imethod = 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
.fdata <- data.frame(y = 2 * rpois(n = 200, 1) + 1) # Not real data!
fit <- vglm(y ~ 1, felix, data = fdata, trace = TRUE, crit = "coef")
coef(fit, matrix = TRUE)
Coef(fit)
summary(fit)
Run the code above in your browser using DataLab