Learn R Programming

mistat (version 2.0.4)

DOW1941: Dow-Jones Financial Index 1941

Description

The Dow-Jones daily index of 1941.

Usage

data("DOW1941")

Arguments

Format

A data frame with 302 observations on the following 5 variables.

DOW1941

Dow-Jones daily value

Date

a POSIXlt

Day

a progressive number

DayOfWeek

a factor representing the weekday with levels 1 2 3 4 5 6

Month

a factor representing the month with levels 1 2 3 4 5 6 7 8 9 10 11 12

Examples

Run this code
data(DOW1941)

plot(DOW1941$Date, DOW1941$DOW1941,          
     type="l", 
     ylab="Dow Jones 1941", xlab="Date")

Run the code above in your browser using DataLab