Changes
Page history
Update Generalized Linear Models
authored
Jan 02, 2021
by
Mortaheb Sepehr
Show whitespace changes
Inline
Side-by-side
Generalized-Linear-Models.md
View page @
b914daa6
...
...
@@ -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+\beta_1x_1+\beta_2x_2+&space;...+&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
...
...
...
...