Early                 package:mlmRev                 R Documentation

_E_a_r_l_y _c_h_i_l_d_h_o_o_d _i_n_t_e_r_v_e_n_t_i_o_n _s_t_u_d_y

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

     Cognitive scores of infants in a study of early childhood
     intervention.  The 103 infants from low income African American
     families were divided into a treatment group (58 infants) and a
     control group (45 infants).  Starting at 0.5 years of age the
     infants in the treatment group were exposed to an enriched
     environment. Each infant's cognitive score on an age-specific,
     normalized scale was recorded at ages 1, 1.5, and 2 years.

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

     data(Early)

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

     This 'groupedData' object contains the following columns

     _i_d An ordered factor of the id number for each infant.

     _c_o_g A numeric cognitive score.

     _a_g_e The age of the infant at the measurement.

     _t_r_t A factor with two levels, '"N"' and '"Y"', indicating if the
          infant is in the early childhood intervention program.

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

     Singer, Judith D. and Willett, John B. (2003), _Applied
     Longitudinal Data Analysis_, Oxford University Press. (Ch. 3)

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

     str(Early)

