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
2:Setting manual coefficientsHi Listers, Y = β1+ β2*Area + β3Labor + β4*Fertilizer + u This time its given that B4=3*B3. Which …
summary forest plot for meta-analysisHello, I am doing a study-level meta-analysis with different outcomes. In addition to the standard …
Effect of schooling on menstruation methodsHello, I am trying to find the effect of schooling on mensuration methods from Indian context.These …
Keep the first observation within a moving 30-day windowI have the following dataset. I want to keep d=1 for the first observation within 30-day moving wind…
Is it possible to not set values of optional integer arguments with the syntax commandWhen specifying optional arguments integer arguments using the syntax command it is usually necessar…
Subscribe to:
Post Comments (Atom)
0 Response to Time Fixed Effects Esttab
Post a Comment