Interpreting the output of glm for Poisson regression [closed]
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 6 years ago . Consider the following: foo = 1:10 bar = 2 * foo glm(bar ~ foo, family=poisson) I get results Coefficients: (Intercept) foo 1.1878 0.1929 Degrees of Freedom: 9 Total (i.e. Null); 8 Residual Null Deviance: 33.29 Residual Deviance: 2.399 AIC: 47.06 From the explanation on this page, it seems like the coefficient