SlideShare ist ein Scribd-Unternehmen logo
1 von 26
Class Outline
• Multiple Regression Analysis
• Application of Regression
– Substitute goods VS. Complimentary goods
• Group Exercise: Best Foods VS. Kraft
Multiple Regression Analysis
Example – Sales Data Continued
Market ID Sales Price Competitor Price
1 228 2.2 2.2
2 216 2.7 2.9
3 223 2.4 2.4
4 207 2.9 2.6
5 216 2.8 2.4
6 247 2.2 2.5
7 233 2.0 2.2
8 249 2.3 2.7
9 239 2.1 2.4
10 209 2.7 2.4
11 214 2.8 2.4
12 236 2.6 3.0
13 218 2.6 2.1
14 191 2.9 2.2
15 223 2.6 3.0
Example – Sales Data
SALES
COMPETITOR
PRICE
ADVERTISIGN
PROMOTION
COUPON
DISPLAY
••••••
PRICE
• SALES = f ( Price, Competitor Price, Other factors )
• Assumptions of Regression Model
1. Linear Relationship Between SALES and PRICE
2. Linear Relationship Between SALES and
COMPETITOR PRICE
3. Other factors follow N( )
2
,
),0(~
,CPricePriceSALES
2
21


Ni
iiii 
Competitor Price
• Using data, we make inferences on , , and .
• Our best guess on using the sample data: a
• Our best guess on using the sample data: b1
• Our best guess on using the sample data: b2
• Determine a, b1, and b2 by minimizing the sum of
squared errors
 1

iiii   CPricePriceSALES 21
2
1
2
Use of Regression Model
1. Prediction / Forecasting
eg.) Price = 3; CPrice = 2
Exp. Sales=284.86–46.60*3+22.40*2+ Expected Value of ε
=284.86–46.60*3+22.40*2
2. Relationship between variables
One Unit Increase in Price  46.60 Units Decrease in
Expected Sales
One Unit Increase in CPrice  22.40 Units Increase in
Expected Sales
Sales=284.86–46.60*Price+22.40*CPrice+ε
Exercise
• Use “Regression Exercise 3.xlsx => Multiple
Regression 1”
• Use Excel “Solver” and “Data Analysis”
In-Class Exercise
• Use “Regression Exercise 3.xlsx”  Multiple Regression
2
• Q1: Estimate a, b1,and b2
• Q2: Compute the average of errors
• Q3: Compute the expected sales when Price=3; CPrice=2
• Q4: Compute the expected sales when Price=2; CPrice=3
• Q5: Compute the R-Square
• Q6: Perform the same regression analysis using “Excel
Data Analysis”
Regression Statistics
Multiple R 0.85
R Square 0.73
Adjusted R Square 0.68
Standard Error 7.83
Observations 15.00
ANOVA
df SS MS F Significance F
Regression 2.00 1984.27992.13 16.19 0.00
Residual 12.00 735.33 61.28
Total 14.00 2719.60
Coefficients Standard Error t Stat P-value Lower 95% Upper 95%
Intercept 419.95 37.40 11.23 0.00 338.46 501.45
Price -42.80 8.30 -5.15 0.00 -60.89 -24.70
Cprice 4.39 9.74 0.45 0.66 -16.82 25.60
Application of Regression Model
Substitute Good VS. Complimentary Good
• Substitute goods: replace each other in use
Margarine and butter
Tea and coffee
Sales_Tea = a + b1 * Price_Tea + b2 * Price_Coffee + ε
• Complimentary goods: complement each other in use
Hotdog and hotdog bun
Hardware and software
Sales_Hard = a + b1 * Price_Hard + b2 * Price_Soft + ε
+ or - ?
+ or - ?
Application of Regression Model
Substitute Good VS. Complimentary Good
• Coke vs. Pepsi
• Coke vs. Sierra Mist (?)
• Why important?
– Identify _________________
Samuel Adams – Brewer & Patriot
• Relationship between Beer and Tea: Substitute goods
• Sales_Beer = a + b1 * Price_Beer + b2 * Price_Tea + ε
• b2: ( + ) or ( - ) ?
• Tea supply ↓ Tea price ↑  Sales_Beer ?
• For Sam, Good or Bad ?
Group Exercise
Analysis of Mayonnaise Market
Best Foods VS. Kraft
Strategic Pricing
Group Exercise: Best Foods VS. Kraft
• Use “PHXMayoData.xlsx”
• 173 weeks (2002-2005)
• A grocery store in Phoenix area
• Sales and Prices of Best Foods (BF) Mayo and Kraft (KR)
Mayo
Week Sales_BF Sales_KR Price_BF Price_KR
1 455 135 1.61 1.02
2 530 63 1.34 1.29
3 527 41 1.38 1.63
4 418 71 1.44 1.53
5 380 34 1.62 1.71
: : : : :
Group Exercise: Best Foods VS. Kraft
• Q1: Compute average sales and average prices for
both brands. What can we infer about this market
from these numbers?
 Use “=average( )”
