
401(k) Plan Participation Data
fracreg_k401k.RdA cross-sectional dataset on 401(k) plan participation rates and firm characteristics, widely used in empirical applications of fractional response models (e.g., Papke & Wooldridge, 1996). The data is derived from the 'wooldridge' package.
Usage
data("fracreg_k401k")Format
A data frame with 1,534 observations and 10 variables:
- prate
Participation rate: proportion of eligible employees participating in the 401(k) plan (0 to 1).
- mrate
Match rate: the firm's contribution matching rate per dollar.
- totpart
Total number of participants.
- totelg
Total number of eligible employees.
- age
Age of the 401(k) plan in years.
- totemp
Total number of firm employees.
- sole
Indicator variable: 1 if the 401(k) is the sole retirement plan offered.
- ltotemp
Natural log of total employees.
- age_sq
Square of plan age.
- mrate_sq
Square of match rate.