powered by
"residuals"(object, type = c("deviance", "standard"), ...)
data(medpar) ml.poi <- ml_glm(los ~ hmo + white, family = "poisson", link = "log", data = medpar) str(residuals(ml.poi))
Run the code above in your browser using DataLab