Best Foods Kraft
Average Sales 350 73
Average Price 1.63 1.48
Group Exercise: Best Foods VS. Kraft
• Q2: Perform regression analysis
– Model1: Sales_BF = a + b1* Price_BF + b2* Price_KR + Error
– Model2: Sales_KR = a + b1* Price_BF + b2* Price_KR + Error
 Use “Data Analysis – Regression”
Model 1
Model 2
• Q3: Interpret the results – Model1 (Best Foods)
Sales_BF = a + b1* Price_BF + b2* Price_KR + ε
• Q3: Interpret the results – Model2 (Kraft)
Sales_KR = a + b1* Price_BF + b2* Price_KR + ε
Group Exercise: Best Foods VS. Kraft
• Q4: Compute the expected sales of both brands when
Price_BF = average of Price_BF’s
Price_KR = average of Price_KR’s
 Sales_BF = 900 - 393 * Price_BF + 61* Price_KR + ε
 Sales_KR = 155 + 55 * Price_BF – 116* Price_KR + ε
Group Exercise: Best Foods VS. Kraft
Best Foods Kraft
Average Sales 350 73
Average Price 1.63 1.48
 Exp. Sales_BF = 900 - 393 * 1.63 + 61* 1.48 = 350
Exp. Sales_KR = 155 + 55 * 1.63 – 116* 1.48 = 73
Group Exercise: Best Foods VS. Kraft
• Q5: Now assume that Best Foods decrease its price
by $0.1. What will happen to the sales of both
brands?
Best Foods Kraft
Average Sales 350 73
Average Price 1.63 1.48
 Exp. Sales_BF = 900 - 393 * 1.53 + 61* 1.48 = 389 (+11%)
Exp. Sales_KR = 155 + 55 * 1.53 – 116* 1.48 = 68 (-8%)
1.53
Group Exercise: Best Foods VS. Kraft
• Q6: Now assume that Kraft decrease its price by $0.1.
What will happen to the sales of both brands?
Best Foods Kraft
Average Sales 350 73
Average Price 1.63 1.48
 Exp. Sales_BF = 900 - 393 * 1.63 + 61* 1.38 = 344 (-2%)
Exp. Sales_KR = 155 + 55 * 1.63 – 116* 1.38 = 85 (+16%)
1.38
Group Exercise: Best Foods VS. Kraft
Best Foods Kraft Total
Average Sales 350 73 423
Best Foods Price ↓ $0.1
389 68 457
(+11%) (-8%) (+8%)
Kraft Price ↓ $0.1
344 85 429
(-2%) (+16%) (+1%)
Group Exercise: Best Foods VS. Kraft
• Q7: Now assume that the cost of BF is $1. What is the
BF’s expected profit?
Exp.Profit = Exp.Sales * ( Price – Cost )
Coefficients Standard Error t Stat
Intercept 900.80 58.06 15.52
Price_BF -392.88 32.88 -11.95
Price_KR 61.25 23.29 2.63
Best Foods Kraft
Average Price 1.63 1.48
Exp.Sales 350 =
Exp.Profit 221=
1
2
3
4 51 2 3+ +X X
X ( - 1)
4
4
5
• Q8: What is the optimal price that maximizes the BF’s
profit? Hint: Use “Solver”
Best Foods Kraft
Average Price 1.76 1.48
Exp.Sales 299
Exp.Profit 228
Optimal
Solution

Weitere ähnliche Inhalte

Was ist angesagt?

Was ist angesagt? (20)

Multiple linear regression
Multiple linear regressionMultiple linear regression
Multiple linear regression
 
Simple linear regression
Simple linear regressionSimple linear regression
Simple linear regression
 
Regression analysis
Regression analysisRegression analysis
Regression analysis
 
Time Series
Time SeriesTime Series
Time Series
 
Dummy variables
Dummy variablesDummy variables
Dummy variables
 
Multiple Linear Regression
Multiple Linear Regression Multiple Linear Regression
Multiple Linear Regression
 
Simple Linear Regression: Step-By-Step
Simple Linear Regression: Step-By-StepSimple Linear Regression: Step-By-Step
Simple Linear Regression: Step-By-Step
 
PCA
PCAPCA
PCA
 
Simple & Multiple Regression Analysis
Simple & Multiple Regression AnalysisSimple & Multiple Regression Analysis
Simple & Multiple Regression Analysis
 
Chi square mahmoud
Chi square mahmoudChi square mahmoud
Chi square mahmoud
 
Lesson 2 stationary_time_series
Lesson 2 stationary_time_seriesLesson 2 stationary_time_series
Lesson 2 stationary_time_series
 
Linear regression
Linear regressionLinear regression
Linear regression
 
Logistic Regression Analysis
Logistic Regression AnalysisLogistic Regression Analysis
Logistic Regression Analysis
 
Correlation and regression analysis
Correlation and regression analysisCorrelation and regression analysis
Correlation and regression analysis
 
Regression analysis
Regression analysisRegression analysis
Regression analysis
 
Logistic regression
Logistic regressionLogistic regression
Logistic regression
 
Blue property assumptions.
Blue property assumptions.Blue property assumptions.
Blue property assumptions.
 
Regression analysis
Regression analysisRegression analysis
Regression analysis
 
Regression analysis ppt
Regression analysis pptRegression analysis ppt
Regression analysis ppt
 
