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