Learn R Programming

cobin (version 1.0.1.3)

cobinfamily: cobin family class

Description

Specifies the information required to fit a cobin generalized linear model with known lambda parameter, using glm().

Usage

cobinfamily(lambda = stop("'lambda' must be specified"), link = "cobit")

Value

An object of class "family", a list of functions and expressions needed by glm() to fit a cobin generalized linear model.

Arguments

lambda

The known value of lambda, must be integer

link

The link function to be used. Options are "cobit" (canonical link for cobin regression), "logit", "probit", "cauchit", "cloglog"