R/data.R

#' Oct_2024_all_nonfarm
#'
#' This is a report of all nonfarm employees in the United States, as reported by the Bureau of Labor Statistics. The report runs from January, 2015 through October, 2024
#'
#' \describe{
#'  \item{Period}{The month for the subject of the labor survey}
#'  \item{Value}{The number of people working}
#'  }
#'
#'  @source https://data.bls.gov/dataViewer/view/timeseries/CES0000000001
"Oct_2024_all_nonfarm"

#' Oct_2024_unemployment
#'
#' This is a report of the unemployment rate in the United States, as reported by the Bureau of Labor Statistics
#'
#' \describe{
#'  \item{Period}{The month for the subject of the labor survey}
#'  \item{Value}{The unemployment rate}
#'  }
#'  @source https://data.bls.gov/dataViewer/view/timeseries/LNS14000000
"Oct_2024_unemployment"

#' Oct_2024_avg_hourly_pay
#'
#' This is a report of the average hourly pay for all workers in the United States, as reported by the Bureau of Labor Statistics
#'
#' \describe{
#'  \item{Period}{The month for the subject of the labor survey}
#'  \item{Value}{The average hourly pay in the United States}
#'  }
#'
#'  @source https://data.bls.gov/dataViewer/view/timeseries/CES0500000003
"Oct_2024_avg_hourly_pay"

Try the ForecastingEnsembles package in your browser

Any scripts or data that you put into this service are public.

ForecastingEnsembles documentation built on April 3, 2025, 7:40 p.m.