logo Hurry, Grab up to 30% discount on the entire course
Order Now logo

Ask This Question To Be Solved By Our ExpertsGet A+ Grade Solution Guaranteed

expert
Aidan CampbellTechnical writing
(5/5)

567 Answers

Hire Me
expert
StatAnalytica ExpertPsychology
(5/5)

614 Answers

Hire Me
expert
Tanusree KunduMathematics
(/5)

612 Answers

Hire Me
expert
Vishal FogatComputer science
(5/5)

970 Answers

Hire Me
R Programming
(5/5)

run a linear regression and investigate the correlation between wages and having a tenure of less than 2 years at the current job

INSTRUCTIONS TO CANDIDATES
ANSWER ALL QUESTIONS

Topic 5: Work experience and wages

 

A broad economic literature analyzes that industry-specific work experience affects wages positively. The underlying mechanism is that the more work experience workers collect in specific firms or industries, the more firm-specific human capital they accumulate. You will use the dataset to investigate the relation between firm tenure (how long a worker has been employed in a specific firm) and wages yourself.

 

1. Import the data frame mz_prepared data that has been stored in Stata format.

 

2. Select the following variables and store the new data frame in an object called “df”.

 

- id: person identifier

 

- wage: hourly wage in Euros

 

- tenure: in years

 

- educ: 1: unskilled, 2: apprenticeship/vocational school degree, 3: college degree

 

- industry: 1: manufacturing, 2: construction, 3: public sector, 4: personal services, 5: business services

 

- east: 1: East Germany, 0: West Germany

 

3. Where necessary, adjust the variable types appropriately using the functions as.factor(), as.numeric(), as.character().

 

4. We are interested in how wages and tenure are related and if education, industry, and region are important in that context.

 

- Generate a variable “lnwage” that is the logarithm of the variable wage. Use this variable in your regressions.

 

- Generate a variable “college” that takes the value 1 if the person has a college degree and 0 otherwise.

 

- Generate a variable “tenurecat” that takes the value 1 for tenures of <= 2 years, 2 for tenures of >2-5 years, 3 for tenures of >5-10 years and 4 for tenures >10 years.

 

- Generate a variable “shortten” that takes the value 1 for tenures of <= 2 years and 0 otherwise.

 

5. Display and discuss the sample statistics, i.e., the medians, means, standard deviations, minimum and maximum values, and the number of observations of all variables that you use for your analyses. Check if the data contain missing values and if so, decide on how you want to deal with those missing values.

 

6. Chose an appropriate way to visualize if

 

- wages and tenure are correlated.

 

- the relation between wages and tenure is different across educational degree.

 

- the relation between wages and tenure is different across industries.

 

- the relation between wages and tenure is different across regions.

 

Describe your findings.

 

7. Run a linear regression and investigate the correlation between wages and having a tenure of less than 2 years at the current job. What happens to your estimate for the variable shortten when you subsequently add the following variables: education, industry, east? Describe your findings and interpret the coefficients.

 

8. What conclusions can you make from your analyzes? How do they relate to what we know already from the literature? Discuss critically. If you find interesting relationships: do you think they are causal? Why or why not?

 

(5/5)
Attachments:

Related Questions

. The fundamental operations of create, read, update, and delete (CRUD) in either Python or Java

CS 340 Milestone One Guidelines and Rubric  Overview: For this assignment, you will implement the fundamental operations of create, read, update,

. Develop a program to emulate a purchase transaction at a retail store. This  program will have two classes, a LineItem class and a Transaction class

Retail Transaction Programming Project  Project Requirements:  Develop a program to emulate a purchase transaction at a retail store. This

. The following program contains five errors. Identify the errors and fix them

7COM1028   Secure Systems Programming   Referral Coursework: Secure

. Accepts the following from a user: Item Name Item Quantity Item Price Allows the user to create a file to store the sales receipt contents

Create a GUI program that:Accepts the following from a user:Item NameItem QuantityItem PriceAllows the user to create a file to store the sales receip

. The final project will encompass developing a web service using a software stack and implementing an industry-standard interface. Regardless of whether you choose to pursue application development goals as a pure developer or as a software engineer

CS 340 Final Project Guidelines and Rubric  Overview The final project will encompass developing a web service using a software stack and impleme