Learn R Programming

Sleuth2 (version 2.0-7)

ex0723: Old Faithful

Description

Old Faithful Geyser in Yellowstone National Park, Wyoming, derives its name and its considerable fame from the regularity (and beauty) of its eruptions. As they do with most geysers in the park, rangers post the predicted tiems of eruptions on signs nearby and people gather beforehand to witness the show. R.A. Hutchinson, a park geologist, collected measurements of the eruption durations (X, in minutes) and the subsequent intervals before the next eruption (Y, in minutes) over an 8--day period.

Usage

ex0723

Arguments

Format

A data frame with 107 observations on the following 3 variables.

Date

date of observation (August 1 to August 8, 1978)

Interval

length of interval before the next eruption (in minutes)

Duration

duration of eruption (in minutes)

References

Weisberg, S. (1985). Applied Linear Regression, John Wiley & Sons, New York, p. 231.

Examples

Run this code
str(ex0723)

Run the code above in your browser using DataLab