Learn R Programming

SystemicR (version 0.1.0)

data_state_variables: State variables

Description

This dataset includes state variables data extracted from the FRED. Specifically, it includes data on credit spread, liquidity spread, yield spread, 3M Treasury bill and VIX.

Usage

data("data_state_variables")

Arguments

Format

A data frame with 5030 observations on the following 7 variables.

Date

a date vector

CRESPR

a numeric vector

LIQSPR

a numeric vector

YIESPR

a numeric vector

TBR3M

a numeric vector

RESI

a numeric vector

VIX

a numeric vector

References

Hasse, Jean-Baptiste. "Systemic Risk: a Network Approach". AMSE Working Paper (2020) Hasse, Jean-Baptiste, and Quentin Lajaunie. "Does the Yield Curve Signal Recessions? New Evidence from an International Panel Data Analysis." AMSE Working Paper (2020).

Examples

Run this code
# NOT RUN {
data("data_state_variables")
head(data_state_variables)
# }

Run the code above in your browser using DataLab