retirees: Retirees dataframe for public pension plan prototypes

Description Usage Format Source Examples

Description

Dataframe with information on initial retirees.

Usage

1

Format

Data frame with 1 row per prototype per non-empty age. each record will have the number of retirees and the average annual benefit

planname

Identifies a specific prototype, character

age

Allowable range 50:120; only includes records that have actual data for nretirees and benefit, integer

nretirees

Number of retirees in this row, can be noninteger or zero, numeric

benefit

Average annual benefit in $, numeric

Source

Rockefeller Institute analysis of public pension plan data.

Examples

1
2
library(dplyr)
glimpse(retirees)

donboyd5/pp.prototypes documentation built on May 15, 2019, 10:39 a.m.