I am trying to run regressions as follows:
After getting the results of these two regressions, I want to run t-test on the coefficients of finlit_women and finlit_men to see the difference between gender.
fin_acc_f is the outcome variable stands for women and fin_acc_m stands for men
The test contains two regressions so I'm not sure how to save the results and run t-test after that.
Code:
reg fin_acc_f finlit_women x1 x2 x3, robust reg fin_acc_m finlit_men x1 x2 x3, robust
fin_acc_f is the outcome variable stands for women and fin_acc_m stands for men
The test contains two regressions so I'm not sure how to save the results and run t-test after that.

Comment