Dear All, Suppose I run the following regression:
Code:
// ssc install interflex, interactplot
sysuse auto, clear
reg price c.mpg##c.weight
I am aware that (ssc install) interflex and interactplot can do the trick, but I'd like to do that manually. Note that both x1 (mpg) and x2 (weight) are continuous.Any suggestions are highly appreciated.