Regression - poissonidentity class
A poisson regression implementation for the "poissonidentity" class. It uses glm
with the poisson link function set to "identity"
## S3 method for class 'poissonidentity' chmod(object, ...)
object
: a list of Y - outcome variable and X - design matrix of class "poissonidentity"...
: additional parameters to be passed to glm
fitted model object
chmod(c_chmod(Y=women$height,X=women$weight,modclass="poissonidentity"))
Useful links