R Dataset / Package datasets / LakeHuron
On this R-data statistics page, you will find information about the LakeHuron data set which pertains to Level of Lake Huron 1875–1972. The LakeHuron data set is found in the datasets R package. You can load the LakeHuron data set in R by issuing the following command at the console data("LakeHuron"). This will load the data into a variable called LakeHuron. If R says the LakeHuron data set is not found, you can try installing the package by issuing this command install.packages("datasets") and then attempt to reload the data with the library() command. If you need to download R, you can go to the R project website. You can download a CSV (comma separated values) version of the LakeHuron R data set. The size of this file is about 1,183 bytes.
Level of Lake Huron 1875–1972
Description
Annual measurements of the level, in feet, of Lake Huron 1875–1972.
Usage
LakeHuron
Format
A time series of length 98.
Source
Brockwell, P. J. and Davis, R. A. (1991). Time Series and Forecasting Methods. Second edition. Springer, New York. Series A, page 555.
Brockwell, P. J. and Davis, R. A. (1996). Introduction to Time Series and Forecasting. Springer, New York. Sections 5.1 and 7.6.
Dataset imported from https://www.r-project.org.