gamma1(link = "loge", earg=list())
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
.gamma
.
The mean of $Y$ (returned as the fitted values)
is $\mu=shape$, and the variance is
$\sigma^2 = shape$.gamma2.ab
for the 2-parameter gamma distribution.y = rgamma(n=100, shape= exp(3))
fit = vglm(y ~ 1, gamma1, trace=TRUE, crit="c")
coef(fit, matrix=TRUE)
Coef(fit)
summary(fit)
Run the code above in your browser using DataLab