Learn R Programming

midasml (version 0.0.6)

us_rgdp: US real GDP data with several high-frequency predictors

Description

US real GDP, Chicago National Activity Index, Nonfarm payrolls and ADS Index

Usage

data(us_rgdp)

Arguments

Format

A data.frame object.a

Examples

Run this code
# NOT RUN {
data(us_rgdp)
us_rgdp$rgdp # - GDP data
us_rgdp$cfnai # - CFNAI predictor data
us_rgdp$payems # - Nonfarm payrolls predictor data 
us_rgdp$ads # - ADS predictor data
# }

Run the code above in your browser using DataLab