conv2glmreg: convert glm object to class glmreg
Description
convert glm object to class glmreg, which then can be used for other purposes
Usage
conv2glmreg(object, family=c("poisson", "negbin"))
Value
an object of class glmreg
Arguments
- object
an object of class glm
- family
one of families in glm class
Author
Zhu Wang <zwang145@uthsc.edu>