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
Panel graph with country names attachedHi all, I'm using panel data on public debt from 1980 to 2015. What I would like to do is a xtline …
Membership functions and fuzzy sets in StataHi, I have a data set on which I want to make Qualitative Comparative Analysis using fuzzy logic. Bu…
multiple imputation chained equationsDear all, i am trying to impute some 75 continuous variables with 500 observations using mi impute c…
efficiently calculating leave-out median of a variable by groups with weightsI would like to calculate the leave-out weighted median of a variable within groups. The following c…
How to plot an interaction term in multinomial logistic regression model ?Dear statalists, Hope this post finds you well. I have tried to plot a graph with an interaction …
Subscribe to:
Post Comments (Atom)
0 Response to Time Fixed Effects Esttab
Post a Comment