jthaman / ciTools

An R Package for Quick Uncertainty Intervals
GNU General Public License v3.0
106 stars 9 forks source link

Remove boot_fit_nb() #55

Open billdenney opened 3 years ago

billdenney commented 3 years ago

Related to #51, remove extraneous function switching from boot_fit_nb() to boot_fit() to ensure fix for update() works throughout.

billdenney commented 3 years ago

FYI, the reason that boot_fit_nb() is now extraneous is that in some previous version there was a switch from using glm.nb() to update(). Now that the glm.nb method is using update(), it should work the same way for both glm and glm.nb models.