rat                 package:qlspack                 R Documentation

~~ _d_a_t_a _n_a_m_e/_k_i_n_d ... ~~

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

     ~~ A concise (1-5 lines) description of the dataset. ~~

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

     data(rat)

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

     A data frame with 291 observations on the following 6 variables.

     '_i_d_2' a numeric vector

     '_i_d' a numeric vector

     '_t_i_m_e' a numeric vector

     '_g_r_o_u_p' a numeric vector

     '_b_p' a numeric vector

     '_h_i_g_h_b_p' a numeric vector

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

     The description of each column of the data set is as follows:

     id2 = the id variable for each rat that is provided in Davis
     (2002).

     id = a new id variable that takes value 1,2,..43 after sorting on
     id and group.

     time = the timing of each measurement.

     group = the group variable that takes value 1, 2, 3, or 4

     bp = the blood pressure value.

     highbp = a variable that takes value 1 if the rat's blood pressure
     is at least 100.

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

     Table 6.11 of Davis (2002)

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

     Davis, C.(2002). _Statistical Methods for the Analysis of Repeated
     Measurements._

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

     data(rat)
     ## maybe str(rat) ; plot(rat) ...

