Learn R Programming

RSDC (version 1.1-2)

greenbrown: Green vs Brown portfolio dataset

Description

Daily returns for a green and a brown portfolios constructed following the equal-weighted 10-90 percentile approach.

Usage

data(greenbrown)

Arguments

Format

A data frame with 2266 rows and three columns:

DATE

Dates ranging from 2014-01-02 to 2024-12-30.

return_green

Numeric returns for the green portfolio.

return_brown

Numeric returns for the brown portfolio.

Examples

Run this code
data("greenbrown")
str(greenbrown)
head(greenbrown)

Run the code above in your browser using DataLab