negbinomial: Family function for negative binomial GLMs.

Description Usage Arguments Value

View source: R/copCAR.R

Description

Provides the information required to apply copCAR with negative binomial marginal distributions.

Usage

1
negbinomial(theta = stop("'theta' must be specified."), link = "log")

Arguments

theta

the dispersion parameter (must be positive).

link

the link function, as a character string, name, or one-element character vector, specifying one of log, sqrt, or identity, or an object of class “link-glm

Value

An object of class “family”, a list of functions and expressions needed to fit a negative binomial GLM.


copCAR documentation built on Jan. 13, 2021, 7:07 a.m.

Related to negbinomial in copCAR...