Hi,
eststo clear
eststo xtreg y x z if h=0
eststo xtreg y x z if h=1
estadd ?
esttab using "${OUTPATH}emp_industry" ///
nomtitles booktabs replace ///
indicate("Controls = z" "Province FE = _cons" "Industry FE = *.industry" "Industry-year trend = *.industry#c.year" "Province-year trend = *.prov#c.year" "Year FE = *.year", labels("\checkmark" "")) ///
stats(N ?, labels("Obs. #" "$\R^2$")) ///
label nobaselevels interaction("\$\times\$") substitute("=1" "") nonotes se star(* 0.10 ** 0.05 *** 0.01)
The two question marks are the two places that I cannot work out correctly.
Thank you very much!
Related Posts with How to make the following code using esttab and estadd work?
Graphing a t-distributionI'd like to draw a t-distribution with mean 2, std deviation .2 and 14 degrees of freedom. Previous…
Difficulties in running xtabond2 command in stata v16Dear all, I just installed stata 16 IC and subsequently installed xtabond2 command. However, I often…
How to interpret sigma_u (between subject) and sigma_e (within subject) in Fixed-effects modelDear all, I'm running a fixed-effects model and need help interpreting sigma_u (between subject) an…
Getting precision weighted estimates using melogitHello Statausers, I have a two-level logit model where I have used group centered variables along w…
Running ANCOVA with model assumptions testing across multiple random samplesI would be most grateful if you could advise me on the availability of pre-existing code that will a…
Subscribe to:
Post Comments (Atom)
0 Response to How to make the following code using esttab and estadd work?
Post a Comment