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?
Dropping observations based on certain criteriaHello all, Here is a snippet of the data I am working with: Code: * Example generated by -dataex-…
Using Pweights in Production Function EstimationHi everyone, I am a new user of Stata with limited Stata skills. I am trying to use the -acfest- co…
putexcel help - using not allowedI used the following commands to obtain pairwise correlations for my data. However, I get the error …
Generate lagged value for psudo panelHi all, I have a data looks as below: Code: * Example generated by -dataex-. To install: ssc inst…
outreg2 help requestedWhy does one outreg2 command work and the other does not, when they are the same except for one vari…
Subscribe to:
Post Comments (Atom)
0 Response to How to make the following code using esttab and estadd work?
Post a Comment