A monthly series may depend on time, a seasonal dummy for December, and a promotional flag. Compare a time-only model with a fuller model using AIC and residual plots. Do not keep useless predictors.
A monthly series may depend on time, a seasonal dummy for December, and a promotional flag. Compare a time-only model with a fuller model using AIC and residual plots. Do not keep useless predictors.
Variable selection chooses which predictors to keep. Adding variables can reduce in-sample error while fitting noise. AIC penalises extra parameters. For teaching, compare a small set of sensible candidates rather than an automated hunt through dozens of columns. Seasonal dummies and a time trend are interpretable; random extra columns are not.
Constructed 36 monthly observations: trend, a December lift, and a weak random promo flag that is mostly noise.
Three AIC values and coefficient vectors. Time + December should improve on time only for this construction. The promo flag should look weak or unstable. Exact AIC numbers depend on the random draw.
Keep predictors that match a real mechanism and improve AIC without wrecking residual plots. Dropping the noisy promo flag is good science, not a failure. Selection is not a substitute for checking autocorrelation.
Compare a few interpretable models. Extra variables can fit noise and still leave time-series dependence in the errors.