Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • running t-test on coefficients of multiple regressions

    I am trying to run regressions as follows:
    Code:
    reg fin_acc_f finlit_women x1 x2 x3, robust
    reg fin_acc_m finlit_men x1 x2 x3, robust
    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.

  • #2
    Code:
    h suest

    Comment

    Working...
    X