economics {SveltePlots}R Documentation

Economics Data

Description

This dataset contains economic data, including personal consumption expenditures, population, personal savings rate, median duration of unemployment, and the number of unemployed individuals, recorded monthly from July 1967.

Usage

economics

Format

A tibble with 574 rows and 6 variables:

date

Date. The date of the observation.

pce

Numeric. Personal consumption expenditures, in billions of dollars.

pop

Numeric. Total population, in thousands.

psavert

Numeric. Personal savings rate, as a percentage.

uempmed

Numeric. Median duration of unemployment, in weeks.

unemploy

Numeric. Number of unemployed individuals, in thousands.

Source

This dataset is sourced from the Federal Reserve Economic Data (FRED) database. https://fred.stlouisfed.org/

Examples

data(economics)
head(economics)

[Package SveltePlots version 0.1.0 Index]