Math Problem Statement

Consider problem 9.23 on page 366, where you are predicting the percentage change in total revenue sales. Use the borders.xlxs data set in this lab’s folder. Be sure to watch the lecture for this week so that you can know how to attack the problem below.

Using the last three independent variables only (listed below), determine which variables (𝑘 ≥ 2) yield the best prediction for the percentage change in total revenue sales and state why (Hint: You will need to run 4 different regressions – 1st and 2nd variables, 2nd and 3rd, etc.)

(i) number of stores that added a café wing,

(ii) percentage change in coupon use; and,

(iii) money lost each month from in-store magazine perusal.

(a) Turn in your Excel sheet showing the 4 regressions you ran.

(b) Write up your response to the question and turn it in. Either type it on the Excel sheet or type it up on a separate Word document or write it up by hand and take a picture. Discuss which variables give you the best prediction and what led you to your conclusion. Be sure to use information from the results

Consider problem 9.23 on page 366, where you are predicting the percentage change in total revenue sales. Use the borders.xlxs data set in this lab’s folder. Be sure to watch the lecture for this week so that you can know how to attack the problem below. Using the last three independent variables only (listed below), determine which variables (𝑘 ≥ 2) yield the best prediction for the percentage change in total revenue sales and state why (Hint: You will need to run 4 different regressions – 1st and 2nd variables, 2nd and 3rd, etc.) (i) number of stores that added a café wing, (ii) percentage change in coupon use; and, (iii) money lost each month from in-store magazine perusal. (a) Turn in your Excel sheet showing the 4 regressions you ran. (b) Write up your response to the question and turn it in. Either type it on the Excel sheet or type it up on a separate Word document or write it up by hand and take a picture. Discuss which variables give you the best prediction and what led you to your conclusion. Be sure to use information from the results.

Solution

To tackle this problem, you’ll need to perform a regression analysis using the last three independent variables:

  1. x2 (Café) - number of stores that added a café wing.
  2. x3 (Coupon Use) - percentage change in coupon use.
  3. x4 (Magazine Perusal) - money lost each month from in-store magazine perusal.

The process involves running four separate regressions using different combinations of these variables as predictors of the dependent variable yy (Percentage Change).

Here’s a step-by-step guide for what you need to do:

Step 1: Prepare Data in Excel

  1. Import the data into Excel from the file you've provided (or copy it manually if needed).
  2. Select the relevant columns yy, x2x2, x3x3, and x4x4.

Step 2: Set Up and Run Regressions

Run four different regression models with different combinations of variables:

  1. Model 1: Use x2x2 and x3x3 as independent variables.
  2. Model 2: Use x2x2 and x4x4 as independent variables.
  3. Model 3: Use x3x3 and x4x4 as independent variables.
  4. Model 4: Use all three variables x2x2, x3x3, and x4x4 as independent variables.

Step 3: Perform the Regressions in Excel

  1. Go to Data > Data Analysis (you may need to enable the Data Analysis ToolPak if it's not already available).
  2. Select Regression from the list.
  3. Set y as the Dependent Variable (Percentage Change).
  4. Set each combination of x2, x3, and x4 as the Independent Variables for each regression.
  5. Record the R-squared values, p-values, and coefficients for each model.

Step 4: Analyze and Interpret Results

  • R-squared: This value indicates how well the independent variables explain the variance in the dependent variable. A higher R-squared value means a better fit.
  • P-values for the coefficients of each independent variable help assess if the variables are statistically significant predictors.
  • Coefficient values: Assess the impact of each independent variable on the dependent variable.

Step 5: Conclusion

From the regression models, determine which combination of variables yields the highest R-squared and has statistically significant coefficients. This combination would be considered the "best" predictor of the percentage change in revenue sales.

Deliverables

  • Excel Sheet: Show each regression output with R-squared, coefficients, and p-values.
  • Write-up: Briefly explain which combination of variables provided the best prediction and why, based on the R-squared values and statistical significance.

Would you like further details on interpreting the regression results, or assistance with setting up the Excel file?


Relative Questions

  1. What are R-squared and p-values, and how do they contribute to regression analysis?
  2. How can you interpret a high or low R-squared in the context of predicting sales revenue?
  3. Why is it important to check the statistical significance of each predictor variable?
  4. What are potential limitations of using only three predictors in a regression model?
  5. How would the interpretation change if some variables had low p-values but others did not?

Tip

Always check for multicollinearity among predictors when running multiple regressions. High multicollinearity can distort the importance of predictors in your model.

Ask a new question for Free

By Image

Drop file here or Click Here to upload

Math Problem Analysis

Mathematical Concepts

Regression Analysis
Multiple Linear Regression
Statistical Significance

Formulas

y = b0 + b1*x2 + b2*x3
y = b0 + b1*x2 + b2*x4
y = b0 + b1*x3 + b2*x4
y = b0 + b1*x2 + b2*x3 + b3*x4

Theorems

Least Squares Estimation

Suitable Grade Level

Undergraduate