home                 package:Simple                 R Documentation

_M_a_p_l_e_w_o_o_d _N_J _h_o_m_e_d_a_t_a

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

     The 'home' data frame has 15 rows and 2 columns.

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

     data(home)

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

     This data frame contains the following columns:

     _o_l_d a numeric vector

     _n_e_w a numeric vector

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

     See full dataset homedata

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

     See full dataset homedata

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

     data(home)
     ## compare on the same scale
     boxplot(data.frame(scale(home))) 

