wald(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
.wdata <- data.frame(y = rgamma(n = 1000, shape = 1)) # Not inverse Gaussian!!
fit <- vglm(y ~ 1, wald(init = 0.2), wdata, trace = TRUE)
coef(fit, matrix = TRUE)
Coef(fit)
summary(fit)
Run the code above in your browser using DataLab