Question
The wage_data we have worked with this semester is from 1985. Say you have entered a time machine and are now working for a company
The wage_data we have worked with this semester is from 1985. Say you have entered a time machine and are now working for a company in 1985. Say the wage_data set is the wages of employees from competitors of your company. You have been given the job of creating a model for wages in your company. The company's policy is to provide equal pay regardless of race, gender, marital status or union membership. Use the wage data used to create model for competitive wages for the company. Code to read in data set below.
wage_data <- read.csv("https://sites.google.com/site/bsherwood/wage_data.csv")
- Explain the model you have fit and the steps you have taken to get this final model.
- What would the model estimate the hourly wages for someone with the following characteristics: (occupation: Sales, sector: Manufacturing, union: no, education: 16, experience: 10, age: 45, gender: male, marital status: yes, race: Hispanic, south: yes).
- Say you have an exceptional employee, for instance one you would rank at the .975 percentile. Would you recommend using the model's wage for this employee? Why or why not?
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started