powered by
A poisson regression implementation for the "poissonidentity" class. It uses glm with the poisson link function set to "identity"
glm
# S3 method for poissonidentity chmod(object, ...)
a list of Y - outcome variable and X - design matrix of class "poissonidentity"
additional parameters to be passed to glm
fitted model object
# NOT RUN { chmod(c_chmod(Y=women$height,X=women$weight,modclass="poissonidentity")) # }
Run the code above in your browser using DataLab