ib-negbin-method: 'ib' method for 'negbin' object from 'glm.nb' function of...

ib,negbin-methodR Documentation

ib method for negbin object from glm.nb function of MASS package.

Description

ib method for negbin object from glm.nb function of MASS package.

Usage

## S4 method for signature 'negbin'
ib(object, thetastart = NULL, control = list(...), extra_param = FALSE, ...)

Arguments

object

an object representing a fitted model (see 'Details').

thetastart

an optional starting value for the iterative procedure. If NULL (default), the procedure starts at the estimates in object.

control

a list of parameters for controlling the iterative procedure (see ibControl).

extra_param

if TRUE, the bias of estimation of extra parameters is performed (see 'Details').

...

additional optional arguments (see 'Details').


ib documentation built on April 5, 2022, 1:13 a.m.

Related to ib-negbin-method in ib...