ciTools icon indicating copy to clipboard operation
ciTools copied to clipboard

Remove boot_fit_nb()

Open billdenney opened this issue 4 years ago • 1 comments

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

billdenney avatar May 20 '21 13:05 billdenney

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.

billdenney avatar May 20 '21 14:05 billdenney