thuesen                 package:ISwR                 R Documentation

_V_e_n_t_r_i_c_u_l_a_r _s_h_o_r_t_e_n_i_n_g _v_e_l_o_c_i_t_y

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

     The 'thuesen' data frame has 24 rows and 2 columns. It contains
     ventricular shortening velocity and blood glucose for type 1
     diabetic patients.

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

     This data frame contains the following columns:

     _b_l_o_o_d._g_l_u_c_o_s_e a numeric vector. Fasting blood glucose (mmol/l).

     _s_h_o_r_t._v_e_l_o_c_i_t_y a numeric vector. Mean circumferential shortening
          velocity (%/s).

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

     D.G. Altman (1991), _Practical Statistics for Medical Research_,
     Table 11.6, Chapman & Hall.

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

     data(thuesen)
     plot(short.velocity~blood.glucose, data=thuesen)

