ARE 212 - Problem Set 5
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的更多相关文章
- hdu-5904 LCIS(水题)
题目链接: LCIS Time Limit: 4000/2000 MS (Java/Others) Memory Limit: 65536/65536 K (Java/Others)Total ...
- 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 ...
- HDU 4617Weapon(两条异面直线的距离)
Weapon Time Limit: 3000/1000 MS (Java/Others) Memory Limit: 65535/32768 K (Java/Others) Total Sub ...
- Strongly connected(hdu4635(强连通分量))
/* http://acm.hdu.edu.cn/showproblem.php?pid=4635 Strongly connected Time Limit: 2000/1000 MS (Java/ ...
- Connect the Cities(prim)用prim都可能超时,交了20几发卡时过的
Connect the Cities Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others) ...
- (bc 1002)hdu 6016 count the sheep
Count the Sheep Time Limit: 3000/1500 MS (Java/Others) Memory Limit: 65536/65536 K (Java/Others) ...
- ural 2018 The Debut Album(dp¥)
2018. The Debut Album Time limit: 2.0 secondMemory limit: 64 MB Pop-group “Pink elephant” entered on ...
- 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 ...
- (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 ...
随机推荐
- Beta冲刺(2/7)
目录 摘要 团队部分 个人部分 摘要 队名:小白吃 组长博客:hjj 作业博客:beta冲刺(2/7) 团队部分 后敬甲(组长) 过去两天完成了哪些任务 整理博客 做了点商家数据表格 接下来的计划 做 ...
- linux下堆溢出unlink的一个简单例子及利用
最近认真学习了下linux下堆的管理及堆溢出利用,做下笔记:作者作为初学者,如果有什么写的不对的地方而您又碰巧看到,欢迎指正. 本文用到的例子下载链接https://github.com/ctfs/w ...
- VMware的NAT网络模式
参考链接:https://www.cnblogs.com/linjiaxin/p/6476480.html 图例:
- python学习第21天
type和类 继承 抽象类 接口类 多态 java 鸭子类型 pickle模块 collections.namedtuple
- 【原创】大叔问题定位分享(7)Spark任务中Job进度卡住不动
Spark2.1.1 最近运行spark任务时会发现任务经常运行很久,具体job如下: Job Id ▾ Description Submitted Duration Stages: Succeed ...
- (原创)cocos2dx-lua TableView官方demo分析
本来是想看看网上的教程文章,结果看了好几篇,复制代码各种报错,有很多不存在的类和变量,根本用不了. 所以干脆自己去看官方demo,经过自己分析测试,已经大概会用了,顺便记录一下. 以下是代码,复制粘贴 ...
- 【转载】Linux启动初始化配置文件浅析(解决source /etc/profile重启后就失效?)
1)/etc/profile 登录时,会执行. 全局(公有)配置,不管是哪个用户,登录时都会读取该文件. (2)/ect/bashrc Ubuntu没有此文件,与之对应的是/ect/bash. ...
- 常用Mysql或者PostGresql或者Greenplum的语句总结。
1.使用mysql的union all可以同时查询出所有自己想要查询数据表的数据量. select 'user' as tablename, count(*) from user union all ...
- 有标号的DAG计数I~IV
题解: https://www.cnblogs.com/zhoushuyu/p/10077241.html 看到这么一篇,发现挺不错的..
- codeforces 493 div1 e
题解: 和这件zhcs的那题有点像 第一种做法是考虑i,i+1之间的贡献 这样子就是矩形加减然后求矩形最小值个数 另一种做法是我们从左向右维护mx-nx-r+l 跟之前那题一样我们知道这个的最小值为0 ...