R Dataset / Package datasets / nottem
Documentation |
---|
On this R-data statistics page, you will find information about the nottem data set which pertains to Average Monthly Temperatures at Nottingham, 1920–1939. The nottem data set is found in the datasets R package. You can load the nottem data set in R by issuing the following command at the console data("nottem"). This will load the data into a variable called nottem. If R says the nottem 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. 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 nottem R data set. The size of this file is about 4,450 bytes. Average Monthly Temperatures at Nottingham, 1920–1939DescriptionA time series object containing average air temperatures at Nottingham Castle in degrees Fahrenheit for 20 years. Usagenottem SourceAnderson, O. D. (1976) Time Series Analysis and Forecasting: The Box-Jenkins approach. Butterworths. Series R. Examplesrequire(stats); require(graphics) nott <- window(nottem, end = c(1936,12)) fit <- arima(nott, order = c(1,0,0), list(order = c(2,1,0), period = 12)) nott.fore <- predict(fit, n.ahead = 36) ts.plot(nott, nott.fore$pred, nott.fore$pred+2*nott.fore$se, nott.fore$pred-2*nott.fore$se, gpars = list(col = c(1,1,4,4))) -- Dataset imported from https://www.r-project.org. |
Title | Authored on | Content type |
---|---|---|
OpenIntro Statistics Dataset - dream | August 9, 2020 - 12:25 PM | Dataset |
OpenIntro Statistics Dataset - winery_cars | August 9, 2020 - 2:38 PM | Dataset |
R Dataset / Package HSAUR / toothpaste | March 9, 2018 - 1:06 PM | Dataset |
R Dataset / Package HSAUR / pottery | March 9, 2018 - 1:06 PM | Dataset |
R Dataset / Package HistData / Guerry | March 9, 2018 - 1:06 PM | Dataset |
Attachment | Size |
---|---|
dataset-25427.csv | 4.35 KB |