Dear all,
I would like to add a line with the word "Yes" if time fixed effect is used. Unfortunately, i didn't manage to find out how.
Current code:
xtreg totcap_ratio Size, vce(cl rssdid)
eststo model1
xtreg totcap_ratio Size dep_share sec_share, vce(cl rssdid)
eststo model2
areg totcap_ratio Size dep_share sec_share, a(Time) vce(cl rssdid)
eststo model3
areg lev_ratio Size dep_share sec_share, a(Time) vce(cl rssdid)
eststo model4
esttab model1 model2 model3 model4, r2 ar2 star(* 0.1 ** 0.05 *** 0.01) label title("Tabel 1:") mtitle("Tot Cap R" "Tot Cap R" "Tot Cap R" "Lev Ratio") addnote("Model 3 & 4 include time fixed effects")
Current output:
Array
Desirable output:
Array
Thanks in advance!
Egbert
Related Posts with Time Fixed Effects Esttab
Overlapping values on y axis in Stata graphArray Hi, is there a way to avoid overlapping of numbers on the y axis …
Median, Tercile and QuartileHi, I want to create dummy variables based on the median. Sometiems I do that based on quartile and …
New version of xcontract )AGAIN) on SSCThanks once again to Kit Baum, a new version of the xcontract package (superseding yesterday's versi…
spmap optionsHello, I used -spmap- to map US employment and this is the code I used: Code: spmap cbp_emp_sum u…
Outreg2 to Excel R(198) error diagnosisI am trying to run the below code in STATA 16.1. STATA is fully updated, and I've uninstalled and re…
Subscribe to:
Post Comments (Atom)
0 Response to Time Fixed Effects Esttab
Post a Comment