c401k {LARF} | R Documentation |
c401k
Description
Cross-sectional data with 9,275 observations including 11 variables on eligibility for and participation in 401(k) along with income and demographic information.
Usage
data(c401k)
Format
pira
participation in IRA, participation = 1
nettfa
net family financial assets in $1000
p401k
participation in 401(k), participation = 1
e401k
eligibility for 401(k), eligible = 1
inc
income
incsq
income square
marr
marital status, married = 1
male
sex, male = 1
age
age
agesq
age square
fsize
family size
Details
An exemplary data to illustrate the usage of larf
. The data includes both a binary outcome (pira) and a continuous outcome (nettfa). The treatment is participation in 401k, p401k. Eligibility for 401(k), e401k, is used as an instrument for p401k.
Source
The Wooldridge Data Sets (Wooldridge 2010), originally entitled "401ksubs.dta" in Stata format, available at http://www.stata.com/texts/eacsap/.
References
Wooldridge, Jeffrey M. 2010. Econometric Analysis of Cross Section and Panel Data. 2nd Edition. MIT Press.
See Also
Examples
data(c401k)