Learn R Programming

gogarch (version 0.7-5)

VDW: Dow Jones Industrial Average and Nasdaq stock indices

Description

The daily (log) returns of the Dow Jones Industrial Average and the NASDAQ composite, respectively. The daily observations start at the first of January, 1990, and end in October 2001.

Usage

data(VDW)

Arguments

Format

A data frame with 3082 observations on the following 2 variables.

DJIA

Log-return of Dow Jones Industrial Average.

NASDAQ

Log-return of NASDAQ.

Details

This data set has been utilized in the source below and can be downloaded from the web-site of the Journal of Applied Econometrics (see link below).

References

http://qed.econ.queensu.ca/jae/2002-v17.5/van_der_weide/

See Also

BVDW

Examples

Run this code
# NOT RUN {
data(VDW)
str(VDW)
# }

Run the code above in your browser using DataLab