The important thing here is that this link relates the mean of the response to the
linear predictor and this is different from transforming the response variable.
An important consideration in choosing a link function is whether the selected link
will yield predicted values that are permissible. As an example, a common link for non-
negative count data or reaction times would be the natural logarithm. When the data are
not bounded, an identical function or a reciprocal function can be used. For the data
that are bounded between 0 and 1 a cumulative distribution function can be chosen (such
as logistic (logit function), normal (probit function), or Gumbal (log-log function)
distributions).
For the distributions of the natural exponential family, special link functions exist which are called *Canonical Link Functions*. By using the canonical link functions, we assure that the natural parameter of the distribution <img src="https://latex.codecogs.com/svg.latex?\theta" title="\theta" /> equals the linear predictor <img src="https://latex.codecogs.com/svg.latex?\eta" title="\eta" />. These functions are a good initial choice to start our modeling procedure but in some cases they may not be the best option.