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
Destringing vars and changing commas to dotsHi all I have some datasets in which Italian notation has been used - this means that commas have …
Data stored with information on several individuals in one row. How to make each individual a unique observation?My data come compactly stored with information on several individuals (familymembers) in one row (ca…
Panel or PoolDear researchers, This might be a simple question, but I just wanted to confirm. If the structure o…
Define frequency distribution avoiding repetition of a variableI have 3 variables: CompanyID RoundNumber (from 1 to 16) RoundNumber_max (from 1 to 16) For each co…
Multi-variable Pay-Rates Over Time?Hello, let me start off by saying that I've only recently begun my journey to learn & master STA…
Subscribe to:
Post Comments (Atom)
0 Response to Time Fixed Effects Esttab
Post a Comment