To be used onStatasoftware 3 Question 3. Empirical The data in Jobtrain.dta come from a job training experiment conducted for low-income men during 1976–1977; see Lalonde XXXXXXXXXXyou can find this...

1 answer below »









To be used onStatasoftware


3 Question 3. Empirical


The data in Jobtrain.dta come from a job training experiment conducted for low-income men during 1976–1977; see Lalonde (1986) (you can find this data set in the Assignment 1 folder).


The variables are: age, agesq(square of age), black (if the person is African American this is equal to 1), hispanic (if the person is Hispanic this is equal to 1), re74, re75, re78 are the real earnings for that person in years 1974, 1975, 1978; unem74, unem75, unem78 are the un- employment status for that person in years 1974, 1975, 1978. If the person is unemployed in year 1974 unem74 is equal to 1 for instance.


Answer the following:




  • a.Summarize and describe the data (yo do not need to comment, just show me the results and codes)




  • b.Find the correlation between educ and lre78. Then plot (using twoway scatter com- mand) these two variables. What do you conclude?




  • c.Use the indicator variable train to determine the fraction of men receiving job training.




  • d.The variable re78 is earnings from 1978, measured in thousands of 1982 dollars. Compute the sample mean, standard deviation for average hourly re78 for the sample of men receiving job training and the sample not receiving job training. Construct a 95% confidence interval for the population means of re78 for the sample of men receiving job training and the sample not receiving job training. Is the di↵erence of means statistically significant at 5 percent level? (Hint: ttest)




  • e.The variable unem78 is an indicator of whether a man is unemployed or not in 1978. What fraction of the men who received job training are unemployed? What about for men who did not receive job training? Comment on the di↵erence. Is the di↵erence of means statistically significant at 5 percent level?




  • f.From partsd.ande., does it appear that the job training program was e↵ective? What would make our conclusions more convincing?



Answered 1 days AfterJun 18, 2021

Answer To: To be used onStatasoftware 3 Question 3. Empirical The data in Jobtrain.dta come from a job training...

Mohd answered on Jun 20 2021
127 Votes
Summarize and describe the data (you do not need to comment, just show me the results and codes)
#code
. describe
#output
Contains data from C:\Users\91798\Downloads\stata\gfd.dta
obs: 445
vars:
19 20 Jun 2021 16:52
size: 16,910
---------------------------------------------------------------------------------------------------------------
storage display value
variable name type format label variable label
---------------------------------------------------------------------------------------------------------------
train byte %9.0g =1 if assigned to job training
age byte %9.0g age in 1977
educ byte %9.0g years of education
black byte %9.0g =1 if black
hisp byte %9.0g =1 if Hispanic
married byte %9.0g =1 if married
nodegree byte %9.0g =1 if no high school degree
mosinex byte %9.0g # mnths prior to 1/78 in expmnt
re74 float %9.0g real earns., 1974, $1000s
re75 float %9.0g real earns., 1975, $1000s
re78 float %9.0g real earns., 1978, $1000s
unem74 byte %9.0g =1 if unem. all of 1974
unem75 byte %9.0g =1 if unem. all of 1975
unem78 byte %9.0g =1 if unem. all of 1978
lre74 float %9.0g log(re74); zero if re74 == 0
lre75 float %9.0g log(re75); zero if re75 == 0
lre78 float %9.0g log(re78); zero if re78 == 0
agesq int %9.0g age^2
mostrn byte %9.0g months in training
---------------------------------------------------------------------------------------------------------------
Sorted by:
#code
. sum train age educ black hisp married nodegree mosinex re74 re75 re78 unem74 unem75 unem78 lre74 lre75 lre78
> agesq mostrn
#output
Variable | Obs Mean Std. Dev. Min Max
-------------+--------------------------------------------------------
train | 445 .4157303 .4934022 0 1
...
SOLUTION.PDF

Answer To This Question Is Available To Download

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here