- use GHQY00-07.dta, clear
- egen id = group(reg_co country)
- xtset id year
- xtlogit exit gvc4 $control i.year i.industry i.region, re or nolog
- estadd local year "Yes"
- estadd local industry "Yes"
- estadd local region "Yes"
- est sto m1
- xtlogit exit gvc4 $control i.year i.industry i.region if 进入次数 == 1, re or nolog
- estadd local year "Yes"
- estadd local industry "Yes"
- estadd local region "Yes"
- est sto m2
- xtlogit exit gvc4 $control i.year i.industry i.region if 进入次数 >= 2, re or nolog
- estadd local year "Yes"
- estadd local industry "Yes"
- estadd local region "Yes"
- est sto m3
- esttab m* using 持续时间.doc, b(%6.4f) z(%6.4f) nogaps compress star(* 0.1 ** 0.05 *** 0.01) drop(*.year *.industry *.region) scalar(year industry region N Log likelihood) eform replace
我回归时,因变量是划分不同组,如何在导出回归表的时候,把因变量exit改名为其他名称


雷达卡




京公网安备 11010802022788号







