cpi_u_x1.Rd
Monthly or annual CPI-U-X1 price indexes
cpi_u_x1_monthly_nsa
cpi_u_x1_annual
The data frame cpi_u_x1_monthly_nsa
contains the
not seasonally adjusted monthly price index levels of the CPI-U-X1
from January 1967 through December 1982. It has three columns:
numeric year
numeric calendar month (1-12)
value of the CPI-U-X1 price index
The data frame cpi_u_x1_annual
contains the annual average
price index level of the CPI-U-X1. It has two columns:
numeric year
value of the CPI-U-X1 price index
Emailed spreadsheet from the US Bureau of Labor Statistics
c_cpi_u_extended_annual
extends the
CPI-U-X1 from 1937 to the present using the c_cpi_u
and other series.
cpi_u_x1_annual
#> # A tibble: 16 × 2
#> year cpi_u_x1
#> <dbl> <dbl>
#> 1 1967 36.4
#> 2 1968 37.7
#> 3 1969 39.4
#> 4 1970 41.3
#> 5 1971 43.1
#> 6 1972 44.4
#> 7 1973 47.2
#> 8 1974 51.9
#> 9 1975 56.2
#> 10 1976 59.4
#> 11 1977 63.2
#> 12 1978 67.5
#> 13 1979 74
#> 14 1980 82.3
#> 15 1981 90.1
#> 16 1982 95.6