A logit regression implementation for the "logitcd" class. It uses glm

# S3 method for logitcd
regir(object, ...)

Arguments

object

a list of Y - outcome variable and Xmat - design matrix of class "logitcd"

...

additional parameters to be passed to glm

Value

fitted model object