R/data-inflation.R

#' PSSRU annual inflation hospital and community health services (HCHS)
#'
#' Until 2016/2017, a hospital & community health services (HCHS) index was calculated
#' by the Department of Health (now DHSC). The hospital and community health services (HCHS)
#' pay and price inflation was a weighted average of two separate inflation indices: the pay
#' cost index was calculated using the annual increase in NHS salaries and the Health Service
#' Cost Index (HSCI) measured the price change for each of 40 sub-indices of goods and
#' services purchased by the HCHS. These were weighted according to the proportion of
#' expenditure on pay and prices to give the HCHS pay and prices index.
#' In 2016, this index was discontinued, and in 2018, in collaboration with the DHSC,
#' PSSRU have developed a new inflation index.
#'
#' @format data.frame with a row for each year. From-to July. Variables are:
#' \describe{
#'    \item{year}{to year}
#'    \item{rate}{Proportion change from previous year}
#' }
#'
#' @source 2017 \url{https://www.pssru.ac.uk/pub/uc/uc2017/sources-of-information.pdf}
"HCHS"


#' Consumer Price Inflation (CPI) Medicinal Products
#'
#' @format data.frame with a row for each year. Variables are:
#' \describe{
#'    \item{year}{to year}
#'    \item{rate}{Proportion change from previous year}
#' }
#'
#' @source \url{https://www.ons.gov.uk/economy/inflationandpriceindices/datasets/consumerpriceinflation}
"CPI"
HealthEconomicsHackathon/inflatably documentation built on Dec. 15, 2019, 2:24 a.m.