ib method for negbin object
from glm.nb function of MASS
package.ib method for negbin object
from glm.nb function of MASS
package.
# S4 method for negbin
ib(object, thetastart = NULL, control = list(...), extra_param = FALSE, ...)an object representing a fitted model (see 'Details').
an optional starting value for the iterative procedure.
If NULL (default), the procedure starts at the estimates in object.
a list of parameters for controlling the iterative procedure
(see ibControl).
if TRUE, the bias of estimation of extra parameters
is performed (see 'Details').
additional optional arguments (see 'Details').