Hello Everyone,
I would like to ask aquick question (I assume that a data example here is not necessary):
I am using this code:
I need to add the mean of the dependent variable (similar to the number of obs and R-squared... at the end of the results (outcome) table). I did not find how to do it using outreg2.
Thank you
Li
I would like to ask aquick question (I assume that a data example here is not necessary):
I am using this code:
Code:
regress depn_var x1 x2 x3 i.time_y, vce(cluster country) outreg2 using results_1.xls, replace excel title("Main Results") nocons dec(3) label
Thank you
Li
Comment