A poisson regression implementation for the "poiscd" class. It uses glm

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

Arguments

object

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

...

additional parameters to be passed to glm

Value

fitted model object