Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Below is the summary of dataset. Question 3: You are now interested in whether women are paid more than men. Rather than performing a t-test,

Below is the summary of dataset.

Question 3:

You are now interested in whether women are paid more than men. Rather than performing a t-test, you wish to do this analysis by estimating a simple dummy variable model and you run following command in STATA

reg wage female

What is the command that will allow you to test whether this gender wage gap is statistically significant?

Question 4:

Which of the following is a STATA code that will generate a slightly different model to the model in Q3, but will still allow you to test whether the same gender wage gap is statistically significant?

image text in transcribed

image text in transcribed

image text in transcribed

Variable Obs Mean Std. Dev. Min Max wage | 526 educ | 526 exper | 526 age 526 female | 526 5.896103 12.56274 17.01711 38.37833 .4790875 3.693086 2.769022 13.57216 13.99045 .500038 .53 0 1 16 0 24.98 18 51 79 1 state | Question 3 1 pts Stata Question: You are now interested in whether women are paid more than men. Rather than performing a t-test, you wish to do this analysis by estimating a simple dummy variable model and you run following command in STATA 11 "reg wage female" What is the command that will allow you to test whether this gender wage gap is statistically significant? ci means female test female ci means wage Question 4 1 pts Stata Question: Which of the following is a STATA code that will generate a slightly different model to the model in Q3, but will still allow you to test whether the same gender wage gap is statistically significant? gen male = 1 - female reg wage male test female reg wage educ test educ reg wage female test wage gen male = 1 - female reg wage male test male Variable Obs Mean Std. Dev. Min Max wage | 526 educ | 526 exper | 526 age 526 female | 526 5.896103 12.56274 17.01711 38.37833 .4790875 3.693086 2.769022 13.57216 13.99045 .500038 .53 0 1 16 0 24.98 18 51 79 1 state | Question 3 1 pts Stata Question: You are now interested in whether women are paid more than men. Rather than performing a t-test, you wish to do this analysis by estimating a simple dummy variable model and you run following command in STATA 11 "reg wage female" What is the command that will allow you to test whether this gender wage gap is statistically significant? ci means female test female ci means wage Question 4 1 pts Stata Question: Which of the following is a STATA code that will generate a slightly different model to the model in Q3, but will still allow you to test whether the same gender wage gap is statistically significant? gen male = 1 - female reg wage male test female reg wage educ test educ reg wage female test wage gen male = 1 - female reg wage male test male

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Fundamental Accounting Principles

Authors: John Wild, Ken Shaw, Barbara Chiappett

23rd edition

1259536351, 978-1259536359

Students also viewed these Accounting questions

Question

Write down the Limitation of Beer - Lamberts law?

Answered: 1 week ago

Question

Discuss the Hawthorne experiments in detail

Answered: 1 week ago

Question

Explain the characteristics of a good system of control

Answered: 1 week ago

Question

State the importance of control

Answered: 1 week ago