tlc | R Documentation |
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).
tlc
a numeric vector, total lung capacity (l).
D.G. Altman (1991), Practical Statistics for Medical Research, Exercise 12.5, 10.1, Chapman & Hall.
plot(tlc~height,data=tlc)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.