star                 package:mlmRev                 R Documentation

_S_t_u_d_e_n_t _T_e_a_c_h_e_r _A_c_h_i_e_v_m_e_n_t _R_a_t_i_o (_S_T_A_R) _p_r_o_j_e_c_t _d_a_t_a

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

     Data from Tennessee's Student Teacher Achievement Ratio (STAR)
     project which was  a large-scale, four-year study of the effect of
     reduced class size.

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

     data(star)

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

     A data frame with 26796 observations on the following 18
     variables.

     '_i_d' a factor - student id number

     '_s_c_h' a factor - school id number

     '_g_r' grade - an ordered factor with levels 'K' < '1' < '2' < '3' 

     '_c_l_t_y_p_e' class type - a factor with levels 'small', 'reg' and
          'reg+A'.  The last level indicates a regular class size with
          a teachers aide. 

     '_h_d_e_g' highest degree obtained by the teacher - an ordered factor
          with levels 'ASSOC' < 'BS/BA' < 'MS/MA/MEd' < 'MA+' < 'Ed.S'
          < 'Ed.D/Ph.D' 

     '_c_l_a_d' career ladder position of the teacher - a factor with
          levels 'NOT' 'APPR' 'PROB' 'PEND' '1' '2' '3' 

     '_e_x_p' a numeric vector - the total number of years of experience
          of the teacher

     '_t_r_a_c_e' teacher's race - a factor with levels 'W', 'B', 'A', 'H',
          'I' and 'O' representing white, black, Asian, Hispanic,
          Indian (Native American) and other

     '_r_e_a_d' the student's total reading scaled score

     '_m_a_t_h' the student's total math scaled score

     '_s_e_s' socioeconomic status - a factor with levels 'F' and 'N'
          representing eligible for free lunches or not eligible

     '_s_c_h_t_y_p_e' school type - a factor with levels 'inner', 'suburb',
          'rural' and 'urban'

     '_s_x' student's sex - a factor with levels 'M' 'F'

     '_e_t_h' student's ethnicity - a factor with the same levels as
          'trace'

     '_b_i_r_t_h_q' student's birth quarter - an ordered factor with levels
          '1977:1' < ... < '1982:2'

     '_b_i_r_t_h_y' student's birth year - an ordered factor with levels
          '1977:1982'

     '_y_r_s' number of years of schooling for the student - a numeric
          version of the grade 'gr' with Kindergarten represented as 0.
           This variable was generated from 'gr' and does not allow for
          a student being retained.

     '_t_c_h' a factor - teacher id number

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

     Details of the original data source and the process of conversion
     to this representation are given in the vignette.

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

     <URL: http://www.heros-inc.org/data.htm>

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

     str(star)