Regression
Regression Regression
Regression
 

Andere mochten auch

Chapter 4 - multiple regression
Chapter 4  - multiple regressionChapter 4  - multiple regression
Chapter 4 - multiple regressionTauseef khan
 
Multiple regression in spss
Multiple regression in spssMultiple regression in spss
Multiple regression in spssDr. Ravneet Kaur
 
Income & expenditure ppt
Income & expenditure pptIncome & expenditure ppt
Income & expenditure pptMsOBrien
 
Eco Basic 1 8
Eco Basic 1 8Eco Basic 1 8
Eco Basic 1 8kit11229
 
Linear Regression Using SPSS
Linear Regression Using SPSSLinear Regression Using SPSS
Linear Regression Using SPSSDr Athar Khan
 
Статистикийн үндсэн аргууд түүний хэрэглээ
Статистикийн үндсэн аргууд түүний хэрэглээСтатистикийн үндсэн аргууд түүний хэрэглээ
Статистикийн үндсэн аргууд түүний хэрэглээTuul Tuul
 

Andere mochten auch (9)

Linear regression
Linear regression Linear regression
Linear regression
 
Chapter 4 - multiple regression
Chapter 4  - multiple regressionChapter 4  - multiple regression
Chapter 4 - multiple regression
 
Chapter 15
Chapter 15 Chapter 15
Chapter 15
 
Chapter 14
Chapter 14 Chapter 14
Chapter 14
 
Multiple regression in spss
Multiple regression in spssMultiple regression in spss
Multiple regression in spss
 
Income & expenditure ppt
Income & expenditure pptIncome & expenditure ppt
Income & expenditure ppt
 
Eco Basic 1 8
Eco Basic 1 8Eco Basic 1 8
Eco Basic 1 8
 
Linear Regression Using SPSS
Linear Regression Using SPSSLinear Regression Using SPSS
Linear Regression Using SPSS
 
Статистикийн үндсэн аргууд түүний хэрэглээ
Статистикийн үндсэн аргууд түүний хэрэглээСтатистикийн үндсэн аргууд түүний хэрэглээ
Статистикийн үндсэн аргууд түүний хэрэглээ
 

Ähnlich wie Multiple Regression Analysis

Dummy Variable Regression Analysis
Dummy Variable Regression AnalysisDummy Variable Regression Analysis
Dummy Variable Regression AnalysisMinha Hwang
 
Promotion Analytics - Module 2: Model and Estimation
Promotion Analytics - Module 2: Model and EstimationPromotion Analytics - Module 2: Model and Estimation
Promotion Analytics - Module 2: Model and EstimationMinha Hwang
 
Walmart Sales Prediction Using Rapidminer Prepared by Naga.docx
Walmart Sales Prediction Using Rapidminer Prepared by  Naga.docxWalmart Sales Prediction Using Rapidminer Prepared by  Naga.docx
Walmart Sales Prediction Using Rapidminer Prepared by Naga.docxcelenarouzie
 
Boots promotion-presentation arvind-iitb
Boots promotion-presentation arvind-iitbBoots promotion-presentation arvind-iitb
Boots promotion-presentation arvind-iitbarvind patel
 
Conjoint Analysis Part 3/3 - Market Simulator
Conjoint Analysis Part 3/3 - Market SimulatorConjoint Analysis Part 3/3 - Market Simulator
Conjoint Analysis Part 3/3 - Market SimulatorMinha Hwang
 
Promotion Analytics in Consumer Electronics - Module 1: Data
Promotion Analytics in Consumer Electronics - Module 1: DataPromotion Analytics in Consumer Electronics - Module 1: Data
Promotion Analytics in Consumer Electronics - Module 1: DataMinha Hwang
 
Location based sales forecast for superstores
Location based sales forecast for superstoresLocation based sales forecast for superstores
Location based sales forecast for superstoresThaiQuants
 
Wang ke mining revenue-maximizing bundling configuration
Wang ke mining revenue-maximizing bundling configurationWang ke mining revenue-maximizing bundling configuration
Wang ke mining revenue-maximizing bundling configurationjins0618
 
Economies of scale to exploit quantity discount
Economies of scale to exploit quantity discountEconomies of scale to exploit quantity discount
Economies of scale to exploit quantity discountVishal Gupta
 
13 6e sm module 09
13 6e sm module 0913 6e sm module 09
13 6e sm module 09ahmadUzair16
 
Melda Elmas-Project1-ppt.pptx
Melda Elmas-Project1-ppt.pptxMelda Elmas-Project1-ppt.pptx
Melda Elmas-Project1-ppt.pptxImelda903061
 
Statr session 21 and 22
Statr session 21 and 22Statr session 21 and 22
Statr session 21 and 22Ruru Chowdhury
 
Statistics project2
Statistics project2Statistics project2
Statistics project2shri1984
 
Price movement prediction in Hong Kong equity market
Price movement prediction in Hong Kong equity marketPrice movement prediction in Hong Kong equity market
Price movement prediction in Hong Kong equity marketTc. Ying
 
