-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathminneapolisfed_cpi.Rd
66 lines (48 loc) · 2.06 KB
/
minneapolisfed_cpi.Rd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/minneapolisfed_cpi.R
\docType{data}
\name{minneapolisfed_cpi}
\alias{minneapolisfed_cpi}
\title{Consumer Price Index, 1800-2024}
\format{
A data frame with 225 observations of 3 variables.
}
\usage{
minneapolisfed_cpi
}
\description{
This dataset contains historic consumer price index (CPI) data
including estimates before the modern U.S. CPI, retrieved from
the Federal Reserve Bank of Minneapolis.
}
\details{
These details are taken from \url{https://www.minneapolisfed.org/about-us/monetary-policy/inflation-calculator/consumer-price-index-1800-} and edited.
Official U.S. data go back to 1913 for a consumer price index (CPI) comparable to what the U.S. Bureau of Labor Statistics (BLS) still calculates today.
The table below reflects the following historical series as initially compiled by the BLS for the Handbook of Labor Statistics, with modern CPI data from 1913 to the present day:
\itemize{
\item 1800 to 1851 - Index of Prices Paid by Vermont Farmers for Family Living
\item 1851 to 1890 - Consumer Price Index by Ethel D. Hoover
\item 1890 to 1912 - Cost of Living Index by Albert Rees
\item 1913 to 1977 - Consumer Price Index (CPI)
\item 1978 to present - Consumer Price Index for all Urban Consumers (CPI-U)
}
The dataset uses 1967 as the index (1967=100).
With the caveat that data before 1913 should be considered estimates
To find out how much a price in Year 1 would be in Year 2 dollars:
Year 2 Price = Year 1 Price x (Year 2 CPI/Year 1 CPI)
}
\section{Variables}{
\itemize{
\item \code{year}: date of CPI, or estimate of CPI.
\item \code{annual_average_index}: average annual CPI, or estimate of average annual CPI.
\item \code{annual_percentage_change}: annual percentage change of the CPI.
}
}
\examples{
head(minneapolisfed_cpi)
}
\references{
This data is compiled from the Federal Reserve Bank of Minneapolis:
\url{https://www.minneapolisfed.org/about-us/monetary-policy/inflation-calculator/consumer-price-index-1800-}
}
\keyword{datasets}