Session Ready
Exercise

Confidence intervals for negative Binomial model

Continuing with the previously fitted crab model you will compare the confidence intervals for the negative Binomial model with the Poisson regression model.

The Poisson regression model crab_pois and the negative Binomial model crab_NB, and crab dataset are preloaded in the workspace.

Instructions
100 XP
  • Compute and print confidence intervals for the crab_pois model.
  • Compute and print confidence intervals for the crab_NB model.