Update Generalized Linear Models authored by Mortaheb Sepehr's avatar Mortaheb Sepehr
...@@ -136,8 +136,7 @@ When constructing a generalized linear model, three major decisions must be made ...@@ -136,8 +136,7 @@ When constructing a generalized linear model, three major decisions must be made
will be used to explain systematic variability between means. If we have Q+1 predictors will be used to explain systematic variability between means. If we have Q+1 predictors
in our model, the linear predictor would be: in our model, the linear predictor would be:
<a href="https://www.codecogs.com/eqnedit.php <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" />
latex=\eta=\beta_0&plus;\beta_1x_1&plus;\beta_2x_2&plus;&space;...&plus;&space;\beta_Qx_Q" target="_blank"><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" /></a>
... ...
......