Last chance! 50% off unlimited learning
Sale ends in
data(Mmmec)
str(Mmmec)
summary(Mmmec)
fm1 <- GLMM(deaths ~ offset(log(expected)) + uvb,
family = poisson, data = Mmmec, random = ~ 1 | region,
niter = 25)
summary(fm1)
Run the code above in your browser using DataLab