react                  package:ISwR                  R Documentation

_T_u_b_e_r_c_u_l_i_n _r_e_a_c_t_i_o_n_s

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

     The numeric vector 'react' contains differences between two
     nurses' determinations of 334 tuberculin reaction sizes.

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

     react

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

     A single vector, differences between reaction sizes in mm.

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

     Anon. (1977), _Exercises in Applied Statistics_, Exercise 2.9,
     Dept. of Theoretical Statistics,   Aarhus University.

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

     hist(react) # not good because of discretization effects...
     plot(density(react))