PPC Masters 2016 - Query Power - Breaking Down Search Queries to Improve our ...
PPC Masters 2016 - Query Power - Breaking Down Search Queries to Improve our ...PPC Masters 2016 - Query Power - Breaking Down Search Queries to Improve our ...
PPC Masters 2016 - Query Power - Breaking Down Search Queries to Improve our ...Clean Digital
 
Webinar "The art of pricing"
Webinar "The art of pricing"Webinar "The art of pricing"
Webinar "The art of pricing"SKIM
 

Ähnlich wie Multiple Regression Analysis (20)

Ahp
AhpAhp
Ahp
 
Dummy Variable Regression Analysis
Dummy Variable Regression AnalysisDummy Variable Regression Analysis
Dummy Variable Regression Analysis
 
Promotion Analytics - Module 2: Model and Estimation
Promotion Analytics - Module 2: Model and EstimationPromotion Analytics - Module 2: Model and Estimation
Promotion Analytics - Module 2: Model and Estimation
 
Walmart Sales Prediction Using Rapidminer Prepared by Naga.docx
Walmart Sales Prediction Using Rapidminer Prepared by  Naga.docxWalmart Sales Prediction Using Rapidminer Prepared by  Naga.docx
Walmart Sales Prediction Using Rapidminer Prepared by Naga.docx
 
Strategic approachppg v02
Strategic approachppg v02Strategic approachppg v02
Strategic approachppg v02
 
Boots promotion-presentation arvind-iitb
Boots promotion-presentation arvind-iitbBoots promotion-presentation arvind-iitb
Boots promotion-presentation arvind-iitb
 
Conjoint Analysis Part 3/3 - Market Simulator
Conjoint Analysis Part 3/3 - Market SimulatorConjoint Analysis Part 3/3 - Market Simulator
Conjoint Analysis Part 3/3 - Market Simulator
 
Promotion Analytics in Consumer Electronics - Module 1: Data
Promotion Analytics in Consumer Electronics - Module 1: DataPromotion Analytics in Consumer Electronics - Module 1: Data
Promotion Analytics in Consumer Electronics - Module 1: Data
 
Location based sales forecast for superstores
Location based sales forecast for superstoresLocation based sales forecast for superstores
Location based sales forecast for superstores
 
Notes 3-6
Notes 3-6Notes 3-6
Notes 3-6
 
Wang ke mining revenue-maximizing bundling configuration
Wang ke mining revenue-maximizing bundling configurationWang ke mining revenue-maximizing bundling configuration
Wang ke mining revenue-maximizing bundling configuration
 
Economies of scale to exploit quantity discount
Economies of scale to exploit quantity discountEconomies of scale to exploit quantity discount
Economies of scale to exploit quantity discount
 
13 6e sm module 09
13 6e sm module 0913 6e sm module 09
13 6e sm module 09
 
Melda Elmas-Project1-ppt.pptx
Melda Elmas-Project1-ppt.pptxMelda Elmas-Project1-ppt.pptx
Melda Elmas-Project1-ppt.pptx
 
Statr session 21 and 22
Statr session 21 and 22Statr session 21 and 22
Statr session 21 and 22
 
Statistics project2
Statistics project2Statistics project2
Statistics project2
 
Price movement prediction in Hong Kong equity market
Price movement prediction in Hong Kong equity marketPrice movement prediction in Hong Kong equity market
Price movement prediction in Hong Kong equity market
 
PPC Masters 2016 - Query Power - Breaking Down Search Queries to Improve our ...
PPC Masters 2016 - Query Power - Breaking Down Search Queries to Improve our ...PPC Masters 2016 - Query Power - Breaking Down Search Queries to Improve our ...
PPC Masters 2016 - Query Power - Breaking Down Search Queries to Improve our ...
 
ppt2.pptx
ppt2.pptxppt2.pptx
ppt2.pptx
 
Webinar "The art of pricing"
Webinar "The art of pricing"Webinar "The art of pricing"
Webinar "The art of pricing"
 

Mehr von Minha Hwang

Marketing Experiment - Part II: Analysis
Marketing Experiment - Part II: Analysis Marketing Experiment - Part II: Analysis
Marketing Experiment - Part II: Analysis Minha Hwang
 
Marketing Experimentation - Part I
Marketing Experimentation - Part IMarketing Experimentation - Part I
Marketing Experimentation - Part IMinha Hwang
 
Introduction to Recommendation System
Introduction to Recommendation SystemIntroduction to Recommendation System
Introduction to Recommendation SystemMinha Hwang
 
Introduction to Regression Analysis
Introduction to Regression AnalysisIntroduction to Regression Analysis
Introduction to Regression AnalysisMinha Hwang
 
Introduction to Text Mining
Introduction to Text MiningIntroduction to Text Mining
Introduction to Text MiningMinha Hwang
 
Conjoint Analysis - Part 2/3
Conjoint Analysis - Part 2/3Conjoint Analysis - Part 2/3
Conjoint Analysis - Part 2/3Minha Hwang
 
Conjoint Analysis - Part 1/3
Conjoint Analysis - Part 1/3Conjoint Analysis - Part 1/3
Conjoint Analysis - Part 1/3Minha Hwang
 
Marketing Research - Perceptual Map
Marketing Research - Perceptual MapMarketing Research - Perceptual Map
Marketing Research - Perceptual MapMinha Hwang
 
