Exercise

Interpret Poisson coefficients

Using the fitted model from the previous exercise, model, you will further analyze the results by interpreting coefficients and the multiplicative effect on the mean of the response.

Recall that the multiplicative effect is computed with \(exp(\beta_1)\).

Instructions 1/2

undefined XP
    1
    2

Question

Using the model fitted in the previous exercise which is the correct interpretation of the coefficient for width variable?

Use .summary() to print and view model results.

Model is saved as model.

Possible answers