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?
Related Posts with Graphing MLR Predictions with Scatter of Data.
comparing student ability using test scoresHello Suppose I got exam scores for students from different classes of different grades in a school…
Diff in Diff, post vs date fixed effectHi, I have 2 groups (1 treated), and data at the daily level. The treatment occurs on a specific da…
Uses using wildcard to rename varlists in a loopHi, I'm trying to merge data from a yearly questionnaire to form a panel. The date follows the fol…
Diagnostic accuracy / 95% confidence intervalsHello, I have a case control study with a binary outcome (disease/no disease) and two clinical diag…
Unexpected results from -nicenum-I've noticed some behaviour with -nicenum- that strikes me as odd. Specifically, the results that it…
Subscribe to:
Post Comments (Atom)
0 Response to Graphing MLR Predictions with Scatter of Data.
Post a Comment