SD_data | R Documentation |
A subset of data relating to job postings on the Lightcast platform for demonstrating bias correction methods with ML-generated variables.
SD_data
SD_data
A data frame with 16315 rows and 6 columns:
Character. City of the job posting
Character. Type of business (NAICS industry classification)
Numeric. Salary offered (response variable)
Numeric. Binary label generated via ML, indicating whether remote work is offered (subject to measurement error)
Character. Occupation code (SOC classification)
Character. Employment type (part time/full time)
Proprietary data from Lightcast job postings platform
## Not run:
data(SD_data)
fit <- ols_bca(log(salary) ~ wfh_wham + soc_2021_2 + naics_2022_2,
data = SD_data, fpr = 0.009, m = 1000)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.