Channel capabilities, product characteristics, and impacts of mobile channel ...
Channel capabilities, product characteristics, and impacts of mobile channel ...Channel capabilities, product characteristics, and impacts of mobile channel ...
Channel capabilities, product characteristics, and impacts of mobile channel ...Minha Hwang
 
From Online to Mobile - Impact of Consumers' Online Purchase Behaviors on Mob...
From Online to Mobile - Impact of Consumers' Online Purchase Behaviors on Mob...From Online to Mobile - Impact of Consumers' Online Purchase Behaviors on Mob...
From Online to Mobile - Impact of Consumers' Online Purchase Behaviors on Mob...Minha Hwang
 

Mehr von Minha Hwang (10)

Marketing Experiment - Part II: Analysis
Marketing Experiment - Part II: Analysis Marketing Experiment - Part II: Analysis
Marketing Experiment - Part II: Analysis
 
Marketing Experimentation - Part I
Marketing Experimentation - Part IMarketing Experimentation - Part I
Marketing Experimentation - Part I
 
Introduction to Recommendation System
Introduction to Recommendation SystemIntroduction to Recommendation System
Introduction to Recommendation System
 
Introduction to Regression Analysis
Introduction to Regression AnalysisIntroduction to Regression Analysis
Introduction to Regression Analysis
 
Introduction to Text Mining
Introduction to Text MiningIntroduction to Text Mining
Introduction to Text Mining
 
Conjoint Analysis - Part 2/3
Conjoint Analysis - Part 2/3Conjoint Analysis - Part 2/3
Conjoint Analysis - Part 2/3
 
Conjoint Analysis - Part 1/3
Conjoint Analysis - Part 1/3Conjoint Analysis - Part 1/3
Conjoint Analysis - Part 1/3
 
Marketing Research - Perceptual Map
Marketing Research - Perceptual MapMarketing Research - Perceptual Map
Marketing Research - Perceptual Map
 
Channel capabilities, product characteristics, and impacts of mobile channel ...
Channel capabilities, product characteristics, and impacts of mobile channel ...Channel capabilities, product characteristics, and impacts of mobile channel ...
Channel capabilities, product characteristics, and impacts of mobile channel ...
 
From Online to Mobile - Impact of Consumers' Online Purchase Behaviors on Mob...
From Online to Mobile - Impact of Consumers' Online Purchase Behaviors on Mob...From Online to Mobile - Impact of Consumers' Online Purchase Behaviors on Mob...
From Online to Mobile - Impact of Consumers' Online Purchase Behaviors on Mob...
 

Kürzlich hochgeladen

Common Culture: Paul Willis Symbolic Creativity
Common Culture: Paul Willis Symbolic CreativityCommon Culture: Paul Willis Symbolic Creativity
Common Culture: Paul Willis Symbolic CreativityMonishka Adhikari
 
McDonald's: A Journey Through Time (PPT)
McDonald's: A Journey Through Time (PPT)McDonald's: A Journey Through Time (PPT)
McDonald's: A Journey Through Time (PPT)DEVARAJV16
 
Storyboards for my Final Major Project Video
Storyboards for my Final Major Project VideoStoryboards for my Final Major Project Video
Storyboards for my Final Major Project VideoSineadBidwell
 
Understanding the Affiliate Marketing Channel; the short guide
Understanding the Affiliate Marketing Channel; the short guideUnderstanding the Affiliate Marketing Channel; the short guide
Understanding the Affiliate Marketing Channel; the short guidePartnercademy
 
Michael Kors marketing assignment swot analysis
Michael Kors marketing assignment swot analysisMichael Kors marketing assignment swot analysis
Michael Kors marketing assignment swot analysisjunaid794917
 
5 Digital Marketing Tips | Devherds Software Solutions
5 Digital Marketing Tips | Devherds Software Solutions5 Digital Marketing Tips | Devherds Software Solutions
5 Digital Marketing Tips | Devherds Software SolutionsDevherds Software Solutions
 
2024's Top PPC Tactics: Triple Your Google Ads Local Leads
2024's Top PPC Tactics: Triple Your Google Ads Local Leads2024's Top PPC Tactics: Triple Your Google Ads Local Leads
2024's Top PPC Tactics: Triple Your Google Ads Local LeadsSearch Engine Journal
 
Influencer Marketing Power point presentation
Influencer Marketing  Power point presentationInfluencer Marketing  Power point presentation
Influencer Marketing Power point presentationdgtivemarketingagenc
 
Best digital marketing e-book form bignners
Best digital marketing e-book form bignnersBest digital marketing e-book form bignners
Best digital marketing e-book form bignnersmuntasibkhan58
 
ASO Process: What is App Store Optimization
ASO Process: What is App Store OptimizationASO Process: What is App Store Optimization
ASO Process: What is App Store OptimizationAli Raza
 
Codes and Conventions of Film Magazine Covers.pptx
Codes and Conventions of Film Magazine Covers.pptxCodes and Conventions of Film Magazine Covers.pptx
Codes and Conventions of Film Magazine Covers.pptxGeorgeCulica
 
