R Dataset / Package DAAG / SP500W90
On this R-data statistics page, you will find information about the SP500W90 data set which pertains to Closing Numbers for S and P 500 Index - First 100 Days of 1990. The SP500W90 data set is found in the DAAG R package. You can load the SP500W90 data set in R by issuing the following command at the console data("SP500W90"). This will load the data into a variable called SP500W90. If R says the SP500W90 data set is not found, you can try installing the package by issuing this command install.packages("DAAG") 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 SP500W90 R data set. The size of this file is about 1,016 bytes.
Closing Numbers for S and P 500 Index - First 100 Days of 1990
Description
Closing numbers for S and P 500 Index, Jan. 1, 1990 through early 2000.
Usage
SP500W90
Source
Derived from SP500 in the MASS library.
Examples
ts.plot(SP500W90)
Dataset imported from https://www.r-project.org.