ScotsSec               package:mlmRev               R Documentation

_S_c_o_t_t_i_s_h _s_e_c_o_n_d_a_r_y _s_c_h_o_o_l _s_c_o_r_e_s

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

     Scores attained by 3435 Scottish secondary school students on a
     standardized test taken at age 16.  Both the primary school and
     the secondary school that the student attended have been recorded.

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

     data(ScotsSec)

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

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

     _v_e_r_b_a_l The verbal reasoning score on a test taken by the students
          on entry to secondary school.

     _a_t_t_a_i_n The score attained on the standardized test taken at age
          16.

     _p_r_i_m_a_r_y A factor indicating the primary school that the student
          attended.

     _s_e_x A factor with levels 'M' and 'F'

     _s_o_c_i_a_l The student's social class on a numeric scale from low to
          high social class.

     _s_e_c_o_n_d A factor indicating the secondary school that the student
          attended.

_D_e_t_a_i_l_s:

     These data are an example of cross-classified grouping factors.

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

     <URL: http://multilevel.ioe.ac.uk/softrev/2lev-xc.html>

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

     Paterson, L. (1991). Socio economic status and educational
     attainment: a multidimensional and multilevel study. _Evaluation
     and Research in Education_ *5*: 97-121.

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

     str(ScotsSec)

