babies                package:Simple                R Documentation

_D_a_t_a _s_e_t _w_i_t_h _M_o_t_h_e_r_s _a_n_d _B_a_b_i_e_s _d_a_t_a _f_r_o_m _C_h_i_l_d _H_e_a_l_t_h _a_n_d
_D_e_v_e_l_o_p_m_e_n_t _S_t_u_d_y

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

     The 'babies' data frame has 1236 rows and 7 columns.

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

     data(babies)

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

     This data frame contains the following columns:

     _b_w_t a numeric vector

     _g_e_s_t_a_t_i_o_n a numeric vector

     _p_a_r_i_t_y a numeric vector

     _a_g_e a numeric vector

     _h_e_i_g_h_t a numeric vector

     _w_e_i_g_h_t a numeric vector

     _s_m_o_k_e a numeric vector

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

     See <URL: http://www.stat.Berkeley.EDU/users/statlabs/labs.html>
     for a thorough  description.

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

     Borrowed from Nolan and Speeds StatLabs datasets. <URL:
     http://www.stat.Berkeley.EDU/users/statlabs/>

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

     data(babies)
     pairs(babies)

