Update Generalized Linear Models authored by Mortaheb Sepehr's avatar Mortaheb Sepehr
......@@ -135,7 +135,7 @@ When constructing a generalized linear model, three major decisions must be made
<img src="https://latex.codecogs.com/svg.latex?\eta=\beta_0&plus;\beta_1x_1&plus;\beta_2x_2&plus;&space;...&plus;&space;\beta_Qx_Q" title="\eta=\beta_0+\beta_1x_1+\beta_2x_2+ ...+ \beta_Qx_Q" />
In this linear predictor, we can also use transformation of the predictors as well as their iinteractions.
3. **Choosing a Link Function:**
An appropriate function must be chosen which maps the mean of the response variable
......
......