getCpiwSet: Return the _Comsumer Price Wage Index_ data set.

Description Usage Arguments Value Examples

View source: R/parameters.R

Description

Legislation enacted in 1973 provides for cost-of-living adjustments, or COLAs. With COLAs, Social Security and Supplemental Security Income (SSI) benefits keep pace with inflation. The Social Security Act specifies a formula for determining each COLA. According to the formula, COLAs are based on increases in the Consumer Price Index for Urban Wage Earners and Clerical Workers (CPI-W). CPI-Ws are calculated on a monthly basis by the Bureau of Labor Statistics. This data set comes from the Social Security web site but it is not a real time fetch, so the data is current up to the time that this package was created. In order to determine the Consumer Price Index for a year that is beyond the last year in the data, the data is fit with a model which is used to project future CPIW values. If no endYear is provided the function returns the data set of measured values without any projected values.

Usage

1
getCpiwSet(endYear = NULL)

Arguments

endYear

the last year to include in the returned data set

Value

the CPIW data set

Examples

1
2
getCpiwSet(endYear = 2025)
getCpiwSet()

twjacobs/oasdir documentation built on July 28, 2019, 5:51 a.m.