| cobinfamily | R Documentation |
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")
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" |
An object of class "family", a list of functions and expressions needed by glm() to fit a cobin generalized linear model.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.