Movatterモバイル変換


[0]ホーム

URL:


Economic Data Processing RLibrary

Utilities to retrieve and tidy U.S. macroeconomic data series frompublic government data providers. Functions streamline access to seriesfrom the Federal Reserve Bank of St. Louis Federal Reserve Economic Data(FRED), the Bureau of Labor Statistics (BLS) flat files, and the Bureauof Economic Analysis (BEA) National Income and Product Accounts (NIPA)tables, then return consistent, tidy data frames ready for modeling andgraphics. The package includes helpers for date alignment, log-linearprojections, and common macro diagnostics, along with convenience plotbuilders for quick publication-quality charts.

Functions and Examples

1.getBLSFiles

bls_data<-getBLSFiles(data_source ="cpi",email ="user@example.com")

2.getFRED

fred_data<-getFRED(variables =prime_epop ="LNS12300060",cpi ="CPIAUCSL"))

3.getPCEInflation

pce_data<-getPCEInflation("M")

4.getNIPAFiles

nipa_data<-getNIPAFiles(type ="Q")

4.logLinearProjection

projected_values<-logLinearProjection(date_col = date,value_col = gdp,start_date ="2020-01-01",end_date ="2021-01-01")

Dependencies

License

This library is distributed under the MIT License. The MIT licensepermits reuse of software under permissive conditions, provided that allcopies include the license terms and the copyright notice.


[8]ページ先頭

©2009-2025 Movatter.jp