STATA面板数据命令:基准回归/中介效应/Sobel检验/Bootstrap检验/调解效应/merge 11 个回复 - 5609 次查看
1.m:1对应合并
use "C:\Users\asus\Desktop\firm.dta"
merge m:1 id year using "C:\Users\asus\Desktop\province.dta"
drop if _merge==1
drop _merge
save "C:\Users\asus\Desktop\merge.dta",replace
2.去 ...2022-9-26 11:51 - mona_134 - Stata专版
面板数据做bootstrap检验时,显示r(ind_eff) command not found 1 个回复 - 1259 次查看面板数据做bootstrap检验时,显示r(ind_eff) command not found
在其他帖子看到有把工作目录更改到放置sgmediation的文件,但还是没用
. bootstrap r(ind_eff) r(dir_eff),///
r(ind_eff) command not found
...2022-5-13 13:31 - xigailan - Stata专版