seeds               package:GLMMGibbs               R Documentation

_S_e_e_d_s _g_e_r_m_i_n_a_t_i_n_g _i_n _a _f_a_c_t_o_r_i_a_l _e_x_p_e_r_i_m_e_n_t

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

     This data set gives the number of seeds germinating in different
     plates of a factorial experiment, together with the total number
     of seeds in each plate, the seed variety and the root type

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

     data(seeds)

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


       [,1]  r   numeric  Number of seeds germinating
       [,2]  n   numeric  Total number of seeds on plate
       [,3]  x1  numeric  seed variety, (0 =  O. aegyptiaco 75, 1 =  O. aegyptiaco 73)
       [,4]  x2  numeric  Root type (0 = bean, 1 = cucumber)

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

     Crowder, M.J. (1978) Beta-Binomial ANOVA for Proportions Applied
     Statistics-J. Royal Statistical Soc. Series C page 34-37, volume
     27

