Rail                  package:nlme                  R Documentation

_E_v_a_l_u_a_t_i_o_n _o_f _S_t_r_e_s_s _i_n _R_a_i_l_w_a_y _R_a_i_l_s

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

     The 'Rail' data frame has 18 rows and 2 columns.

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

     This data frame contains the following columns:

     _R_a_i_l an ordered factor identifying the rail on which the
          measurement was made.

     _t_r_a_v_e_l a numeric vector giving the travel time for ultrasonic
          head-waves in the rail (nanoseconds).  The value given is the
          original travel time minus 36,100 nanoseconds.

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

     Devore (2000, Example 10.10, p. 427) cites data from an article in
     _Materials Evaluation_ on ``a study of travel time for a certain
     type of wave that results from longitudinal stress of rails used
     for railroad track.''

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

     Pinheiro, J. C. and Bates, D. M. (2000), _Mixed-Effects Models in
     S and S-PLUS_, Springer, New York.  (Appendix A.26)

     Devore, J. L. (2000), _Probability and Statistics for Engineering
     and the Sciences (5th ed)_, Duxbury, Boston, MA.

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

     data(Rail)