SEO and Digital PR - How to Connect Your Teams to Maximise Success
SEO and Digital PR - How to Connect Your Teams to Maximise SuccessSEO and Digital PR - How to Connect Your Teams to Maximise Success
SEO and Digital PR - How to Connect Your Teams to Maximise SuccessLiv Day
 
Digital Marketing Courses In Pune- school Of Internet Marketing
Digital Marketing Courses In Pune- school Of Internet MarketingDigital Marketing Courses In Pune- school Of Internet Marketing
Digital Marketing Courses In Pune- school Of Internet MarketingShauryaBadaya
 
Miss Immigrant USA Activity Pageant Program.pdf
Miss Immigrant USA Activity Pageant Program.pdfMiss Immigrant USA Activity Pageant Program.pdf
Miss Immigrant USA Activity Pageant Program.pdfMagdalena Kulisz
 
Codes and Conventions of Film Magazine Websites.pptx
Codes and Conventions of Film Magazine Websites.pptxCodes and Conventions of Film Magazine Websites.pptx
Codes and Conventions of Film Magazine Websites.pptxGeorgeCulica
 
The Evolution of Internet : How consumers use technology and its impact on th...
The Evolution of Internet : How consumers use technology and its impact on th...The Evolution of Internet : How consumers use technology and its impact on th...
The Evolution of Internet : How consumers use technology and its impact on th...sowmyrao14
 
Infographics about SEO strategies and uses
Infographics about SEO strategies and usesInfographics about SEO strategies and uses
Infographics about SEO strategies and usesbhavanirupeshmoksha
 
A Comprehensive Guide to Technical SEO | Banyanbrain
A Comprehensive Guide to Technical SEO | BanyanbrainA Comprehensive Guide to Technical SEO | Banyanbrain
A Comprehensive Guide to Technical SEO | BanyanbrainBanyanbrain
 
DIGITAL MARKETING STRATEGY_INFOGRAPHIC IMAGE.pdf
DIGITAL MARKETING STRATEGY_INFOGRAPHIC IMAGE.pdfDIGITAL MARKETING STRATEGY_INFOGRAPHIC IMAGE.pdf
DIGITAL MARKETING STRATEGY_INFOGRAPHIC IMAGE.pdfmayanksharma0441
 
TAM AdEx 2023 Cross Media Advertising Recap - Auto Sector
TAM AdEx 2023 Cross Media Advertising Recap - Auto SectorTAM AdEx 2023 Cross Media Advertising Recap - Auto Sector
TAM AdEx 2023 Cross Media Advertising Recap - Auto SectorSocial Samosa
 

Kürzlich hochgeladen (20)

Common Culture: Paul Willis Symbolic Creativity
Common Culture: Paul Willis Symbolic CreativityCommon Culture: Paul Willis Symbolic Creativity
Common Culture: Paul Willis Symbolic Creativity
 
McDonald's: A Journey Through Time (PPT)
McDonald's: A Journey Through Time (PPT)McDonald's: A Journey Through Time (PPT)
McDonald's: A Journey Through Time (PPT)
 
Storyboards for my Final Major Project Video
Storyboards for my Final Major Project VideoStoryboards for my Final Major Project Video
Storyboards for my Final Major Project Video
 
Understanding the Affiliate Marketing Channel; the short guide
Understanding the Affiliate Marketing Channel; the short guideUnderstanding the Affiliate Marketing Channel; the short guide
Understanding the Affiliate Marketing Channel; the short guide
 
Michael Kors marketing assignment swot analysis
Michael Kors marketing assignment swot analysisMichael Kors marketing assignment swot analysis
Michael Kors marketing assignment swot analysis
 
5 Digital Marketing Tips | Devherds Software Solutions
5 Digital Marketing Tips | Devherds Software Solutions5 Digital Marketing Tips | Devherds Software Solutions
5 Digital Marketing Tips | Devherds Software Solutions
 
2024's Top PPC Tactics: Triple Your Google Ads Local Leads
2024's Top PPC Tactics: Triple Your Google Ads Local Leads2024's Top PPC Tactics: Triple Your Google Ads Local Leads
2024's Top PPC Tactics: Triple Your Google Ads Local Leads
 
Influencer Marketing Power point presentation
Influencer Marketing  Power point presentationInfluencer Marketing  Power point presentation
Influencer Marketing Power point presentation
 
Best digital marketing e-book form bignners
Best digital marketing e-book form bignnersBest digital marketing e-book form bignners
Best digital marketing e-book form bignners
 
ASO Process: What is App Store Optimization
ASO Process: What is App Store OptimizationASO Process: What is App Store Optimization
ASO Process: What is App Store Optimization
 
Codes and Conventions of Film Magazine Covers.pptx
Codes and Conventions of Film Magazine Covers.pptxCodes and Conventions of Film Magazine Covers.pptx
Codes and Conventions of Film Magazine Covers.pptx
 
SEO and Digital PR - How to Connect Your Teams to Maximise Success
SEO and Digital PR - How to Connect Your Teams to Maximise SuccessSEO and Digital PR - How to Connect Your Teams to Maximise Success
SEO and Digital PR - How to Connect Your Teams to Maximise Success
 
