Learn R Programming

cts (version 1.0-22)

asth: Measurements of The Lung Function

Description

Measurements of the lung function of an asthma patient.

Usage

data(asth)

Arguments

Format

The format is: num [1:209, 1:2] 8 10 12 14 16 18 20 22 32 34 ...

Details

These are made by the patients mostly at 2h time intervals but with irregular gaps in this record.

Examples

Run this code
# NOT RUN {
data(asth)
str(asth) ; plot(asth)
# }

Run the code above in your browser using DataLab