chmod.poissonidentity.Rd
A poisson regression implementation for the "poissonidentity" class. It uses glm
with the poisson link function set to "identity"
# S3 method for poissonidentity chmod(object, ...)
object | a list of Y - outcome variable and X - design matrix of class "poissonidentity" |
---|---|
... | additional parameters to be passed to |
fitted model object
#> #> Call: stats::glm(formula = Y ~ ., family = fam, data = dat) #> #> Coefficients: #> (Intercept) object.X #> 25.5013 0.2889 #> #> Degrees of Freedom: 14 Total (i.e. Null); 13 Residual #> Null Deviance: 4.313 #> Residual Deviance: 0.03834 AIC: 94.23