Compute maximum likelihood estimates for a generalized linear model with Gamma response.
glmMLE(fit)
a numeric vector of estimates.
is an object of class glm
and its default value is NULL. If a fit of class glm
is provided,
the arguments x
, y
, and l
will be ignored. We recommend using glm2
function from
glm2
package since it provides better convergence while optimizing the likelihood to estimate
coefficients of the model by IWLS method. It is required to return design matrix by x
= TRUE
in
glm
or glm2
function. For more information on how to do this, refer to the help
documentation for the glm
or glm2
function.