economics_df_ts | R Documentation |
The dataset name has been changed to 'economics_df_ts' to avoid confusion with other packages in the R ecosystem from which datasets have been sourced. The suffix 'df_ts' indicates that this dataset is a data frame containing time series data. This naming convention helps distinguish this dataset as part of the 'timeseriesdatasets' package and assists users in identifying its specific characteristics. The original content of the dataset has not been modified in any way.
data(economics_df_ts)
A time series object ('spec_tbl_df') with 574 rows and 6 variables:
A Date vector representing the date of the observation.
A numeric vector representing the personal consumption expenditures (PCE) in billions of dollars.
A numeric vector representing the US population in millions.
A numeric vector representing the personal saving rate as a percentage of disposable income.
A numeric vector representing the median duration of unemployment in weeks.
A numeric vector representing the number of unemployed individuals in thousands.
Data provided by the Federal Reserve Economic Data (FRED) database.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.