DOW1941: Dow-Jones Financial Index 1941

DOW1941R Documentation

Dow-Jones Financial Index 1941

Description

The Dow-Jones daily index of 1941.

Usage

data("DOW1941")

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

data(DOW1941)

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

mistat documentation built on March 7, 2023, 6:43 p.m.