Digital Marketing Courses In Pune- school Of Internet Marketing
Digital Marketing Courses In Pune- school Of Internet MarketingDigital Marketing Courses In Pune- school Of Internet Marketing
Digital Marketing Courses In Pune- school Of Internet Marketing
 
Miss Immigrant USA Activity Pageant Program.pdf
Miss Immigrant USA Activity Pageant Program.pdfMiss Immigrant USA Activity Pageant Program.pdf
Miss Immigrant USA Activity Pageant Program.pdf
 
Codes and Conventions of Film Magazine Websites.pptx
Codes and Conventions of Film Magazine Websites.pptxCodes and Conventions of Film Magazine Websites.pptx
Codes and Conventions of Film Magazine Websites.pptx
 
The Evolution of Internet : How consumers use technology and its impact on th...
The Evolution of Internet : How consumers use technology and its impact on th...The Evolution of Internet : How consumers use technology and its impact on th...
The Evolution of Internet : How consumers use technology and its impact on th...
 
Infographics about SEO strategies and uses
Infographics about SEO strategies and usesInfographics about SEO strategies and uses
Infographics about SEO strategies and uses
 
A Comprehensive Guide to Technical SEO | Banyanbrain
A Comprehensive Guide to Technical SEO | BanyanbrainA Comprehensive Guide to Technical SEO | Banyanbrain
A Comprehensive Guide to Technical SEO | Banyanbrain
 
DIGITAL MARKETING STRATEGY_INFOGRAPHIC IMAGE.pdf
DIGITAL MARKETING STRATEGY_INFOGRAPHIC IMAGE.pdfDIGITAL MARKETING STRATEGY_INFOGRAPHIC IMAGE.pdf
DIGITAL MARKETING STRATEGY_INFOGRAPHIC IMAGE.pdf
 
TAM AdEx 2023 Cross Media Advertising Recap - Auto Sector
TAM AdEx 2023 Cross Media Advertising Recap - Auto SectorTAM AdEx 2023 Cross Media Advertising Recap - Auto Sector
TAM AdEx 2023 Cross Media Advertising Recap - Auto Sector
 

