Update Generalized Linear Models authored by Mortaheb Sepehr's avatar Mortaheb Sepehr
...@@ -36,11 +36,11 @@ When constructing a generalized linear model, three major decisions must be made ...@@ -36,11 +36,11 @@ When constructing a generalized linear model, three major decisions must be made
* Bernoulli * Bernoulli
* Binomial * Binomial
2. ** Specifying the Systematic Component (Linear Predictor):** 2. **Specifying the Systematic Component (Linear Predictor):**
A linear combination of predictor variables should be constructed as the linear A linear combination of predictor variables should be constructed as the linear
predictor of the model. predictor of the model.
3. ** Choosing a Link Function:** 3. **Choosing a Link Function:**
Choosing an appropriate function which maps the mean of the response variable onto the Choosing an appropriate function which maps the mean of the response variable onto the
linear predictor. linear predictor.
... ...
......