ARE 212 - Problem Set 5
Due May 1st
Part I: Theory (Optional)
1. Show that the parameter estimates for b2SLS and bIV are equivalent if we have a model with one endogenous
variable and one instrumental variable.
2. Prove that for E[Z,X] to be of full column rank, at least one of the θj in the linear projection xk = δo +δ1x1 +δ2x2 + . . . + δk1xk1 + θ1z1 + θ2z2 + . . . + θMzM + η has to be different from zero.
Part II (Applied): Instrumental Variables
1. Let’s revisit the model and data from problem set 4. We would like to estimate the model:log(wage) = βo+exper·β1+tenure·β2+married·β3+south·β4+urban·β5+black·β6+educ·β7+abil·γ+ε (1)
One of the big problems in the labor literature is that we do not (as econometricians) observe ability. If ability
is not correlated with any of the right hand side variables, we can include it in the disturbance and nothing is
lost by not observing it. If, however, it is correlated with one or more of the right hand side variables, OLS is
no longer unbiased or consistent. Assume that ability is correlated with education and none of the other right
hand side variables.
(a) Derive the bias of β7 and show what direction the bias goes in depending on whether the correlation
between ability and education is positive or negative.
(b) You showed in the first part that we can derive the sign/direction of the bias. One approach that has
been take in the literature is using a ”proxy” variable for the unobservable ability. We will use IQ here to
proxy for ability. Estimate the model above excluding ability, record your parameter estimates, standard
errors and R2.
(c) Estimate the model including IQ as a proxy, record your parameter estimates, standard errors and R2.
(d) What happens to returns to schooling? Does this result confirm your suspicion of how ability and schooling
are expected to be correlated?
2. This problem from Wooldridge asks you to try and recreate some of the results in Card(1995), which is on
reserve and on the website. Use the dataset card.raw on the website.
(a) Read the data in your favorite statistical program. Plot the series make sure your data are read in
correctly.

ARE 212留学生作业代做、c++,Python编程设计作业代写、代做b2SLS,bIV作业
(b) Estimate a log(wage) regression via Least Squares with educ, exper, exper2, black, south, smsa, reg661
through reg668 and smsa66 on the right hand side. Check your results against Table2, column 5.
(c) Estimate a reduced form equation for educ containing all of the explanatory variables and the dummy
variable nearc4. Is the partial correlation between nearc4 and educ statistically significant?
(d) Estimate the log(wage) equation by instrumental variables, using nearc4 as an instrument for educ.
Compare the 95% confidence interval for the return to educutioan to that obtained from the Least Squares
regression above.
(e) Now use multiple instruments. Use nearc2 and nearc4 as instruments for educ. Comment on the signifi-
cance of the partial correlations of both instruments in the reduced form. Show your standard errors from
the second stage and compare them to the correct standard errors.
(f) Conduct a Hausman test for endogeneity of educ. Report your test statistic, critical value and p-value.

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

微信:codinghelp

ARE 212 - Problem Set 5的更多相关文章

  1. hdu-5904 LCIS(水题)

    题目链接: LCIS Time Limit: 4000/2000 MS (Java/Others)    Memory Limit: 65536/65536 K (Java/Others)Total ...

  2. 2016 ACM/ICPC Asia Regional Shenyang Online 1007/HDU 5898 数位dp

    odd-even number Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 65536/65536 K (Java/Others)T ...

  3. HDU 4617Weapon(两条异面直线的距离)

    Weapon Time Limit: 3000/1000 MS (Java/Others)    Memory Limit: 65535/32768 K (Java/Others) Total Sub ...

  4. Strongly connected(hdu4635(强连通分量))

    /* http://acm.hdu.edu.cn/showproblem.php?pid=4635 Strongly connected Time Limit: 2000/1000 MS (Java/ ...

  5. Connect the Cities(prim)用prim都可能超时,交了20几发卡时过的

    Connect the Cities Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others) ...

  6. (bc 1002)hdu 6016 count the sheep

    Count the Sheep Time Limit: 3000/1500 MS (Java/Others)    Memory Limit: 65536/65536 K (Java/Others) ...

  7. ural 2018 The Debut Album(dp¥)

    2018. The Debut Album Time limit: 2.0 secondMemory limit: 64 MB Pop-group “Pink elephant” entered on ...

  8. 79. 212. Word Search *HARD* -- 字符矩阵中查找单词

    79. Word Search Given a 2D board and a word, find if the word exists in the grid. The word can be co ...

  9. (Problem 46)Goldbach's other conjecture

    It was proposed by Christian Goldbach that every odd composite number can be written as the sum of a ...

随机推荐

  1. 【java】Java相关学习参考链接(持续更新)

    How to do in java,https://howtodoinjava.com/,Java手册,分版本,并且有每个版本的新特性的详细解析. Java World,https://www.jav ...

  2. python第六篇文件处理类型

    阅读目录 一 文件操作 二 打开文件的模式 三 操作文件的方法 四 文件内光标移动 五 文件的修改   文件处理                                             ...

  3. Python2还是Python3

    Python2还是Python3 相信很多新接触Python的人都会纠结这一个问题,学Python2还是Python3? 不像Java一样每个新版本基本都是基本兼容以前的版本的.Python2和Pyt ...

  4. logrotate命令

    logrotate是个十分有用的工具,它可以自动对日志进行截断(或轮循).压缩以及删除旧的日志文件,例如,你可以设置logrotate,让/var/log/foo日志文件每30天轮循,并删除超过6个月 ...

  5. day26 面向对象 单例模式总结

    如果是在python2中,就需要手动继承object, 基于__new__方法 基于__new__方法 class Foo(object): def __new__(cls,*args,**kwarg ...

  6. GA:GA优化BP神经网络的初始权值、阈值,从而增强BP神经网络的鲁棒性—Jason niu

    global p global t global R % 输入神经元个数,此处是6个 global S1 % 隐层神经元个数,此处是10个 global S2 % 输出神经元个数,此处是4个 glob ...

  7. Moonlight Shadow

    歌词 Moonlight Shadow 月光幽灵 -- Dana Winner 1. The last that ever she saw him 那是她今生最后一次见到他 2. carried aw ...

  8. python基础一 ------排序和查找算法

    插入排序; 假设数组长度为n,先从第二个元素开始,与前一个元素比较,之后将较小的元素    放在前面,现在前两个元素是有顺序的,这时取第三个元素,与前一个元素(也就是第二个)比较,较小的放在前面   ...

  9. XVII Open Cup named after E.V. Pankratiev. GP of Two Capitals

    A. Artifact Guarding 选出的守卫需要满足$\max(a+b)\leq \sum a$,从小到大枚举每个值作为$\max(a+b)$,在权值线段树上找到最大的若干个$a$即可. 时间 ...

  10. php生出随机字符串

    function generateRandomString($length = 10) { $characters = '0123456789abcdefghijklmnopqrstuvwxyzABC ...