waldff(link.lambda = "loge", init.lambda = NULL)
Links
for more choices and general information."vglmff"
(see vglmff-class
).
The object is used by modelling functions such as vglm
,
and vgam
.inv.gaussianff
,
rinv.gaussian
.wdata <- data.frame(y = rinv.gaussian(n = 1000, mu = 1, lambda = exp(1)))
fit <- vglm(y ~ 1, waldff(init = 0.2), wdata, trace = TRUE)
coef(fit, matrix = TRUE)
Coef(fit)
summary(fit)
Run the code above in your browser using DataLab