Residuals from regression model

Vraag naar producten voorspellen in R

Aric LaBarr, Ph.D.

Senior Data Scientist, Elder Research

Linear Regression

Vraag naar producten voorspellen in R

Regression Residuals

  • Ways to reduce residuals further:
    1. Add more important variables to the model
    2. Use time series if your residuals are related over time
Vraag naar producten voorspellen in R

Examine Residuals

M_hi_full_res <- residuals(model_M_hi_full)

M_hi_full_res <- xts(M_hi_full_res, order.by = dates_train)
hist(M_hi_full_res) plot(M_hi_full_res)
Vraag naar producten voorspellen in R

Residual Plots

Vraag naar producten voorspellen in R

Let's practice!

Vraag naar producten voorspellen in R

Preparing Video For Download...