Exam                 package:mlmRev                 R Documentation

_E_x_a_m _s_c_o_r_e_s _f_r_o_m _i_n_n_e_r _L_o_n_d_o_n

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

     Exam scores of 4,059 students from 65 schools in Inner London.

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

     data(Exam)

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

     A data frame with 4059 observations on the following 9 variables.

     _s_c_h_o_o_l School ID - a factor.

     _n_o_r_m_e_x_a_m Normalized exam score.

     _s_c_h_g_e_n_d School gender - a factor.  Levels are 'mixed', 'boys', and
          'girls'.

     _s_c_h_a_v_g School average of intake score.

     _v_r Student level Verbal Reasoning (VR) score band at intake - a
          factor.  Levels are 'bottom 25%', 'mid 50%', and 'top 25%'.

     _i_n_t_a_k_e Band of student's intake score - a factor. Levels are
          'bottom 25%', 'mid 50%' and 'top 25%'./

     _s_t_a_n_d_L_R_T Standardised LR test score.

     _s_e_x Sex of the student - levels are 'F' and 'M'.

     _t_y_p_e School type - levels are 'Mxd' and 'Sngl'.

     _s_t_u_d_e_n_t Student id (within school) - a factor

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

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

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

     Goldstein, H., Rasbash, J., et al (1993). A multilevel analysis of
     school examination results. _Oxford Review of Education_ 19:
     425-433

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

     str(Exam)
     summary(Exam)
     (fm1 <- lmer(normexam ~ standLRT + sex + schgend + (1|school), Exam))
     (fm2 <- lmer(normexam ~ standLRT*sex + schgend + (1|school), Exam))
     (fm3 <- lmer(normexam ~ standLRT*sex + schgend + (1|school), Exam))

