labor_market_discriminiation | R Documentation |
Original data from the experiment run by Bertrand and Mullainathan (2004).
labor_market_discrimination
A tibble with 4870 observations of 63 variables.
Highest education, with levels of 0 = not reported; 1 = high school diploma; 2 = high school graduate; 3 = some college; 4 = college or more.
Number of jobs listed on resume.
Number of years of work experience on the resume.
Indicator variable for which 1 = resume mentions some honors.
Indicator variable for which 1 = resume mentions some volunteering experience.
Indicator variable for which 1 = resume mentions some military experience.
Indicator variable for which 1 = resume mentions some employment holes.
1990 Census Occupation Code. See sources for a key.
Occupation broad with levels 1 = executives and managerial occupations, 2 = administrative supervisors, 3 = sales representatives, 4 = sales workers, 5 = secretaries and legal assistants, 6 = clerical occupations
Indicator variable for which 1 = resume mentions some work experience while at school
Indicator variable for which 1 = email address on applicant's resume.
Indicator variable for which 1 = resume mentions some computer skills.
Indicator variable for which 1 = resume mentions some special skills.
Applicant's first name.
Sex, with levels of 'f' = female; 'm' = male.
Race, with levels of 'b' = black; 'w' = white.
Indicator variable for which 1 = high quality resume.
Indicator variable for which 1 = low quality resume.
Indicator variable for which 1 = applicant was called back.
City, with levels of 'c' = chicago; 'b' = boston.
Kind, with levels of 'a' = administrative; 's' = sales.
Employment ad identifier.
Fraction of blacks in applicant's zip.
Fraction of whites in applicant's zip.
Log median household income in applicant's zip.
Fraction of high-school dropouts in applicant's zip.
Fraction of college degree or more in applicant's zip
Log per capita income in applicant's zip.
Indicator variable for which 1 = applicant has college degree or more.
Minimum experience required, if any (in years when numeric).
Specific education requirement, if any. 'hsg' = high school graduate, 'somcol' = some college, 'colp' = four year degree or higher
Indicator variable for which 1 = ad mentions employer is 'Equal Opportunity Employer'.
Sales of parent company (in millions of US $).
Number of parent company employees.
Sales of branch (in millions of US $).
Number of branch employees.
Indicator variable for which 1 = employer is a federal contractor.
Fraction of blacks in employers's zipcode.
Fraction of whites in employer's zipcode.
Log median household income in employer's zipcode.
Fraction of high-school dropouts in employer's zipcode.
Fraction of college degree or more in employer's zipcode.
Log per capita income in employer's zipcode.
Indicator variable for which 1 = executives or managers wanted.
Indicator variable for which 1 = administrative supervisors wanted.
Indicator variable for which 1 = secretaries or legal assistants wanted.
Indicator variable for which 1 = clerical workers wanted.
Indicator variable for which 1 = sales representative wanted.
Indicator variable for which 1 = retail sales worker wanted.
Indicator variable for which 1 = ad mentions any requirement for job.
Indicator variable for which 1 = ad mentions some experience requirement.
Indicator variable for which 1 = ad mentions some communication skills requirement.
Indicator variable for which 1 = ad mentions some educational requirement.
Indicator variable for which 1 = ad mentions some computer skill requirement.
Indicator variable for which 1 = ad mentions some organizational skills requirement.
Indicator variable for which 1 = employer industry is manufacturing.
Indicator variable for which 1 = employer industry is transport or communication.
Indicator variable for which 1 = employer industry is finance, insurance or real estate.
Indicator variable for which 1 = employer industry is wholesale or retail trade.
Indicator variable for which 1 = employer industry is business or personal services.
Indicator variable for which 1 = employer industry is health, education or social services.
Indicator variable for which 1 = employer industry is other or unknown.
Ownership status of employer, with levels of 'non-profit'; 'private'; 'public'
From the summary: "We study race in the labor market by sending fictitious resumes to help-wanted ads in Boston and Chicago newspapers. To manipulate perceived race, resumes are randomly assigned African-American- or White-sounding names. White names receive 50 percent more callbacks for interviews. Callbacks are also more responsive to resume quality for White names than for African-American ones. The racial gap is uniform across occupation, industry, and employer size. We also find little evidence that employers are inferring social class from the names. Differential treatment by race still appears to be prominent in the U. S. labor market."
Bertrand, Marianne, and Mullainathan, Sendhil. Replication data for: Are Emily and Greg More Employable Than Lakisha and Jamal? A Field Experiment on Labor Market Discrimination. Nashville, TN: American Economic Association [publisher], 2004. Ann Arbor, MI: Inter-university Consortium for Political and Social Research [distributor], 2019-12-06. \Sexpr[results=rd]{tools:::Rd_expr_doi("10.3886/E116023V1")}.
Note: The description of the variables follows closely the labels provided in the original dataset, with small edits for clarity.
library(dplyr)
# Percent callback for typical White names and typical African-American names (table 1, p. 997)
labor_market_discrimination |>
group_by(race) |>
summarise(call_back = mean(call))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.