R/inflation-data.R

#' UK Inflation Dataset
#'
#' A subset of quarterly CPI Index data from the ONS Inflation data (Q4 2022 release).
#'
#' @format ## `inflation`
#' A data frame with 135 observations and 36 variables:
#' \describe{
#'   \item{columns}{Different classes of inflation index}
#'   \item{rows}{Quarterly values of the relevant CPI index, benchmarked to 2015=100}
#'   ...
#' }
#' @source <https://www.ons.gov.uk/economy/inflationandpriceindices/datasets/consumerpriceindices>
#' 
#' @examples 
#' # load inflation data 
#' data = inflation 
#' 
"inflation"

Try the sparseDFM package in your browser

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

sparseDFM documentation built on March 31, 2023, 10:15 p.m.