Learn R Programming

stockPortfolio (version 1.2)

stock94Info: Ticker and industry information

Description

A data frame showing the industries of each of the stocks given in stock94, stock99, and stock04.

Usage

data(stock94Info)

Arguments

Format

A data frame with 25 observations with two columns: ticker and industry.

Source

Yahoo Finance.

See Also

stock94, stock99, stock04

Examples

Run this code
data(stock94Info)
data(stock04)
sm <- stockModel(stock04, model='SIM', index=25,
                 industry=stock94Info$industry)

Run the code above in your browser using DataLab