Last data update: 2014.03.03

R: Standard and Poors 500 Index
sp500R Documentation

Standard and Poors 500 Index

Description

The sp500 timeSeries dataset provides the daily closing value for the S and P 500 Index from January 1980 to March 2004. In addition, the data set is also made available as a data.frame.

Usage

data(dji)
data(dji.df)

Examples

data(sp500)
head(sp500)  

Results


R version 3.3.1 (2016-06-21) -- "Bug in Your Hair"
Copyright (C) 2016 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu (64-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

> library(QRM)
Loading required package: gsl
Loading required package: Matrix
Loading required package: mvtnorm
Loading required package: numDeriv
Loading required package: timeSeries
Loading required package: timeDate

Attaching package: 'QRM'

The following object is masked from 'package:base':

    lbeta

> png(filename="/home/ddbj/snapshot/RGM3/R_CC/result/QRM/sp500.Rd_%03d_medium.png", width=480, height=480)
> ### Name: sp500
> ### Title: Standard and Poors 500 Index
> ### Aliases: sp500 sp500.df
> ### Keywords: datasets
> 
> ### ** Examples
> 
> data(sp500)
> head(sp500)  
GMT
            SP500
1990-01-02 359.69
1990-01-03 358.76
1990-01-04 355.67
1990-01-05 352.20
1990-01-08 353.79
1990-01-09 349.62
> 
> 
> 
> 
> 
> dev.off()
null device 
          1 
>