门限回归相关问题
作者:互联网
1.command xthreg is unrecognized
- 解决方案:首先,用常规的下载外部命令的办法试试
- 未能安装成功,根据提示,点击
search xthreg
- 出现以下页面,点击红色箭头的超链接
- 进入安装页面
- 页面显示安装成功
2.面板数据进行门限回归要求平衡面板
xthreg y g z,rx( open) qx( open) thnum(1) grid(400) trim(0.05) bs(500)
Panel threshold model need balanced panel, check your data!
- 处理办法
ssc install xtbalance
xtset id year #这里的id是个体变量,比如跨国面板数据时id可能就是country
xtbalance ,range(1980 2019) 即为保留1980-2019年的数据
标签:xtbalance,xthreg,门限,id,相关,面板,open,回归,页面 来源: https://blog.csdn.net/Triumph19/article/details/122143346