tlc                   package:ISwR                   R Documentation

_T_o_t_a_l _l_u_n_g _c_a_p_a_c_i_t_y

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

     The 'tlc' data frame has 32 rows and 4 columns. It contains data
     on pretransplant total lung capacity (TLC) for recipients of
     heart-lung transplants, by whole-body plethysmography.

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

     This data frame contains the following columns:

     _a_g_e a numeric vector. Age of recipient (years).

     _s_e_x a numeric vector code. Female:~1, male:~2.

     _h_e_i_g_h_t a numeric vector. Height of recipient (cm).

     _t_l_c a numeric vector. Total lung capacity (l).

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

     D.G. Altman (1991), _Practical Statistics for Medical Research_,
     Exercise 12.5,  10.1, Chapman & Hall.

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

     data(tlc)
     plot(tlc~height,data=tlc)

