I want to be able to interpret the interaction. I'd like to be able to say something like, "A one unit increase in Segments while keeping Accuracy constant has a ____ effect on AccrQual."
Do I need to use margins in Stata for this? Or will the regression coefficient be sufficient?
Here is part of the regression output, with the interaction being third.
Linear regression Number of obs = 40,497
F(87, 1552) = .
Prob > F = .
R-squared = 0.2135
Root MSE = .02143
(Std. Err. adjusted for 1,553 clusters in ticker)
----------------------------------------------------------------------------------
| Robust
accrqual_w | Coef. Std. Err. t P>|t| [95% Conf. Interval]
-----------------+----------------------------------------------------------------
accuracy_w | -.0102968 .0074909 -1.37 0.169 -.0249901 .0043965
lnsegments_w | -.001824 .0009657 -1.89 0.059 -.0037183 .0000702
acc_segments | -.0098951 .0069502 -1.42 0.155 -.0235279 .0037376
Because both the variables are continuous, maybe I need to use margins?

Do I need to use margins in Stata for this? Or will the regression coefficient be sufficient?
Here is part of the regression output, with the interaction being third.
Linear regression Number of obs = 40,497
F(87, 1552) = .
Prob > F = .
R-squared = 0.2135
Root MSE = .02143
(Std. Err. adjusted for 1,553 clusters in ticker)
----------------------------------------------------------------------------------
| Robust
accrqual_w | Coef. Std. Err. t P>|t| [95% Conf. Interval]
-----------------+----------------------------------------------------------------
accuracy_w | -.0102968 .0074909 -1.37 0.169 -.0249901 .0043965
lnsegments_w | -.001824 .0009657 -1.89 0.059 -.0037183 .0000702
acc_segments | -.0098951 .0069502 -1.42 0.155 -.0235279 .0037376
Because both the variables are continuous, maybe I need to use margins?

Comment