mendelABC                package:hwde                R Documentation

_M_e_n_d_e_l'_s _F_2 _t_r_i_f_a_c_t_o_r_i_a_l _d_a_t_a _f_o_r _s_e_e_d _s_h_a_p_e (_A), _c_o_t_y_l_e_d_o_n _c_o_l_o_r (_B)
_a_n_d _s_e_e_d _c_o_a_t _c_o_l_o_r (_C)

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

     The 'mendel3' data frame has 27 rows and 4 columns. Data are from
     Mendel (1886), and are reproduced in Fisher (1936) and Weir
     (1996).

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

     data(mendelABC)

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

     This data frame contains the following columns:

     _s_e_e_d_s_h_a_p_e Factor with levels: 'AA', 'Aa' and 'aa'

     _c_o_t_y_l_c_o_l_o_r Factor with levels:  'BB', 'Bb' and 'bb'

     _c_o_a_t_c_o_l_o_r Factor with levels: 'CC', 'Cc' and 'cc'

     _O_b_s_e_r_v_e_d a numeric vector that holds the frequencies.

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

     The data are reviewed in detail in Fisher (1936).  For a brief
     discussion, and references to work that revisits Fisher's
     conclusions, see Weir (1996).

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

     Data are from Mendel (1886), and are reproduced in Fisher (1936)
     and Weir (1996).

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

     1. Fisher, R.A. 1936. Has Mendel's work been rediscovered?
     \em{Annals of Science} *1*:115-137.
      2. Mendel, G. 1886. Versuche \"{u}ber Pflanzen-Hybriden. 
     Verhandlugen des Naturforschenden Vereines in Br\"{u}nn *4*:3-47.
     (English translation by Royal Horticultural Society of London,
     reprinted in Peters, J.A. 1959. \em{Classic Papers in Genetics.}
     Prentice-Hall.
      3. Weir, B.S. 1996.  \em{Genetic Data Analysis II.} Sinauer.

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

     data(mendelABC)
     hwde(mendelABC, loci=c("seedshape","cotylcolor","coatcolor"))

