Last data update: 2014.03.03

R: Retirement plan data
retire.planR Documentation

Retirement plan data

Description

The retire.plan data frame has data on "401(k)" retirement plans for employees of 92 firms managed by a company code-named Best Retirement Inc. (BRI).

Usage

data(retire.plan)

Format

This data frame contains the following columns:

contrib

contribution to retirement plan at end of first year

group

1=client has group life of group health insurance policy, 0=otherwise.

turnover

employee turnover rate.

eligible

number of employees eligible to participate in 401(k) plans.

vest

1=plan has immediate vesting of employer contributions, 0=otherwise.

failsafe

1=plan has a fail-safe provision, 0=otherwise.

match

percentage of contributions matched by the employer.

salary

average annual employee salary in dollars

.

estimate

underwriter's estimate of end-of-year contributions in dollars.

susan

1=plan was sold by a sales representative who has been specifically trained to deal exclusively with 401(k) plans (code-named Susan Shepard).

Source

Bryant, P.G. and Smith, M.A. (1995). Practical data analysis: case studies in business statistics. Chicago: Irwin.

References

Ruppert, D., Wand, M.P. and Carroll, R.J. (2003)
Semiparametric Regression Cambridge University Press.
http://stat.tamu.edu/~carroll/semiregbook/

Examples

library(SemiPar)
data(retire.plan)
pairs(retire.plan)

Results


R version 3.3.1 (2016-06-21) -- "Bug in Your Hair"
Copyright (C) 2016 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu (64-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

> library(SemiPar)
> png(filename="/home/ddbj/snapshot/RGM3/R_CC/result/SemiPar/retire.plan.Rd_%03d_medium.png", width=480, height=480)
> ### Name: retire.plan
> ### Title: Retirement plan data
> ### Aliases: retire.plan
> ### Keywords: datasets
> 
> ### ** Examples
> 
> library(SemiPar)
> data(retire.plan)
> pairs(retire.plan)
> 
> 
> 
> 
> 
> dev.off()
null device 
          1 
>