结果:找到“reghdfe cl”相关内容8个,排序为按回复时间降序,搜索更多相关帖子请点击“高级
stata 命令reghdfe:Can't specify cluster without clustervars (and viceversa)
2 个回复 - 1803 次查看 在使用reghdfe的时候出现,Can't specify cluster without clustervars (and viceversa),请问这是怎么回事呢?2022-9-29 16:32 - 婉儿一笑 - 爱问频道
reghdfe后加vce(cluster id)后回归系数不显著怎么办?就是面板数据进行聚类
6 个回复 - 1931 次查看 那我应该加vce(cluster id)还是不加?加了之后不显著,不加很显著2024-4-22 16:38 - 咩咩mi - Stata专版
做DID模型时用reghdfe命令,可选项vce(robust)和vce(cluster id)回归结果为何不同?
17 个回复 - 28603 次查看 求助答疑!同样是reghdfe命令,为什么vce(robust)做出来的就显著,vce(cluster id) 做出来就不显著?应该选用哪一个? reghdfe y x, absorb(id year) vce(robust) reghdfe y x absorb(id year) vce(cluster id) ...2021-3-18 11:24 - 橘橘啵啵子 - Stata专版
原始聚类自助法(wild cluster bootstrap)-boottest与reghdfe
1 个回复 - 894 次查看 请问:如果使用高维固定效应命令reghdfe,怎么使用wild bootstrap cluster(原始聚类自助法(wild cluster bootstrap)-boottest)。stata命令是什么2023-2-8 20:58 - 笨笨帆 - 现金交易版
reghdfe使用不同cluster造成empty sample的问题
3 个回复 - 3752 次查看 reghdfe y x ,absorb(party_id hs2_year) vce (cluster hs_2) //未控制公司FE y 和 x均为“公司-产品-年份”维度的变量,控制公司与HS2行业-年份的固定效应,当我cluster hs_2时没问题,但是cluster到hs_6位的时候 ...2019-4-14 11:16 - 龙宝宝 - SAS专版
在加权回归时使用reghdfe报错technique not found in class FixedEffects
4 个回复 - 1418 次查看 加权回归,想要固定高维固定效应,stata报错 代码: reghdfe y x [aw=weight], absorb(fe1 fe2) vce(cluster id) 报错: technique not found in class FixedEffects r(3000) 已检查reghdfe安装问题,目前stat ...2022-3-9 10:01 - MaxineWang - Stata专版
reghdfe-two-way cluster standard error:对于日和公司聚类和对于年和公司聚类
2 个回复 - 2921 次查看 如下两图,用reghdfe code, 样本是daily data,同时控制公司和年份固定效应,并对同时对Accper(日期)和Stock code(公司)[vce(cluster Stkcd Accper] 进行聚类求two-way cluster standard error,但我发现,如果我 ...2019-5-2 13:44 - shuang.liang13 - Stata专版
reghdfe命令结果为什么会显示class FixedEffects undefined?
4 个回复 - 3816 次查看 在运行reghdfe的help文件里的例子时,输入 “ sysuse auto reghdfe price weight length, absorb(rep78)”后stata窗口显示报错“class FixedEffects undefined”,请问各位大神这是为什么?这个例子的命令代码是h ...2019-8-21 17:59 - P哎呀 - Stata专版