
Last chance! 50% off unlimited learning
Sale ends in
data(medpar)
ml.poi <- ml_glm(los ~ hmo + white,
family = "poisson",
link = "log",
data = medpar)
summary(ml.poi)
Run the code above in your browser using DataLab