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?
Commands for sleep and retry if a file being accessed at the momentI have multiple instances of Stata accessing the same excel file to record some information. Every o…
Bar chart with intervalsI'm plotting the following bar chart where "date" contains around 100 observations thus I would like…
sqom subcost matrix problem?Hi, I am trying to run the latest version of sqom on Stata16 using subcost(meanprobdistance) and am…
Standard errors and 95% Confidence Intervals for Proportions - Differences between different Stata versionsDear community: I am having doubts about how Stata calculates standard errors and 95% confidence in…
Identifying common observations between two groupsDear Statalist, I have a dataset with firms and owners. This is a minimum working example: Code: *…
Subscribe to:
Post Comments (Atom)
0 Response to How to make the following code using esttab and estadd work?
Post a Comment