You only need to add the actual test command to get a p-value as such:
Code:
sysuse auto, clear expand 10 reg price mpg if foreign est sto M1a reg price mpg if !foreign est sto M1b suest M1a M1b test [M1a_mean = M1b_mean]
Comment