Multiple Regression Analysis

  • 1. Class Outline • Multiple Regression Analysis • Application of Regression – Substitute goods VS. Complimentary goods • Group Exercise: Best Foods VS. Kraft
  • 3. Example – Sales Data Continued Market ID Sales Price Competitor Price 1 228 2.2 2.2 2 216 2.7 2.9 3 223 2.4 2.4 4 207 2.9 2.6 5 216 2.8 2.4 6 247 2.2 2.5 7 233 2.0 2.2 8 249 2.3 2.7 9 239 2.1 2.4 10 209 2.7 2.4 11 214 2.8 2.4 12 236 2.6 3.0 13 218 2.6 2.1 14 191 2.9 2.2 15 223 2.6 3.0
  • 4. Example – Sales Data SALES COMPETITOR PRICE ADVERTISIGN PROMOTION COUPON DISPLAY •••••• PRICE
  • 5. • SALES = f ( Price, Competitor Price, Other factors ) • Assumptions of Regression Model 1. Linear Relationship Between SALES and PRICE 2. Linear Relationship Between SALES and COMPETITOR PRICE 3. Other factors follow N( ) 2 , ),0(~ ,CPricePriceSALES 2 21   Ni iiii  Competitor Price
  • 6. • Using data, we make inferences on , , and . • Our best guess on using the sample data: a • Our best guess on using the sample data: b1 • Our best guess on using the sample data: b2 • Determine a, b1, and b2 by minimizing the sum of squared errors  1  iiii   CPricePriceSALES 21 2 1 2
  • 7. Use of Regression Model 1. Prediction / Forecasting eg.) Price = 3; CPrice = 2 Exp. Sales=284.86–46.60*3+22.40*2+ Expected Value of ε =284.86–46.60*3+22.40*2 2. Relationship between variables One Unit Increase in Price  46.60 Units Decrease in Expected Sales One Unit Increase in CPrice  22.40 Units Increase in Expected Sales Sales=284.86–46.60*Price+22.40*CPrice+ε
  • 8. Exercise • Use “Regression Exercise 3.xlsx => Multiple Regression 1” • Use Excel “Solver” and “Data Analysis”
  • 9. In-Class Exercise • Use “Regression Exercise 3.xlsx”  Multiple Regression 2 • Q1: Estimate a, b1,and b2 • Q2: Compute the average of errors • Q3: Compute the expected sales when Price=3; CPrice=2 • Q4: Compute the expected sales when Price=2; CPrice=3 • Q5: Compute the R-Square • Q6: Perform the same regression analysis using “Excel Data Analysis”
  • 10. Regression Statistics Multiple R 0.85 R Square 0.73 Adjusted R Square 0.68 Standard Error 7.83 Observations 15.00 ANOVA df SS MS F Significance F Regression 2.00 1984.27992.13 16.19 0.00 Residual 12.00 735.33 61.28 Total 14.00 2719.60 Coefficients Standard Error t Stat P-value Lower 95% Upper 95% Intercept 419.95 37.40 11.23 0.00 338.46 501.45 Price -42.80 8.30 -5.15 0.00 -60.89 -24.70 Cprice 4.39 9.74 0.45 0.66 -16.82 25.60
  • 11. Application of Regression Model Substitute Good VS. Complimentary Good • Substitute goods: replace each other in use Margarine and butter Tea and coffee Sales_Tea = a + b1 * Price_Tea + b2 * Price_Coffee + ε • Complimentary goods: complement each other in use Hotdog and hotdog bun Hardware and software Sales_Hard = a + b1 * Price_Hard + b2 * Price_Soft + ε + or - ? + or - ?
  • 12. Application of Regression Model Substitute Good VS. Complimentary Good • Coke vs. Pepsi • Coke vs. Sierra Mist (?) • Why important? – Identify _________________
  • 13. Samuel Adams – Brewer & Patriot • Relationship between Beer and Tea: Substitute goods • Sales_Beer = a + b1 * Price_Beer + b2 * Price_Tea + ε • b2: ( + ) or ( - ) ? • Tea supply ↓ Tea price ↑  Sales_Beer ? • For Sam, Good or Bad ?
  • 14. Group Exercise Analysis of Mayonnaise Market Best Foods VS. Kraft Strategic Pricing
  • 15. Group Exercise: Best Foods VS. Kraft • Use “PHXMayoData.xlsx” • 173 weeks (2002-2005) • A grocery store in Phoenix area • Sales and Prices of Best Foods (BF) Mayo and Kraft (KR) Mayo Week Sales_BF Sales_KR Price_BF Price_KR 1 455 135 1.61 1.02 2 530 63 1.34 1.29 3 527 41 1.38 1.63 4 418 71 1.44 1.53 5 380 34 1.62 1.71 : : : : :
  • 16. Group Exercise: Best Foods VS. Kraft • Q1: Compute average sales and average prices for both brands. What can we infer about this market from these numbers?  Use “=average( )” Best Foods Kraft Average Sales 350 73 Average Price 1.63 1.48
  • 17. Group Exercise: Best Foods VS. Kraft • Q2: Perform regression analysis – Model1: Sales_BF = a + b1* Price_BF + b2* Price_KR + Error – Model2: Sales_KR = a + b1* Price_BF + b2* Price_KR + Error  Use “Data Analysis – Regression” Model 1 Model 2
  • 18. • Q3: Interpret the results – Model1 (Best Foods) Sales_BF = a + b1* Price_BF + b2* Price_KR + ε
  • 19. • Q3: Interpret the results – Model2 (Kraft) Sales_KR = a + b1* Price_BF + b2* Price_KR + ε
  • 20. Group Exercise: Best Foods VS. Kraft • Q4: Compute the expected sales of both brands when Price_BF = average of Price_BF’s Price_KR = average of Price_KR’s  Sales_BF = 900 - 393 * Price_BF + 61* Price_KR + ε  Sales_KR = 155 + 55 * Price_BF – 116* Price_KR + ε
  • 21. Group Exercise: Best Foods VS. Kraft Best Foods Kraft Average Sales 350 73 Average Price 1.63 1.48  Exp. Sales_BF = 900 - 393 * 1.63 + 61* 1.48 = 350 Exp. Sales_KR = 155 + 55 * 1.63 – 116* 1.48 = 73
  • 22. Group Exercise: Best Foods VS. Kraft • Q5: Now assume that Best Foods decrease its price by $0.1. What will happen to the sales of both brands? Best Foods Kraft Average Sales 350 73 Average Price 1.63 1.48  Exp. Sales_BF = 900 - 393 * 1.53 + 61* 1.48 = 389 (+11%) Exp. Sales_KR = 155 + 55 * 1.53 – 116* 1.48 = 68 (-8%) 1.53
  • 23. Group Exercise: Best Foods VS. Kraft • Q6: Now assume that Kraft decrease its price by $0.1. What will happen to the sales of both brands? Best Foods Kraft Average Sales 350 73 Average Price 1.63 1.48  Exp. Sales_BF = 900 - 393 * 1.63 + 61* 1.38 = 344 (-2%) Exp. Sales_KR = 155 + 55 * 1.63 – 116* 1.38 = 85 (+16%) 1.38
  • 24. Group Exercise: Best Foods VS. Kraft Best Foods Kraft Total Average Sales 350 73 423 Best Foods Price ↓ $0.1 389 68 457 (+11%) (-8%) (+8%) Kraft Price ↓ $0.1 344 85 429 (-2%) (+16%) (+1%)
  • 25. Group Exercise: Best Foods VS. Kraft • Q7: Now assume that the cost of BF is $1. What is the BF’s expected profit? Exp.Profit = Exp.Sales * ( Price – Cost ) Coefficients Standard Error t Stat Intercept 900.80 58.06 15.52 Price_BF -392.88 32.88 -11.95 Price_KR 61.25 23.29 2.63 Best Foods Kraft Average Price 1.63 1.48 Exp.Sales 350 = Exp.Profit 221= 1 2 3 4 51 2 3+ +X X X ( - 1) 4 4 5
  • 26. • Q8: What is the optimal price that maximizes the BF’s profit? Hint: Use “Solver” Best Foods Kraft Average Price 1.76 1.48 Exp.Sales 299 Exp.Profit 228 Optimal Solution