wald(link.lambda="loge", earg=list(), init.lambda=NULL)
Links
for more choices.earg
in Links
for general information."vglmff"
(see vglmff-class
).
The object is used by modelling functions such as vglm
,
and vgam
.inv.gaussianff
.set.seed(123)
shape = 1
y = rgamma(n=1000, shape=shape) # Not inverse Gaussian!!
fit = vglm(y ~ 1, wald(init=0.2), trace=TRUE)
coef(fit, matrix=TRUE)
Coef(fit)
summary(fit)
Run the code above in your browser using DataLab