结果:找到“Ivreghdfe”相关内容67个,排序为按回复时间降序,搜索更多相关帖子请点击“高级”
Stata外部命令包plus包大合集整理
0 个回复 - 627 次查看
输入 sysdir 可以查看你的 plus 文件夹存放于哪里
红色箭头对应就是
包含常用的winsor2(缩尾处理)、sgmediation(中介效应)、esttab(回归结果输出)、xthreg(面板门槛回归)、egennore(egen升级版)、 ...
2024-7-19 10:50 - baby01 - 现金交易版
工具变量高维固定效应回归ivreghdfe的安装包
1 个回复 - 2258 次查看
安装代码如下:
cap ado uninstall ftools
cap ado uninstall reghdfe
cap ado unistall ivreghdfe
net install ftools, from("ftools中的src的位置")
net install ivreghdfe, from("ivreghdfe中的src的位 ...
2023-12-10 14:07 - 赫尔特别痛 - Stata专版
ivreghdfe运行不了的解决办法
3 个回复 - 1784 次查看
1、把以前安装的ftools、reghdfe、ivreg2、ivreghdfe移除;
2、下载并解压我上传的三个zip文件
3、Then, run the following, adjusting the folder names:
cap ado uninstall ftoolscap ado uninst ...
2024-1-25 21:42 - laziman - Stata专版
ivreghdfe无法安装以及安装后出现问题的解决方法
7 个回复 - 8550 次查看
ivreghdfe 出现center not found -- struct ms_vcvorthog contains no such membe的问题解决办法,将压缩文件文件放入到stata对应的文件夹。stata 工具变量命令 reghdfe ivreghdfe ivreg2
2020-8-6 14:39 - shanqaza - Stata专版
扩展工具变量多重高维固定效应面板回归命令ivreghdfe的github安装与本地安装
6 个回复 - 7367 次查看
Run IV/2SLS with many levels of fixed effects (i.e. ivreg2+reghdfe)
This package integrates reghdfe[/backcolor] into ivreg2[/backcolor], through an absorb() option. This allows IV/2SLS regressions wi ...
2019-12-2 04:17 - xuehe - Stata专版
ivreghdfe使用报错
6 个回复 - 5563 次查看
请教一下大家,按照ivreghdfe的安装方法安装后,使用ivreghdfe命令仍然会出现错误,图中使用的命令是ivreghdfe帮助文档里面的案例展示,找不到错误如何解决,在此小弟先行谢过。
2022-7-14 21:38 - 蓝色站牌 - Stata专版
ivreghdfe工具变量回归
16 个回复 - 12698 次查看
请教一下各位大神,为什么用ivreghdfe做工具变量回归,总是报错“option requirements not allowed”,问题出在哪呀?
我的命令 ivreghdfe lntce pr fd wage er ers (lnrot=lnrot_us),absorb(year Indu) cluster( ...
2023-7-7 11:28 - aizhan12 - 爱问频道
ivreghdfe报错r(504)是什么原因呀
0 个回复 - 740 次查看
这个代码ivreghdfe y (x=iv) c, absorb(year industry province) cluster(stkcd) first[/backcolor]报错了下面这串是什么原因呀
(dropped 1 singleton observations)
(MWFE estimator converged in 7 iterations)
...
2024-10-4 19:01 - 呆呆。a - Stata专版
ivreghdfe回归报错
4 个回复 - 652 次查看
想请教一下各位大神,我的stata版本是17直接用ssc install ivreghdfe下载运行代码的时候报错是:last estimates not found
然后看别的帖子说重新安装ivreghdfe,运行代码会报错:invalid suboptions in absorb(): r ...
2024-5-9 18:49 - ho3333 - Stata专版
ivreghdfe 如何设定普通稳健标准误(非聚类)
10 个回复 - 2405 次查看
正文基础回归选择稳健标准误reghdfe Y X controls absorb(year ind id) vce(robust)
请问ivreghdfe命令怎么写?是下面写法吗<br>
ivreghdfe Y (X=iv) controls absorb(year ind id)
2024-3-4 09:26 - languang0606 - Stata专版
ivreghdfe 工具变量有效性
3 个回复 - 1871 次查看
计量渣渣请教各位大神,基准回归使用reghdfe,工具变量回归中用ivreghdfe,如何进行解释变量内生性的检验,以及检验工具变量有效性,还是从ivreghdfe回归结果中可以直接得出,这些结果要怎么导出呢?
另基准回归中 ...
2021-8-16 10:28 - 不紧张的小张 - 爱问频道
ivreghdfe加上absorb选项就报错该怎么办
8 个回复 - 3291 次查看
我用的命令是
ivreghdfe fincome1_per $control (dig=distance),cluster(id) a(id year) first endog(dig)
没加入absorb什么问题都没有,加入之后就报错last estimates not found
重装过ivreghdfe、ivreg2、rankt ...
2023-10-30 10:21 - 南瓜车开呀开 - Stata专版
ivreghdfe报错 factor-variable an
0 个回复 - 593 次查看
ivreghdfe tfp(lnD=iv) $control, a( id year ind) vce(cluster cityid#year) first endog(lnD)
报错 factor-variable and time series operators not allowed
跪求大神帮忙指点迷津
2024-3-2 22:14 - languang0606 - 制度经济学
用ivreghdfe跑工具变量的时候出现了这样的报错
1 个回复 - 869 次查看
用ivreghdfe跑工具变量的时候出现了这样的报错:
Warning: Error in calculating first-stage id statistics above;
dof of SW statistics is 1, should be L-(K-1)=..
这个报错是在说什么呢?
...
2023-11-18 00:31 - kanicol - 计量经济学与统计软件
ivreghdfe工具变量回归
3 个回复 - 492 次查看
请教各位大神,ivreghdfe工具变量回归出现“option requirements not allowed”的错误
请问怎么解决呀?
命令是ivreghdfe light $x (time=IV1 IV2), a(year id) cluster (id) first endog(time)
2023-12-25 17:04 - WSY11111WSY - 爱问频道
Ivreg ivreghdfe
17 个回复 - 8179 次查看
ivreghdfe inno size dual mshare age dum ( gap= avergap) ,absorb( industry year ) first
option requirements not allowed
我的ivreghdfe后面 有,absorb( industry year )这些就开始报错,连help里的命令输入 ...
2022-3-19 02:19 - zxyyyyyyyyyy123 - Stata专版
ivreghdfe 命令出现这样的错误怎么回事
1 个回复 - 453 次查看
. ivreghdfe digital_level (did=iv) $firmcons $citycons, absorb(year id) cluster(djsdm)
> first
option requirements not allowed
怎么解决呀?
2024-1-22 22:50 - 常秀芳 - 新手入门区
关于ivreghdfe老是报错或是和absorb不兼容问题
3 个回复 - 3875 次查看
一运行ivreghdfe就报错,或是加上absorb就运行不了可以重新安装ivreghdfe用到的工具,个人认为可能是版本的问题不兼容
以下命令为安装代码,直接在stata中输入help ivreghdfe可以得出来,如果选中四条命令运行不了可 ...
2023-11-24 11:26 - 张张张- - Stata专版
ivreghdfe工具变量回归
6 个回复 - 2278 次查看
请教一下各位大神,为什么用ivreghdfe做工具变量回归,总是报错“option requirements not allowed”,问题出在哪呀?
我的命令 ivreghdfe lntce pro fdi wage er ers (lnrot=lnrot_us),absorb(year Indu) cluster ...
2023-7-6 20:24 - aizhan12 - Stata专版
ivreghdfe命令报错
2 个回复 - 3750 次查看
输入ivreghdfe回归之后报错 function cleanup_before_saving() not declared in class Factor
显示ado文件有问题。
这个ivreghdfe是在网页下载的
直接ssc安装之后显示 option requirements not allowed。
请问各位 ...
2023-10-9 17:24 - ChristyQAQ - Stata专版
ivreghdfe无法使用
7 个回复 - 1791 次查看
ivreghdfe这个命令我刚开始是无法使用absorb,不加absorb还能出结果,加了后不出,我就来经管之家找答案,通过下载ftools、reghdfe、ivreghdfe三个压缩包重新安装,再输入ivreghdfe命令后显示function cleanup_befor ...
2023-11-7 12:36 - 笨蛋一枚,, - Stata专版
ivreghdfe 命令进行stata回归出现错误
4 个回复 - 936 次查看
这是我的格式:ivreghdfe lnquan(_sigma_lnp=_sigma_lnp_iv) hs92,absorb(country_year,resid(ehat))
我感觉可能是hs92这一块变量出错了,应该填写其他的
这是错误提示:
struct ms_vcvorthog undefined
(817 ...
2023-3-21 15:19 - 程雅涵 - Stata专版
关于ivreghdfe安装出错
2 个回复 - 1581 次查看
请问运行命令后出现reghdfe安装不成功是什么问题,谢谢
运行后出现,详见图片
. net install reghdfe, from(G:\计量方法\reghdfe安装包\reghdfe-master\reghdfe-master\src)
checking reghdfe consistenc ...
2022-9-29 16:24 - 笨笨帆 - Stata专版
ivreghdfe回归检验结果怎么看
2 个回复 - 2228 次查看
用ivreghdfe回归得出的结果如图,但是萨根检验一直是拒绝,不知道这个工具变量检验可以通过吗,就是效果怎么样
原命令是这样的:
tsset id year
local variable "exit2 extensive ln_exp ln_TUV"
foreach x ...
2021-9-16 12:08 - 你好明天哇 - Stata专版
求助ivreghdfe代码
3 个回复 - 2898 次查看
大家有没有遇到下面这个问题呀,可否分享一下怎么解决的?
已经安装好了ivreg2、reghdfe、ivreghdfe和ftools命令,然后在运行ivreghdfe的时候报错如下:
运行程序ivreghdfe后系统提示
struct ms_vcvorthog unde ...
2020-3-14 15:15 - 北方的北方有极光 - 新手入门区
面板数据内生性检验使用ivreghdfe
2 个回复 - 4267 次查看
面板数据使用ivreghdfe检查内生性问题,使用后提示parentheses unbalanced怎么处理呀
. ivreghdfe RDma DOIma lnsize age lnstuff deve debt roe govenholder foreignholder share board lnsalary(l.RDma=l2.RDma ...
2021-7-13 20:33 - GenerationZ - Stata专版