snails                 package:MASS                 R Documentation

_S_n_a_i_l _M_o_r_t_a_l_i_t_y _D_a_t_a

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

     Groups of 20 snails were held for periods of 1, 2, 3 or 4 weeks in
     carefully controlled conditions of temperature and relative
     humidity.  There were two species of snail, A and B, and the
     experiment was designed as a 4 by 3 by 4 by 2 completely
     randomized design.  At the end of the exposure time the snails
     were tested to see if they had survived; the process itself is
     fatal for the animals.  The object of the exercise was to model
     the probability of survival in terms of the stimulus variables,
     and in particular to test for differences between species.

     The data are unusual in that in most cases fatalities during the
     experiment were fairly small.

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

     data(snails)

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

     The data frame contains the following components:

     '_S_p_e_c_i_e_s' Snail species A (1) or B (2)

     '_E_x_p_o_s_u_r_e' Exposure in weeks

     '_R_e_l._H_u_m' Relative humidity (4 levels)

     '_T_e_m_p' Temperature, in degrees Celsius (3 levels)

     '_D_e_a_t_h_s' Number of deaths

     '_N' Number of snails exposed

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

     Zoology Department, The University of Adelaide.

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

     Venables, W. N. and Ripley, B. D. (1999) _Modern Applied
     Statistics with S-PLUS._ Third Edition. Springer.

