Learn R Programming

PCRA (version 1.2)

retDD: Stock with Ticker DD

Description

Weekly returns (RET) of stock with ticker DD for 1986 and 1987, along with market returns (MKT) and risk-free rate (RF).

Usage

data(retDD)

Arguments

Format

Multivariate time series xts object

Examples

Run this code
library(PCRA)
library(zoo)
data(retDD)
head(retDD)
range(index(retDD))

Run the code above in your browser using DataLab