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 数组复制

    http://www.cnblogs.com/zhengbin/p/5671403.html http://www.cnblogs.com/jjdcxy/p/5870524.html Java数组拷贝 ...

  2. Restful风格

    今天看到一个比较好的文章,记录一下: Restful风格API中用put还是post做新增操作有什么区别? 1 HTTP协议详解 HTTP协议通常承载于TCP协议之上,有时也承载于TLS或SSL协议层 ...

  3. NOIP基本算法

    NOIP基本算法 1.二分 poj 2018 Best Cow Fences ▪ http://poj.org/problem?id=2018 ▪ 题意:给定一个正整数数列

  4. Thymleaf中th:each标签遍历list如何获取index

    简单介绍:传递给后台一个String类型的list,需要获取到list的每一个元素,然后进行筛选,得到正确的文本值,看代码就明白了 代码: //后台java代码//failList是一个String类 ...

  5. java----JDOM解析XML

    JDOM: 与DOM类似,基于树形结构 效率比DOM快 下载: http://www.jdom.org/dist/binary/jdom-2.0.6.zip 导包导java中的工程目录 jdom-2. ...

  6. MySQL This function has none of DETERMINISTIC, NO SQL...错误1418 的原因分析及解决方法 (转)

    解决方法: 解决办法也有两种, 第一种是在创建子程序(存储过程.函数.触发器)时,声明为DETERMINISTIC或NO SQL与READS SQL DATA中的一个, 例如: CREATE DEFI ...

  7. 【工具】idea工具 java代码 gbk转utf8

    idea工具 https://github.com/downgoon/gbk2utf8 安装在目录下: /usr/local/gbk2utf8/bin 进入目录后直接执行 gbk2utf8 sourc ...

  8. 必须了解的Object知识

    必须了解的Object知识 作为Java中所有类的根类,Object提供了很多基础的方法,我们经常会覆写它的方法,但很多时候因为不了解这些方法内在的含义以及与其他方法之间的关系而错误的覆写.下面介绍一 ...

  9. 分布式版本控制系统-git

    Git是目前世界上最先进的分布式版本控制系统 SVN是集中式的版本控制系统,而Git是分布式版本控制系统,集中式和分布式版本控制系统有什么区别呢?这个可以找度娘...... 1.安装Git yum i ...

  10. Linux内核原理与分析-第一周作业

    本科期间,学校开设过linux相关的课程,当时的学习方式主要以课堂听授为主.虽然老师也提供了相关的学习教材跟参考材料,但是整体学下来感觉收获并不是太大,现在回想起来,主要还是由于自己课下没有及时动手实 ...