powered by
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.
tlc
This data frame contains the following columns:
age
a numeric vector, age of recipient (years).
sex
a numeric vector code, female: 1, male: 2.
height
a numeric vector, height of recipient (cm).
a numeric vector, total lung capacity (l).
plot(tlc~height,data=tlc)
Run the code above in your browser using DataLab