MM1                  package:BSagri                  R Documentation

_S_i_m_u_l_a_t_e_d _d_a_t_a _s_e_t _f_o_r _a _s_i_m_p_l_e _m_i_x_e_d _m_o_d_e_l

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

     Simulated data set for a simple mixed model

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

     data(MM1)

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

     A data frame with 160 observations on the following 3 variables.

     '_Y' a numeric vector, the response, sampled from a normal
          distribution

     '_F' a factor with levels 'F1' 'F2' 'F3' 'F4', representing fixed
          effects

     '_R' a factor with levels 'R1' 'R2' 'R3' 'R4' 'R5', representing
          random effects, sampled from a normal distribution

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

     data(MM1)
     boxplot(Y~F*R, data=MM1)

