R Dataset / Package datasets / BJsales

On this R-data statistics page, you will find information about the BJsales data set which pertains to Sales Data with Leading Indicator. The BJsales data set is found in the datasets R package. You can load the BJsales data set in R by issuing the following command at the console data("BJsales"). This will load the data into a variable called BJsales. If R says the BJsales 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 BJsales R data set. The size of this file is about 1,375 bytes.

Sales Data with Leading Indicator

Description

The sales time series BJsales and leading indicator BJsales.lead each contain 150 observations. The objects are of class "ts".

Usage

BJsales
BJsales.lead

Source

The data are given in Box & Jenkins (1976). Obtained from the Time Series Data Library at http://www-personal.buseco.monash.edu.au/~hyndman/TSDL/

References

G. E. P. Box and G. M. Jenkins (1976): Time Series Analysis, Forecasting and Control, Holden-Day, San Francisco, p. 537.

P. J. Brockwell and R. A. Davis (1991): Time Series: Theory and Methods, Second edition, Springer Verlag, NY, pp. 414.

Dataset imported from https://www.r-project.org.

Attachments: csv, json

<iframe src="https://pmagunia.com/iframe/r-dataset-package-datasets-bjsales.html" width="100%" height="100%" style="border:0px"></iframe>