Stata:安装ivreghdfe包

ssc install ivreghdfe

通过上述命令安装,不可用。需要在官网上手动下载。

ivreghdfe的官网地址为

http://scorreia.com/software/reghdfe/install.html

Stata:安装ivreghdfe包_第1张图片

也就是说,先从官网上把这三个下载包防止任一指定位置

  • ftools(https://codeload.github.com/sergiocorreia/ftools/zip/master)
  • reghdfe(https://codeload.github.com/sergiocorreia/reghdfe/zip/master)
  • ivreghdfe(https://codeload.github.com/sergiocorreia/ivreghdfe/zip/master)

例如,我把这三个下载包放在下图所述的文件夹:

Stata:安装ivreghdfe包_第2张图片

Stata:安装ivreghdfe包_第3张图片

 

 输入下述命令,注意后三行的位置,是刚才上边三个文件夹下“src”的位置。

cap ado uninstall reghdfe
cap ado uninstall ivreghdfe
net install ftools, from(D:\ADXX的资料\学术小垃圾\STATA软件\stata15\ivreghdfe安装包\ftools-master\src)
net install reghdfe, from(D:\ADXX的资料\学术小垃圾\STATA软件\stata15\ivreghdfe安装包\reghdfe-master\src)
net install ivreghdfe, from(D:\ADXX的资料\学术小垃圾\STATA软件\stata15\ivreghdfe安装包\ivreghdfe-master\src)

安装好之后可以使用ivreghdfe命令

PS:下图是其他网页总结的过程

Stata:安装ivreghdfe包_第4张图片

Stata:安装ivreghdfe包_第5张图片 

Stata:安装ivreghdfe包_第6张图片

 

 

你可能感兴趣的:(stata,p2p,wpf,linq)