actives: Actives dataframe for public pension plan prototypes

Description Usage Format Source Examples

Description

Dataframe with information on initial actives.

Usage

1

Format

Data frame with 1 row per prototype per non-empty age category per non-empty ea category. each record will have the number of actives and the average salary in the cells

planname

Identifies a specific prototype, character

age

Allowable range 20:70; only includes records that have actual data for nactives and salary, integer

ea

Allowable range 20:70; only includes records that have actual data for nactives and salary, not less than age, integer

nactives

Number of actives in this cell, can be noninteger or zero, numeric

salary

Amount in $, numeric

Source

Rockefeller Institute analysis of public pension plan data.

Examples

1
2
library(dplyr)
glimpse(actives)

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