chmod.poissonlog {cluscov} | R Documentation |
A poisson regression implementation for the "poissonlog" class. It uses glm
with the poisson link function set to "log"
## S3 method for class 'poissonlog' chmod(object, ...)
object |
a list of Y - outcome variable and X - design matrix of class "poissonlog" |
... |
additional parameters to be passed to |
fitted model object
chmod(c_chmod(Y=women$height,X=women$weight,modclass="poissonlog"))