Mmmec {lme4} | R Documentation |
Malignant Melanoma Mortality in the European Community associated with the impact of UV radiation exposure.
data(Mmmec)
A data frame with 354 observations on the following 6 variables.
Belgium
, W.Germany
,
Denmark
, France
, UK
, Italy
, Ireland
,
Luxembourg
, and Netherlands
http://multilevel.ioe.ac.uk/softrev/mmmec.html
Langford, I.H., Bentham, G. and McDonald, A. 1998: Multilevel modelling of geographically aggregated health data: a case study on malignant melanoma mortality and UV exposure in the European community. Statistics in Medicine 17: 41-58.
data(Mmmec) str(Mmmec) summary(Mmmec) fm1 <- GLMM(deaths ~ offset(log(expected)) + uvb, family = poisson, data = Mmmec, random = ~ 1 | region, niter = 25) summary(fm1)