ICode9

精准搜索请尝试: 精确搜索
首页 > 其他分享> 文章详细

ARE 212: Problem Set 3

2019-03-14 19:40:23  阅读:306  来源: 互联网

标签:Use Set 212 standard explore errors b3 Problem 100



ARE 212: Problem Set 3
Spring 2019
Wage Regressions - Blackburn and Neumark (QJE 1992)
The goal of this problem set is to explore some tests for heteroscedasticity and explore the fixes discussed
in class. The paper is available on Jstor. The data can be downloaded from BCourses. The problem
set is due on Monday 18, 2019 at 10am.
1. Read the data into R. Plot the series and make sure your data are read in correctly.
2. Let us explore the issue of heteroskedasticity a bit. We would like to estimate the model:
log(wage) =β0 + exper · β1 + tenure · β2 + married · β3 + south · β4+
urban · β5 + black · β6 + educ · β7 + 
(a) Estimate the model above via least squares.
(b) Choose one of the three following heteroskedastic error detection tests to conduct. Comment
on whether the assumption of spherical errors might be misguided:
a White - test for heteroskedastic errors. Use levels, interactions and second order terms
only.
a Goldfeld - Quandt Test for heteroscedastic errors. (Use the tenure variable, leaving out
the 235 observations in the middle.)
a Breusch Pagan Test for heteroscedastic errors. (Use all the covariates as a simple linear
combination).

ARE 212作业代做
(c) Calculate the White robust standard errors. Comment on how they compare to the traditional
OLS standard errors. Is this the right way to go about fixing the potential problem?
(d) Estimate the model using the two step FGLS estimation procedure outlined in class. (Again
in the regression to calculate the weights, use all of the covariates). Talk about the standard
errors obtained from your method. And how they compare to the White standard errors.
3. Now let us explore the wonders of the delta method a bit. When β3 is small, 100 · β3 is the
approximate c.p. percentage change in wages between married and unmarried men. When β3 is
large, one would prefer the exact percentage difference in E[wage|other variables]. We will call this
θ1. Questions (a) and (b) are optional.
(a) Show that if  i is independent of all covariates, then θ1 = 100·[exp(β3)?1], where β3 is the OLS
coefficient from the OLS equation above. A consistent estimator of θ1 is θb1 = 100·[exp(βb3)?1],
where βb3 is the estimated OLS coefficient.
(b) Use the delta method to show that the asymptotic standard error of θb1 is 100·[exp(βb3)]·se(βb3)
(c) Using the estimation results and the facts derived from (a) and (b), calculate θb1 and its
standard error.

因为专业,所以值得信赖。如有需要,请加QQ:99515681 或邮箱:99515681@qq.com 

微信:codinghelp

标签:Use,Set,212,standard,explore,errors,b3,Problem,100
来源: https://www.cnblogs.com/abacd/p/10532917.html

本站声明: 1. iCode9 技术分享网(下文简称本站)提供的所有内容,仅供技术学习、探讨和分享;
2. 关于本站的所有留言、评论、转载及引用,纯属内容发起人的个人观点,与本站观点和立场无关;
3. 关于本站的所有言论和文字,纯属内容发起人的个人观点,与本站观点和立场无关;
4. 本站文章均是网友提供,不完全保证技术分享内容的完整性、准确性、时效性、风险性和版权归属;如您发现该文章侵犯了您的权益,可联系我们第一时间进行删除;
5. 本站为非盈利性的个人网站,所有内容不会用来进行牟利,也不会利用任何形式的广告来间接获益,纯粹是为了广大技术爱好者提供技术内容和技术思想的分享性交流网站。

专注分享技术,共同学习,共同进步。侵权联系[81616952@qq.com]

Copyright (C)ICode9.com, All Rights Reserved.

ICode9版权所有