Specifies the information required to fit a cobin generalized linear model with known lambda parameter, using glm().
cobinfamily(lambda = stop("'lambda' must be specified"), link = "cobit")
An object of class "family", a list of functions and expressions needed by glm() to fit a cobin generalized linear model.
The known value of lambda, must be integer
The link function to be used. Options are "cobit" (canonical link for cobin regression), "logit", "probit", "cauchit", "cloglog"