|
手动下载以下zip文件并解压缩它们:
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)
然后,运行以下命令,调整文件夹名称(我是参考他的文件路径,放在了C盘下的git文件夹,记得要把后续精确到stata.toc所在的文件夹下,否则会报错):
cap ado uninstall ftools
cap ado uninstall moresyntax
cap ado uninstall reghdfe
cap ado uninstall ivreghdfe
net install ftools, from(C:\git\ftools-master\src)
net install reghdfe, from(C:\git\ftools-master\src)
net install ivreghdfe, from(C:\git\ftools-master\src)
ftools, compile
reghdfe, compile
|