corn                 package:Simple                 R Documentation

_C_o_m_p_a_r_i_s_o_n _o_f _c_o_r_n _f_o_r _n_e_w _a_n_d _s_t_a_n_d_a_r_d _v_a_r_i_e_t_y

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

     Comparison of corn for new and standard variety

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

     data(corn)

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

     This data frame contains the following columns:

     _N_e_w a numeric vector

     _S_t_a_n_d_a_r_d a numeric vector

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

     From Kitchens' Exploring Statitistcs

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

     data(corn)
     t.test(corn)

