conv2glmreg {mpath} | R Documentation |
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"))
Arguments
object |
an object of class glm |
family |
one of families in glm class |
Value
an object of class glmreg
Author(s)
Zhu Wang <zwang145@uthsc.edu>
[Package mpath version 0.4-2.26 Index]