R Dataset / Package evir / sp.raw

On this R-data statistics page, you will find information about the sp.raw data set which pertains to SP Data to June 1993. The sp.raw data set is found in the evir R package. You can load the sp.raw data set in R by issuing the following command at the console data("sp.raw"). This will load the data into a variable called sp.raw. If R says the sp.raw data set is not found, you can try installing the package by issuing this command install.packages("evir") 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 sp.raw R data set. The size of this file is about 54,111 bytes.

SP Data to June 1993

Description

The daily closing values of the S&P index from Monday 4th January 1960 until Friday 11th June 1993. The data are contained in a numeric vector. The dates of each observation are contained in a times attribute, which is an object of class "POSIXct" (see DateTimeClasses).

Usage

data(sp.raw)

Format

A numeric vector containing 8415 observations, with a times attribute which is a POSIXct object of the same length.

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

Attachments: csv, json

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