ex0723: Old Faithful

Description Usage Format Source References Examples

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

1

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)

Source

Ramsey, F.L. and Schafer, D.W. (2002). The Statistical Sleuth: A Course in Methods of Data Analysis (2nd ed), Duxbury.

References

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

Examples

1

Example output

'data.frame':	107 obs. of  3 variables:
 $ Date    : num  1 1 1 1 1 1 1 1 1 1 ...
 $ Interval: num  78 74 68 76 80 84 50 93 55 76 ...
 $ Duration: num  4.4 3.9 4 4 3.5 ...

Sleuth2 documentation built on May 2, 2019, 7:01 a.m.