barley                package:lattice                R Documentation

_Y_i_e_l_d _d_a_t_a _f_r_o_m _a _M_i_n_n_e_s_o_t_a _b_a_r_l_e_y _t_r_i_a_l

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

     Total yield in bushels per acre for 10 varieties at 6 sites in
     each of two years.

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

     barley

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

     A data frame with 120 observations on the following 4 variables.

     _y_i_e_l_d Yield (averaged across three blocks) in bushels/acre.

     _v_a_r_i_e_t_y Factor with levels '"Svansota"', '"No. 462"',
          '"Manchuria"', '"No. 475"', '"Velvet"', '"Peatland"',
          '"Glabron"', '"No. 457"', '"Wisconsin No. 38"', '"Trebi"'.

     _y_e_a_r Factor with levels '1932', '1931'

     _s_i_t_e Factor with 6 levels:  '"Grand Rapids"', '"Duluth"',
          '"University Farm"', '"Morris"', '"Crookston"', '"Waseca"'

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

     These data are yields in bushels per acre, of 10 varieties of
     barley grown in 1/40 acre plots at University Farm, St. Paul, and
     at the five branch experiment stations located at Waseca, Morris,
     Crookston, Grand Rapids, and Duluth (all in Minnesota).  The
     varieties were grown in three randomized blocks at each of the six
      stations during 1931 and 1932, different land being used each
     year of the test.

     Immer et al. (1934) present the data for each
     Year*Site*Variety*Block. The data here is the average yield across
     the three blocks.

     Immer et al. (1934) refer (once) to the experiment as being
     conducted in 1930 and 1931, then later refer to it (repeatedly) as
     being conducted in 1931 and 1932.  Later authors have continued
     the confusion.

     Cleveland (1993) suggests that the data for the Morris site may
     have had the years switched.

_A_u_t_h_o_r(_s):

     Documentation contributed by Kevin Wright.

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

     Immer, R. F., H. K. Hayes, and LeRoy Powers. (1934).  Statistical
     Determination of Barley Varietal Adaptation.  _Journal of the
     American Society of Agronomy_, *26*, 403-419.

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

     Cleveland, William S. (1993). _Visualizing Data_.  Hobart Press,
     Summit, New Jersey.

     Fisher, R. A. (1971). _The Design of Experiments_.  Hafner, New
     York, 9th edition.

_S_e_e _A_l_s_o:

     'immer' in the MASS package for data from the same experiment 
     (expressed as total yield for 3 blocks) for a subset of varieties.

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

     # Graphic suggesting the Morris data switched the years 1931 and 1932
     # Figure 1.1 from Cleveland
     dotplot(variety ~ yield | site, data = barley, groups = year,
             key = simpleKey(levels(barley$year), space = "right"),
             xlab = "Barley Yield (bushels/acre) ",
             aspect=0.5, layout = c(1,6), ylab=NULL)

