Page 1 of 1

BUILD A REGRESSION MODEL showing the following: - Linearity checks - Seasonality checks (for time series problems) - Dum

Posted: Wed May 11, 2022 8:18 am
by answerhappygod
BUILD A REGRESSION MODEL showing the following:
- Linearity checks
- Seasonality checks (for time series
problems)
- Dummy variables (used correctly). Can only use
n-1 in a regression.
- All of your Regression runs, showing you eliminating
one at a time, the highest p-value independent
variables
- A regression equation written out.
Example: Sales = 3.24 (Intercept) + 483.93 (Advertising) -
0.32 (Q1)
- Predictions based on your final equation.
What are the predictions for the next 8
periods?