I want to be able to graph my multiple linear regression predictions on the same graph as the scatter plot of the data set.
The closest I have found is
twoway (scatter Y X) (lfit Y X)
which only allows an approximation of SLR.

Is there any way to do this without spending 20 minutes copy-pasting matrices into excel?