Mmmec                 package:mlmRev                 R Documentation

_M_a_l_i_g_n_a_n_t _m_e_l_a_n_o_m_a _d_e_a_t_h_s _i_n _E_u_r_o_p_e

_D_e_s_c_r_i_p_t_i_o_n:

     Malignant Melanoma Mortality in the European Community associated
     with the impact of UV radiation exposure.

_U_s_a_g_e:

     data(Mmmec)

_F_o_r_m_a_t:

     A data frame with 354 observations on the following 6 variables.

     _n_a_t_i_o_n a factor with levels 'Belgium', 'W.Germany', 'Denmark',
          'France', 'UK', 'Italy', 'Ireland', 'Luxembourg', and
          'Netherlands'

     _r_e_g_i_o_n Region ID - a factor.

     _c_o_u_n_t_y County ID - a factor.

     _d_e_a_t_h_s Number of male deaths due to MM during 1971-1980

     _e_x_p_e_c_t_e_d Number of expected deaths.

     _u_v_b Centered measure of the UVB dose reaching the earth's surface
          in each county.

_S_o_u_r_c_e:

     <URL: http://multilevel.ioe.ac.uk/softrev/mmmec.html>

_R_e_f_e_r_e_n_c_e_s:

     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.

_E_x_a_m_p_l_e_s:

     str(Mmmec)
     summary(Mmmec)
     (fm1 <- lmer(deaths ~ offset(log(expected)) + uvb + (1|region),
                  Mmmec, poisson))
     (fm2 <- lmer(deaths ~ offset(log(expected)) + uvb + (1|region),
                      Mmmec, poisson, method = "Laplace")) # change to "AGQ" when available

