专栏名称: 数量经济学
见证计量经济学发展,更懂计量更懂你!
今天看啥  ›  专栏  ›  数量经济学

Stata: 合成控制法synth命令无法load plugin的解决方案

数量经济学  · 公众号  ·  · 2024-06-28 23:54

文章预览

来源: Stata: 合成控制法synth命令无法load plugin的解决方案 (2019年8月11推文) 合成控制法的命令为synth,但是在使用过程中,经常偶尔出现报错,因此将常用解决方案展现如。 Synth for Stata 1. The code stops with an error message. What should I do? Most problems can be solved by exactly repeating the following steps: a) close your Stata and reopen it b) type: "update all" (and if asked "update swap" to fully install newly updated executables) c) type: net from "https://web.stanford.edu/~jhain/Synth" net install synth, all replace force In most cases the code should run now. 1 ssc install synth, replace 合成控制法的Stata命令,Abadie et al. (2010)提供了合成控制法的Stata程序 synth,由于该命令是一个外部命令,因此可以重新下载。  由于部分使用者直接将外部命令ado/plus下面的synth外部命令copy到自己的电脑上,因此经常会出现旧版本的问题,建议重新下 ………………………………

原文地址:访问原文地址
快照地址: 访问文章快照
总结与预览地址:访问总结与预览