Learn R Programming

ISwR (version 2.0-9)

tlc: Total lung capacity

Description

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.

Usage

tlc

Arguments

Format

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).

Examples

Run this code
plot(tlc~height,data=tlc)

Run the code above in your browser using DataLab