收入不平等数据库

国内相关数据库

  • 宏观数据:国家统计局

  • 微观数据:
    chip chns cfps uhs rhs charls chfs clds clus rumic CRHPS ches SLCC

  • 1950年之前的收入数据

view browse http://gpih.ucdavis.edu/index-main.html

国外数据库

ssc install wid
help wid
*举例
wid, indicators(shweal) areas(FR) perc(p90p100 p99p100) ages(992) pop(j) clear  //法国数据
 wid, indicators(shweal) areas(CN) perc(p90p100 p99p100) ages(992) pop(j) clear //中国数据

 reshape wide value, i(year) j(percentile) string
 label variable valuep90p100 "Top 10% share"
 label variable valuep99p100 "Top 1% share"
        
  graph twoway line value* year, title("Wealth inequality in china") ///
            ylabel(0.2 "20%" 0.4 "40%" 0.6 "60%" 0.8 "80%") ///
            subtitle("equal-split adults") ///
            note("Source: WID.world")
Wealth inequality in china.png
  • 使用集成工具包计算不平等指标

  • 1.DASP

view browse http://dasp.ecn.ulaval.ca/
install dasp
*找到dasp.pkg和stata.toc文件所在的路径
 net from "D:\经济不平等的实证分析\实证研究\dasp\dasp"
 net install dasp_p1.pkg,force replace
 net install dasp_p2.pkg,force replace
 net install dasp_p3.pkg,force replace
 net install dasp_p4.pkg,force replace

增加dasp到stata子菜单: 将 _daspmenu 增加到pfofile.do 文件中

最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容

  • 学术地图发布平台(http://amap.zju.edu.cn)自2018年3月19日正式上线以来,共发布390多...
    水小无阅读 1,877评论 0 1
  • afinalAfinal是一个android的ioc,orm框架 https://github.com/yangf...
    passiontim阅读 15,621评论 2 45
  • 工欲善其事,必先利其器。总结一下,方便多了。R语言还是很牛逼的,可以干很多事情。有一把顺手的刀还是很重要的。 0....
    Liam_ml阅读 4,733评论 1 60
  • 引言 上一章,我们已经用到了多线程了,而且还用到了「全局变量」 :global 声明的变量,但是,其实在子线程中,...
    黑键手记阅读 311评论 0 1
  • 什么时候开始快乐变得不那么容易,充斥我们脑海的常常是对未知的忧虑,现有的迷茫,我们开始慢慢对生活妥协,开始放低一些...
    徐琼琼阅读 529评论 2 3