R Dataset / Package Stat2Data / Retirement
On this R-data statistics page, you will find information about the Retirement data set which pertains to Retirement. The Retirement data set is found in the Stat2Data R package. You can load the Retirement data set in R by issuing the following command at the console data("Retirement"). This will load the data into a variable called Retirement. If R says the Retirement data set is not found, you can try installing the package by issuing this command install.packages("Stat2Data") and then attempt to reload the data with the library() command. If you need to download R, you can go to the R project website. You can download a CSV (comma separated values) version of the Retirement R data set. The size of this file is about 213 bytes.
Retirement
Description
Contributions to a supplemental retirement account (1997-2012)
Format
A dataset with 16 observations on the following 2 variables.
Year | 1997-2012 |
SRA | Annual contribution to the Supplemental Retirement Account |
Details
A faculty member opened a supplemental retirement account (SRA) in 1997 to investment money for retirement. This dataset shows the annual contributions to that account. Annual contributions were adjusted downward during sabbatical years in order to maintain a steady family income.
Source
Individual records kept by the faculty member.
Dataset imported from https://www.r-project.org.