Learn R Programming

patterncausality (version 0.2.1)

DJS: Dow Jones Stock Price Dataset

Description

A comprehensive dataset containing daily stock prices for 29 companies listed in the Dow Jones Industrial Average (DJIA). The dataset includes opening, closing, high, and low prices for each stock.

Usage

DJS

Arguments

Format

A data frame with daily stock prices for 29 companies.

Details

Dow Jones Stock Price Dataset

Examples

Run this code
data(DJS)
head(DJS)
summary(DJS)

Run the code above in your browser using DataLab