cps | R Documentation |
Labor market data on 18,253 middle age (25-54 years) married women in the year 2022.
data(cps)
A data frame with 18,253 rows and 23 columns. It contains information on wages and some socio-demographic characteristics of the middle age (25-54 years) married women:
the age measured in years.
the same as age but for a spouse.
a binary variable for the employment status (0 - unemployed, 1 - employed).
the same as work but for a spouse.
the number of children under age 5.
the same as nchild but for a spouse.
subjective health status (1 - poor, 2 - fair, 3 - good, 4 - very good, 5 - excellent).
the same as health but for a spouse.
a binary variable which equals 1 for those who have graduated from high school or has at least some college or has associated degree and does not have any higher level of education, 0 - otherwise.
a binary variable which equals 1 for those whose highest education level is a bachelor degree.
a binary variable which equals 1 for those whose highest education level is a master degree.
the same as basic but for a spouse.
the same as bachelor but for a spouse.
the same as master but for a spouse.
a categorical variable for the level of education such that educ = 0 if basic = 1, educ = 1 if bachelor = 1 and educ = 2 if master = 1.
the same as educ but for a spouse.
a total number of weeks worked durning the year.
the same as weeks but for a spouse.
a usual number of working hours per week.
the same as hours but for a spouse.
the wage of the individual.
the same as wage but for a spouse.
an inverse hyperbolic sine transformation of the hourly wage.
the same as lwage but for a spouse.
a state of residence.
...
<https://www.census.gov/programs-surveys/cps.html>
Flood S, King M, Rodgers R, Ruggles S, Warren R, Westberry M (2022). Integrated Public Use Microdata Series, Current Population Survey: Version 10.0 [dataset]. doi: 10.18128/D030.V10.0.
data(cps)
model <- msel(work ~ age + bachelor + master, data = cps)
summary(model)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.