Why Do We Plot Predictions on the x-axis?

Win-Vector Blog 2019-09-27

Summary:

When studying regression models, One of the first diagnostic plots most students learn is to plot residuals versus the model’s predictions (that is, with the predictions on the x-axis). Here’s a basic example. # build an "ideal" linear process. set.seed(34524) N = 100 x1 = runif(N) x2 = runif(N) noise = 0.25*rnorm(N) y = x1 … Continue reading Why Do We Plot Predictions on the x-axis?

Link:

http://www.win-vector.com/blog/2019/09/why-do-we-plot-predictions-on-the-x-axis/

From feeds:

Statistics and Visualization » Win-Vector Blog

Tags:

as

Authors:

Nina Zumel

Date tagged:

09/27/2019, 16:55

Date published:

09/27/2019, 13:02