toRR(object)
Hilbe, Joseph M. (2014), Modeling Count Data, Cambridge University Press.
glm
, glm.nb
library(MASS)
library(LOGIT)
data(medpar)
medpar$los<-as.numeric(medpar$los)
mypoi <- glm(los ~ white + hmo + factor(age80), family=poisson, data=medpar)
summary(mypoi)
toRR(mypoi)
Run the code above in your browser using DataLab