Skip to content
Prev 18144 / 20628 Next

glmmTMB warnings and no output Gamma distribution

For what it's worth, the use of the inverse link as the default for
the Gamma is because it's the *canonical* link for that distribution -
this can be derived from the form of the distribution function, and
has some nice mathematical properties (see Wikipedia
https://en.wikipedia.org/wiki/Generalized_linear_model or any GLM
book).  It is indeed often less numerically stable than the log link,
which restricts the domain appropriately.
On Wed, Feb 5, 2020 at 11:01 AM Mollie Brooks <mollieebrooks at gmail.com> wrote: