Learn R Programming

evt0 (version 1.1.5)

S_P500: S&P500

Description

Log-returns of S&P500 Index from 05-01-1960 untill 16-10-1987.

Usage

data(S_P500)

Arguments

Format

A data frame with 6984 observations on the following variable.

returns

a numeric vector

Details

Log-returns of S&P500 Index from 05-01-1960 untill 16-10-1987.

Examples

Run this code
data(S_P500)
str(S_P500)
plot(S_P500$returns)

Run the code above in your browser using DataLab