SlideShare a Scribd company logo
1 of 41
Correlation and Linear
Regression
Chapter 13
McGraw-Hill/Irwin Copyright © 2013 by The McGraw-Hill Companies, Inc. All rights reserved.
Revision: Last Chapter
LEARNING OBJECTIVES
LO 13-3 Apply regression analysis to estimate the linear relationship between
two variables
LO 13-4 Interpret the regression analysis.
LO 13-6 Evaluate a regression equation to predict the dependent variable.
A Straight Line Equation: y = mx + c
13-3
Regression Analysis – Introduction
In this chapter, we will:
 Use numerical measures to express the strength of the relationship between two variables.
 Develop an equation to express the relationship between variables.
 Use the equation to estimate one variable on the basis of another.
EXAMPLES
Does the amount Healthtex spends per month on training its sales force affect its monthly sales?
Is the number of square feet in a home related to the cost to heat the home in January?
In a study of fuel efficiency, is there a relationship between miles per gallon and the weight of a car?
Does the number of hours that students studied for an exam influence the exam score?
Let us Watch a Short Video (5 minutes)
13-4
Dependent (DV) vs. Independent Variable (IV)
The dependent variable (Y) is the variable being predicted or
estimated.
The independent variable (Xs)provides the basis for estimation. It is
the predictor variable.
In the questions below, which are the dependent and independent variables?
1. Does the amount Healthtex spends per month on training its sales force affect
its monthly sales?
2. Is the number of square feet in a home related to the cost to heat the home in
January?
3. In a study of fuel efficiency, is there a relationship between miles per gallon and
the weight of a car?
4. Does the number of hours that students studied for an exam influence the
exam score? CGPA (Y/DV) = Intercept + Hours of Study (X/IV)
LO 13-1 Define the terms dependent
variable and independent variable.
13-5
Scatter Diagram Example
The sales manager of Copier Sales of America, wants to determine whether
there is a relationship between the number of sales calls made in a
month and the number of copiers sold that month. The manager selects
a random sample of 10 representatives and determines the number of
sales calls each representative made last month and the number of
copiers sold.
LO 13-1
13-6
The Coefficient of Correlation, r
 Shows the direction and strength of the linear relationship between two interval or ratio-
scale variables.
 Ranges from –1.00 to +1.00.
 Values of –1.00 or +1.00 indicate perfect and strong correlation.
 Values close to 0.0 indicate weak correlation.
 Negative values indicate an inverse relationship, and positive values indicate a direct
relationship.
The coefficient of correlation (r) is a measure of the strength of the
relationship between two variables.
LO 13-2 Calculate, test, and interpret the relationship between
two variables using the correlation coefficient.
13-7
Correlation Coefficient – Interpretation
LO 13-2
13-8
Correlation Coefficient – Example
Using the Copier Sales of America data,
which is shown here in a scatter
plot, compute the correlation
coefficient and coefficient of
determination.
Using the formula:
LO 13-2
13-9
Correlation Coefficient – Example
What does correlation of 0.759 mean?
It is positive–a direct relationship between the number of sales calls and the
number of copiers sold.
0.759 is fairly close to 1.00–the association is strong.
LO 13-2
13-10
Testing the Significance of
the Correlation Coefficient
H0:  = 0 (the correlation in the population is 0)
H1:  ≠ 0 (the correlation in the population is not 0)
Reject H0 if:
computed t > critical t or computed t < −critical t
LO 13-2
13-11
Testing the Significance of
the Correlation Coefficient – Copier Sales Example
H0:  = 0 (the correlation in the population is 0)
H1:  ≠ 0 (the correlation in the population is not 0)
Reject H0 if:
computed t > critical t or
computed t < −critical t
d.f. = n − 2 = 10 − 2 = 8
Excel function: =tinv(.05,8)
LO 13-2
13-12
Testing the Significance of
the Correlation Coefficient – Copier Sales Example
Computed t (3.297) is greater than critical t (2.306).
Conclude: Reject H0.
Interpretation: The correlation in the population is not zero.
Computing t, we get
LO 13-2
13-13
Minitab Scatter Plots
No correlation
Weak negative
correlation
Strong positive
correlation
LO 13-2
13-14
Regression Analysis
In regression analysis, we use the independent variable (X) to
estimate the dependent variable (Y).
 The relationship between the variables is linear.
 Both variables must be at least interval scale.
 The least squares criterion is used to determine the
equation.
REGRESSION EQUATION An equation that expresses the linear relationship
between two variables.
LEAST SQUARES PRINCIPLE Determining a regression equation by
minimizing the sum of the squares of the vertical distances between
the actual Y values and the predicted values of Y.
LO 13-3 Apply regression analysis to estimate the
linear relationship between two variables.
13-15
Linear Regression Model – General Form
LO 13-3
Where:
13-16
Regression Analysis –
Least Squares Principle
 The least squares principle is used to obtain a and b.
LO 13-3
13-17
Computing the Slope of the Line
and the Y-intercept
LO 13-3
where:
13-18
Regression Equation – Example
Recall the example involving
Copier Sales of America.
The sales manager
gathered information on
the number of sales calls
made and the number of
copiers sold for a random
sample of 10 sales
representatives. Use the
least squares method to
determine a linear equation
to express the relationship
between the two variables.
What is the expected number of
copiers sold by a
representative who made
20 calls?
LO 13-3
13-19
Finding and Fitting the Regression
Equation – Example
6316
.
42
)
20
(
1842
.
1
9476
.
18
1842
.
1
9476
.
18
:
is
equation
regression
The
^
^
^
^







Y
Y
X
Y
bX
a
Y
Step 1: Find the slope (b) of the line
Step 2: Find the Y-intercept (a)
LO 13-4 Interpret the regression analysis.
13-20
Testing the Significance of
the Slope – Copier Sales Example
H0: β = 0 (the slope of the linear model is 0)
H1: β ≠ 0 (the slope of the linear model is not 0)
Reject H0 if:
computed t > critical t or
computed t < −critical t
d.f. = n − 2 = 10 − 2 = 8, alpha = 0.05
LO 13-5 Evaluate the significance of the
slope of the regression equation.
Excel function: =tinv(.05,8)
13-21
Testing the Significance of
the Slope – Copier Sales Example
Compute the t-statistic and make a conclusion:
297
3
3591
0
0
1842
1
0
.
.
.





b
s
b
t
Conclusion: The slope of the equation is significantly different from zero.
LO 13-5
13-22
The Standard Error of Estimate
 The standard error of estimate measures the
scatter, or dispersion, of the observed values around
the line of regression.
 Formulas used to compute the standard error:
2
2
.







n
XY
b
Y
a
Y
s x
y
2
)
( 2
^
.




n
Y
Y
s x
y
LO 13-5
13-23
Standard Error of the Estimate – Example
Recall the example involving
Copier Sales of America.
The sales manager
determined the least
squares regression
equation as given below.
Determine the standard error
of estimate as a measure
of how well the values fit
the regression line.
X
Y 1842
.
1
9476
.
18
^


901
.
9
2
10
211
.
784
2
)
( 2
^
.







n
Y
Y
s x
y
LO 13-5
13-24
Standard Error of the Estimate – Excel
LO 13-5
13-25
Computing the Estimates of Y
Step 1: Using the regression equation, substitute the
value of each X to solve for the estimated sales
6316
.
42
)
20
(
1842
.
1
9476
.
18
1842
.
1
9476
.
18
Keller
Tom
^
^
^





Y
Y
X
Y
LO 13-6 Evaluate a regression equation to predict the dependent variable.
13-26
Computing the Estimates of Y
Step 1: Using the regression equation, substitute the
value of each X to solve for the estimated sales.
4736
.
54
)
30
(
1842
.
1
9476
.
18
1842
.
1
9476
.
18
Jones
Soni
^
^
^





Y
Y
X
Y
LO 13-6
13-27
Plotting the Estimated and the Actual Y’s
LO 13-6
13-28
Assumptions Underlying Linear
Regression
For each value of X, there is a group of Y values, and these
 Y values are normally distributed. The means of these normal
distributions of Y values all lie on the straight line of regression.
 The standard deviations of these normal distributions are equal.
 The Y values are statistically independent.
LO 13-6
13-29
Coefficient of Determination
 Value ranges from 0 to 1, or 0 to 100%.
 Does not give indication on the direction of the
relationship between the variables.
The coefficient of determination (r2) is the proportion of the
total variation in the dependent variable (Y) that is explained or
accounted for by the variation in the independent variable (X). It
is the square of the coefficient of correlation.
LO 13-7 Calculate and interpret the Coefficient of Determination.
13-30
Coefficient of Determination (r2) – Copier
Sales Example
The coefficient of determination, r2, is
0.576 (or 57.6%).
Found by (0.759)2.
Interpretation:
57.6 percent of the variation
in the number of copiers sold
is explained, by the variation
in the number of sales calls.
LO 13-7
13-31
Confidence Interval and
Prediction Interval Estimates of Y – SELF-STUDY
•A confidence interval reports the mean value of Y
for a given X.
•A prediction interval reports the range of values
of Y for a particular value of X.
LO 13-8 Calculate and interpret confidence and prediction intervals.
13-32
Confidence and Prediction Intervals – Minitab
Illustration – Useful for Master & PhD
LO 13-8
13-33
Confidence Interval Estimate – Example
We return to the Copier Sales of
America illustration. Determine a
95% confidence interval for all
sales representatives who make
25 calls.
LO 13-8
13-34
Confidence Interval Estimate – Example
Step 1: Compute the point estimate of Y.
In other words, determine the number of copiers we expect a sales
representative to sell if he or she makes 25 calls.
5526
.
48
)
25
(
1842
.
1
9476
.
18
1842
.
1
9476
.
18
:
is
equation
regression
The
^
^
^





Y
Y
X
Y
LO 13-8
13-35
Confidence Interval Estimate – Example
Step 2: Find the value of t
 First, find the number of
degrees of freedom.
d.f. = n – 2 = 10 – 2 = 8.
 Using a 95% confidence
level and d.f. 8, obtain t
using Appendix B.2.
 t is 2.306.
LO 13-8
13-36
Confidence Interval Estimate – Example
 2
X
X 
 
 
2
X
X
Step 3: Compute and .
 2
X
X 
LO 13-8
13-37
Confidence Interval Estimate – Example
Step 4: Use the formula above by substituting the numbers computed
in previous slides.
Thus, the 95% confidence interval for the average sales of all sales
representatives who make 25 calls is from 40.9170 up to 56.1882
copiers.
LO 13-8
13-38
Prediction Interval Estimate – Example
We return to the Copier Sales
of America illustration.
Suppose Sheila Baker, a
West Coast sales
representative, makes 25
sale calls.
Determine the 95% interval
estimate for the actual
number of copiers she will
sell.
LO 13-8
13-39
Prediction Interval Estimate – Example
Step 1: Compute the point estimate of Y when X = 25.
5526
.
48
)
25
(
1842
.
1
9476
.
18
1842
.
1
9476
.
18
:
is
equation
regression
The
^
^
^





Y
Y
X
Y
LO 13-8
13-40
Prediction Interval Estimate – Example
Step 2: Use the information computed earlier in the
confidence interval estimation example.
The number of copiers she will sell will be between about 24 and 73.
LO 13-8
13-41

More Related Content

Similar to Chap013.ppt

Chapter 15Multiple Regression and Model BuildingCo
Chapter 15Multiple Regression and Model BuildingCoChapter 15Multiple Regression and Model BuildingCo
Chapter 15Multiple Regression and Model BuildingCoEstelaJeffery653
 
Multiple Regression.ppt
Multiple Regression.pptMultiple Regression.ppt
Multiple Regression.pptTanyaWadhwani4
 
manecohuhuhuhubasicEstimation-1.pptx
manecohuhuhuhubasicEstimation-1.pptxmanecohuhuhuhubasicEstimation-1.pptx
manecohuhuhuhubasicEstimation-1.pptxasdfg hjkl
 
Multiple Linear Regression.pptx
Multiple Linear Regression.pptxMultiple Linear Regression.pptx
Multiple Linear Regression.pptxBHUSHANKPATEL
 
Simple lin regress_inference
Simple lin regress_inferenceSimple lin regress_inference
Simple lin regress_inferenceKemal İnciroğlu
 
Lecture 13 Regression & Correlation.ppt
Lecture 13 Regression & Correlation.pptLecture 13 Regression & Correlation.ppt
Lecture 13 Regression & Correlation.pptshakirRahman10
 
linear Regression, multiple Regression and Annova
linear Regression, multiple Regression and Annovalinear Regression, multiple Regression and Annova
linear Regression, multiple Regression and AnnovaMansi Rastogi
 
Marketing Engineering Notes
Marketing Engineering NotesMarketing Engineering Notes
Marketing Engineering NotesFelipe Affonso
 
The future is uncertain. Some events do have a very small probabil.docx
The future is uncertain. Some events do have a very small probabil.docxThe future is uncertain. Some events do have a very small probabil.docx
The future is uncertain. Some events do have a very small probabil.docxoreo10
 
Chapter 04
Chapter 04Chapter 04
Chapter 04bmcfad01
 
Simple Regression Analysis ch12.pptx
Simple Regression Analysis ch12.pptxSimple Regression Analysis ch12.pptx
Simple Regression Analysis ch12.pptxSoumyaBansal7
 

Similar to Chap013.ppt (20)

Chapter 15Multiple Regression and Model BuildingCo
Chapter 15Multiple Regression and Model BuildingCoChapter 15Multiple Regression and Model BuildingCo
Chapter 15Multiple Regression and Model BuildingCo
 
SPSS
SPSSSPSS
SPSS
 
Multiple Regression.ppt
Multiple Regression.pptMultiple Regression.ppt
Multiple Regression.ppt
 
manecohuhuhuhubasicEstimation-1.pptx
manecohuhuhuhubasicEstimation-1.pptxmanecohuhuhuhubasicEstimation-1.pptx
manecohuhuhuhubasicEstimation-1.pptx
 
Multiple Linear Regression.pptx
Multiple Linear Regression.pptxMultiple Linear Regression.pptx
Multiple Linear Regression.pptx
 
Correlation 2
Correlation 2Correlation 2
Correlation 2
 
Simple lin regress_inference
Simple lin regress_inferenceSimple lin regress_inference
Simple lin regress_inference
 
Lecture 13 Regression & Correlation.ppt
Lecture 13 Regression & Correlation.pptLecture 13 Regression & Correlation.ppt
Lecture 13 Regression & Correlation.ppt
 
Chapter 04
Chapter 04 Chapter 04
Chapter 04
 
linear Regression, multiple Regression and Annova
linear Regression, multiple Regression and Annovalinear Regression, multiple Regression and Annova
linear Regression, multiple Regression and Annova
 
Chapter 10
Chapter 10Chapter 10
Chapter 10
 
Chapter 10
Chapter 10Chapter 10
Chapter 10
 
Ch14 multiple regression
Ch14 multiple regressionCh14 multiple regression
Ch14 multiple regression
 
logistic regression.pdf
logistic regression.pdflogistic regression.pdf
logistic regression.pdf
 
1 chapter 04
1 chapter 041 chapter 04
1 chapter 04
 
Chapter 12
Chapter 12Chapter 12
Chapter 12
 
Marketing Engineering Notes
Marketing Engineering NotesMarketing Engineering Notes
Marketing Engineering Notes
 
The future is uncertain. Some events do have a very small probabil.docx
The future is uncertain. Some events do have a very small probabil.docxThe future is uncertain. Some events do have a very small probabil.docx
The future is uncertain. Some events do have a very small probabil.docx
 
Chapter 04
Chapter 04Chapter 04
Chapter 04
 
Simple Regression Analysis ch12.pptx
Simple Regression Analysis ch12.pptxSimple Regression Analysis ch12.pptx
Simple Regression Analysis ch12.pptx
 

More from najwalyaa

Bateman12eChapter15ADAkp.pptx
Bateman12eChapter15ADAkp.pptxBateman12eChapter15ADAkp.pptx
Bateman12eChapter15ADAkp.pptxnajwalyaa
 
Chapter 1 Introduction to Strategic Management.ppt
Chapter 1 Introduction to Strategic Management.pptChapter 1 Introduction to Strategic Management.ppt
Chapter 1 Introduction to Strategic Management.pptnajwalyaa
 
Chap1 BStat SemA201 Intro.ppt
Chap1 BStat SemA201 Intro.pptChap1 BStat SemA201 Intro.ppt
Chap1 BStat SemA201 Intro.pptnajwalyaa
 
Chap014 BStat SemA201.ppt
Chap014  BStat SemA201.pptChap014  BStat SemA201.ppt
Chap014 BStat SemA201.pptnajwalyaa
 

More from najwalyaa (10)

Bateman12eChapter15ADAkp.pptx
Bateman12eChapter15ADAkp.pptxBateman12eChapter15ADAkp.pptx
Bateman12eChapter15ADAkp.pptx
 
Chapter 1 Introduction to Strategic Management.ppt
Chapter 1 Introduction to Strategic Management.pptChapter 1 Introduction to Strategic Management.ppt
Chapter 1 Introduction to Strategic Management.ppt
 
Chap1 BStat SemA201 Intro.ppt
Chap1 BStat SemA201 Intro.pptChap1 BStat SemA201 Intro.ppt
Chap1 BStat SemA201 Intro.ppt
 
Chap014 BStat SemA201.ppt
Chap014  BStat SemA201.pptChap014  BStat SemA201.ppt
Chap014 BStat SemA201.ppt
 
Chap002.ppt
Chap002.pptChap002.ppt
Chap002.ppt
 
Chap003.ppt
Chap003.pptChap003.ppt
Chap003.ppt
 
Chap008.ppt
Chap008.pptChap008.ppt
Chap008.ppt
 
Chap006.ppt
Chap006.pptChap006.ppt
Chap006.ppt
 
Chap007.ppt
Chap007.pptChap007.ppt
Chap007.ppt
 
Chap004.ppt
Chap004.pptChap004.ppt
Chap004.ppt
 

Recently uploaded

Pharma Works Profile of Karan Communications
Pharma Works Profile of Karan CommunicationsPharma Works Profile of Karan Communications
Pharma Works Profile of Karan Communicationskarancommunications
 
The CMO Survey - Highlights and Insights Report - Spring 2024
The CMO Survey - Highlights and Insights Report - Spring 2024The CMO Survey - Highlights and Insights Report - Spring 2024
The CMO Survey - Highlights and Insights Report - Spring 2024christinemoorman
 
Catalogue ONG NƯỚC uPVC - HDPE DE NHAT.pdf
Catalogue ONG NƯỚC uPVC - HDPE DE NHAT.pdfCatalogue ONG NƯỚC uPVC - HDPE DE NHAT.pdf
Catalogue ONG NƯỚC uPVC - HDPE DE NHAT.pdfOrient Homes
 
Mysore Call Girls 8617370543 WhatsApp Number 24x7 Best Services
Mysore Call Girls 8617370543 WhatsApp Number 24x7 Best ServicesMysore Call Girls 8617370543 WhatsApp Number 24x7 Best Services
Mysore Call Girls 8617370543 WhatsApp Number 24x7 Best ServicesDipal Arora
 
Socio-economic-Impact-of-business-consumers-suppliers-and.pptx
Socio-economic-Impact-of-business-consumers-suppliers-and.pptxSocio-economic-Impact-of-business-consumers-suppliers-and.pptx
Socio-economic-Impact-of-business-consumers-suppliers-and.pptxtrishalcan8
 
A DAY IN THE LIFE OF A SALESMAN / WOMAN
A DAY IN THE LIFE OF A  SALESMAN / WOMANA DAY IN THE LIFE OF A  SALESMAN / WOMAN
A DAY IN THE LIFE OF A SALESMAN / WOMANIlamathiKannappan
 
Monthly Social Media Update April 2024 pptx.pptx
Monthly Social Media Update April 2024 pptx.pptxMonthly Social Media Update April 2024 pptx.pptx
Monthly Social Media Update April 2024 pptx.pptxAndy Lambert
 
VIP Call Girls In Saharaganj ( Lucknow ) 🔝 8923113531 🔝 Cash Payment (COD) 👒
VIP Call Girls In Saharaganj ( Lucknow  ) 🔝 8923113531 🔝  Cash Payment (COD) 👒VIP Call Girls In Saharaganj ( Lucknow  ) 🔝 8923113531 🔝  Cash Payment (COD) 👒
VIP Call Girls In Saharaganj ( Lucknow ) 🔝 8923113531 🔝 Cash Payment (COD) 👒anilsa9823
 
Tech Startup Growth Hacking 101 - Basics on Growth Marketing
Tech Startup Growth Hacking 101  - Basics on Growth MarketingTech Startup Growth Hacking 101  - Basics on Growth Marketing
Tech Startup Growth Hacking 101 - Basics on Growth MarketingShawn Pang
 
Russian Faridabad Call Girls(Badarpur) : ☎ 8168257667, @4999
Russian Faridabad Call Girls(Badarpur) : ☎ 8168257667, @4999Russian Faridabad Call Girls(Badarpur) : ☎ 8168257667, @4999
Russian Faridabad Call Girls(Badarpur) : ☎ 8168257667, @4999Tina Ji
 
Lucknow 💋 Escorts in Lucknow - 450+ Call Girl Cash Payment 8923113531 Neha Th...
Lucknow 💋 Escorts in Lucknow - 450+ Call Girl Cash Payment 8923113531 Neha Th...Lucknow 💋 Escorts in Lucknow - 450+ Call Girl Cash Payment 8923113531 Neha Th...
Lucknow 💋 Escorts in Lucknow - 450+ Call Girl Cash Payment 8923113531 Neha Th...anilsa9823
 
Keppel Ltd. 1Q 2024 Business Update Presentation Slides
Keppel Ltd. 1Q 2024 Business Update  Presentation SlidesKeppel Ltd. 1Q 2024 Business Update  Presentation Slides
Keppel Ltd. 1Q 2024 Business Update Presentation SlidesKeppelCorporation
 
Best VIP Call Girls Noida Sector 40 Call Me: 8448380779
Best VIP Call Girls Noida Sector 40 Call Me: 8448380779Best VIP Call Girls Noida Sector 40 Call Me: 8448380779
Best VIP Call Girls Noida Sector 40 Call Me: 8448380779Delhi Call girls
 
VIP Kolkata Call Girl Howrah 👉 8250192130 Available With Room
VIP Kolkata Call Girl Howrah 👉 8250192130  Available With RoomVIP Kolkata Call Girl Howrah 👉 8250192130  Available With Room
VIP Kolkata Call Girl Howrah 👉 8250192130 Available With Roomdivyansh0kumar0
 
Sales & Marketing Alignment: How to Synergize for Success
Sales & Marketing Alignment: How to Synergize for SuccessSales & Marketing Alignment: How to Synergize for Success
Sales & Marketing Alignment: How to Synergize for SuccessAggregage
 
Mondelez State of Snacking and Future Trends 2023
Mondelez State of Snacking and Future Trends 2023Mondelez State of Snacking and Future Trends 2023
Mondelez State of Snacking and Future Trends 2023Neil Kimberley
 
Insurers' journeys to build a mastery in the IoT usage
Insurers' journeys to build a mastery in the IoT usageInsurers' journeys to build a mastery in the IoT usage
Insurers' journeys to build a mastery in the IoT usageMatteo Carbone
 
Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...
Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...
Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...Dipal Arora
 
Vip Dewas Call Girls #9907093804 Contact Number Escorts Service Dewas
Vip Dewas Call Girls #9907093804 Contact Number Escorts Service DewasVip Dewas Call Girls #9907093804 Contact Number Escorts Service Dewas
Vip Dewas Call Girls #9907093804 Contact Number Escorts Service Dewasmakika9823
 

Recently uploaded (20)

Pharma Works Profile of Karan Communications
Pharma Works Profile of Karan CommunicationsPharma Works Profile of Karan Communications
Pharma Works Profile of Karan Communications
 
The CMO Survey - Highlights and Insights Report - Spring 2024
The CMO Survey - Highlights and Insights Report - Spring 2024The CMO Survey - Highlights and Insights Report - Spring 2024
The CMO Survey - Highlights and Insights Report - Spring 2024
 
Catalogue ONG NƯỚC uPVC - HDPE DE NHAT.pdf
Catalogue ONG NƯỚC uPVC - HDPE DE NHAT.pdfCatalogue ONG NƯỚC uPVC - HDPE DE NHAT.pdf
Catalogue ONG NƯỚC uPVC - HDPE DE NHAT.pdf
 
Mysore Call Girls 8617370543 WhatsApp Number 24x7 Best Services
Mysore Call Girls 8617370543 WhatsApp Number 24x7 Best ServicesMysore Call Girls 8617370543 WhatsApp Number 24x7 Best Services
Mysore Call Girls 8617370543 WhatsApp Number 24x7 Best Services
 
Socio-economic-Impact-of-business-consumers-suppliers-and.pptx
Socio-economic-Impact-of-business-consumers-suppliers-and.pptxSocio-economic-Impact-of-business-consumers-suppliers-and.pptx
Socio-economic-Impact-of-business-consumers-suppliers-and.pptx
 
A DAY IN THE LIFE OF A SALESMAN / WOMAN
A DAY IN THE LIFE OF A  SALESMAN / WOMANA DAY IN THE LIFE OF A  SALESMAN / WOMAN
A DAY IN THE LIFE OF A SALESMAN / WOMAN
 
Monthly Social Media Update April 2024 pptx.pptx
Monthly Social Media Update April 2024 pptx.pptxMonthly Social Media Update April 2024 pptx.pptx
Monthly Social Media Update April 2024 pptx.pptx
 
VIP Call Girls In Saharaganj ( Lucknow ) 🔝 8923113531 🔝 Cash Payment (COD) 👒
VIP Call Girls In Saharaganj ( Lucknow  ) 🔝 8923113531 🔝  Cash Payment (COD) 👒VIP Call Girls In Saharaganj ( Lucknow  ) 🔝 8923113531 🔝  Cash Payment (COD) 👒
VIP Call Girls In Saharaganj ( Lucknow ) 🔝 8923113531 🔝 Cash Payment (COD) 👒
 
Tech Startup Growth Hacking 101 - Basics on Growth Marketing
Tech Startup Growth Hacking 101  - Basics on Growth MarketingTech Startup Growth Hacking 101  - Basics on Growth Marketing
Tech Startup Growth Hacking 101 - Basics on Growth Marketing
 
Russian Faridabad Call Girls(Badarpur) : ☎ 8168257667, @4999
Russian Faridabad Call Girls(Badarpur) : ☎ 8168257667, @4999Russian Faridabad Call Girls(Badarpur) : ☎ 8168257667, @4999
Russian Faridabad Call Girls(Badarpur) : ☎ 8168257667, @4999
 
Lucknow 💋 Escorts in Lucknow - 450+ Call Girl Cash Payment 8923113531 Neha Th...
Lucknow 💋 Escorts in Lucknow - 450+ Call Girl Cash Payment 8923113531 Neha Th...Lucknow 💋 Escorts in Lucknow - 450+ Call Girl Cash Payment 8923113531 Neha Th...
Lucknow 💋 Escorts in Lucknow - 450+ Call Girl Cash Payment 8923113531 Neha Th...
 
Keppel Ltd. 1Q 2024 Business Update Presentation Slides
Keppel Ltd. 1Q 2024 Business Update  Presentation SlidesKeppel Ltd. 1Q 2024 Business Update  Presentation Slides
Keppel Ltd. 1Q 2024 Business Update Presentation Slides
 
Best VIP Call Girls Noida Sector 40 Call Me: 8448380779
Best VIP Call Girls Noida Sector 40 Call Me: 8448380779Best VIP Call Girls Noida Sector 40 Call Me: 8448380779
Best VIP Call Girls Noida Sector 40 Call Me: 8448380779
 
VIP Kolkata Call Girl Howrah 👉 8250192130 Available With Room
VIP Kolkata Call Girl Howrah 👉 8250192130  Available With RoomVIP Kolkata Call Girl Howrah 👉 8250192130  Available With Room
VIP Kolkata Call Girl Howrah 👉 8250192130 Available With Room
 
Sales & Marketing Alignment: How to Synergize for Success
Sales & Marketing Alignment: How to Synergize for SuccessSales & Marketing Alignment: How to Synergize for Success
Sales & Marketing Alignment: How to Synergize for Success
 
Mondelez State of Snacking and Future Trends 2023
Mondelez State of Snacking and Future Trends 2023Mondelez State of Snacking and Future Trends 2023
Mondelez State of Snacking and Future Trends 2023
 
Insurers' journeys to build a mastery in the IoT usage
Insurers' journeys to build a mastery in the IoT usageInsurers' journeys to build a mastery in the IoT usage
Insurers' journeys to build a mastery in the IoT usage
 
Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...
Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...
Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...
 
Vip Dewas Call Girls #9907093804 Contact Number Escorts Service Dewas
Vip Dewas Call Girls #9907093804 Contact Number Escorts Service DewasVip Dewas Call Girls #9907093804 Contact Number Escorts Service Dewas
Vip Dewas Call Girls #9907093804 Contact Number Escorts Service Dewas
 
KestrelPro Flyer Japan IT Week 2024 (English)
KestrelPro Flyer Japan IT Week 2024 (English)KestrelPro Flyer Japan IT Week 2024 (English)
KestrelPro Flyer Japan IT Week 2024 (English)
 

Chap013.ppt

  • 1. Correlation and Linear Regression Chapter 13 McGraw-Hill/Irwin Copyright © 2013 by The McGraw-Hill Companies, Inc. All rights reserved.
  • 3. LEARNING OBJECTIVES LO 13-3 Apply regression analysis to estimate the linear relationship between two variables LO 13-4 Interpret the regression analysis. LO 13-6 Evaluate a regression equation to predict the dependent variable. A Straight Line Equation: y = mx + c 13-3
  • 4. Regression Analysis – Introduction In this chapter, we will:  Use numerical measures to express the strength of the relationship between two variables.  Develop an equation to express the relationship between variables.  Use the equation to estimate one variable on the basis of another. EXAMPLES Does the amount Healthtex spends per month on training its sales force affect its monthly sales? Is the number of square feet in a home related to the cost to heat the home in January? In a study of fuel efficiency, is there a relationship between miles per gallon and the weight of a car? Does the number of hours that students studied for an exam influence the exam score? Let us Watch a Short Video (5 minutes) 13-4
  • 5. Dependent (DV) vs. Independent Variable (IV) The dependent variable (Y) is the variable being predicted or estimated. The independent variable (Xs)provides the basis for estimation. It is the predictor variable. In the questions below, which are the dependent and independent variables? 1. Does the amount Healthtex spends per month on training its sales force affect its monthly sales? 2. Is the number of square feet in a home related to the cost to heat the home in January? 3. In a study of fuel efficiency, is there a relationship between miles per gallon and the weight of a car? 4. Does the number of hours that students studied for an exam influence the exam score? CGPA (Y/DV) = Intercept + Hours of Study (X/IV) LO 13-1 Define the terms dependent variable and independent variable. 13-5
  • 6. Scatter Diagram Example The sales manager of Copier Sales of America, wants to determine whether there is a relationship between the number of sales calls made in a month and the number of copiers sold that month. The manager selects a random sample of 10 representatives and determines the number of sales calls each representative made last month and the number of copiers sold. LO 13-1 13-6
  • 7. The Coefficient of Correlation, r  Shows the direction and strength of the linear relationship between two interval or ratio- scale variables.  Ranges from –1.00 to +1.00.  Values of –1.00 or +1.00 indicate perfect and strong correlation.  Values close to 0.0 indicate weak correlation.  Negative values indicate an inverse relationship, and positive values indicate a direct relationship. The coefficient of correlation (r) is a measure of the strength of the relationship between two variables. LO 13-2 Calculate, test, and interpret the relationship between two variables using the correlation coefficient. 13-7
  • 8. Correlation Coefficient – Interpretation LO 13-2 13-8
  • 9. Correlation Coefficient – Example Using the Copier Sales of America data, which is shown here in a scatter plot, compute the correlation coefficient and coefficient of determination. Using the formula: LO 13-2 13-9
  • 10. Correlation Coefficient – Example What does correlation of 0.759 mean? It is positive–a direct relationship between the number of sales calls and the number of copiers sold. 0.759 is fairly close to 1.00–the association is strong. LO 13-2 13-10
  • 11. Testing the Significance of the Correlation Coefficient H0:  = 0 (the correlation in the population is 0) H1:  ≠ 0 (the correlation in the population is not 0) Reject H0 if: computed t > critical t or computed t < −critical t LO 13-2 13-11
  • 12. Testing the Significance of the Correlation Coefficient – Copier Sales Example H0:  = 0 (the correlation in the population is 0) H1:  ≠ 0 (the correlation in the population is not 0) Reject H0 if: computed t > critical t or computed t < −critical t d.f. = n − 2 = 10 − 2 = 8 Excel function: =tinv(.05,8) LO 13-2 13-12
  • 13. Testing the Significance of the Correlation Coefficient – Copier Sales Example Computed t (3.297) is greater than critical t (2.306). Conclude: Reject H0. Interpretation: The correlation in the population is not zero. Computing t, we get LO 13-2 13-13
  • 14. Minitab Scatter Plots No correlation Weak negative correlation Strong positive correlation LO 13-2 13-14
  • 15. Regression Analysis In regression analysis, we use the independent variable (X) to estimate the dependent variable (Y).  The relationship between the variables is linear.  Both variables must be at least interval scale.  The least squares criterion is used to determine the equation. REGRESSION EQUATION An equation that expresses the linear relationship between two variables. LEAST SQUARES PRINCIPLE Determining a regression equation by minimizing the sum of the squares of the vertical distances between the actual Y values and the predicted values of Y. LO 13-3 Apply regression analysis to estimate the linear relationship between two variables. 13-15
  • 16. Linear Regression Model – General Form LO 13-3 Where: 13-16
  • 17. Regression Analysis – Least Squares Principle  The least squares principle is used to obtain a and b. LO 13-3 13-17
  • 18. Computing the Slope of the Line and the Y-intercept LO 13-3 where: 13-18
  • 19. Regression Equation – Example Recall the example involving Copier Sales of America. The sales manager gathered information on the number of sales calls made and the number of copiers sold for a random sample of 10 sales representatives. Use the least squares method to determine a linear equation to express the relationship between the two variables. What is the expected number of copiers sold by a representative who made 20 calls? LO 13-3 13-19
  • 20. Finding and Fitting the Regression Equation – Example 6316 . 42 ) 20 ( 1842 . 1 9476 . 18 1842 . 1 9476 . 18 : is equation regression The ^ ^ ^ ^        Y Y X Y bX a Y Step 1: Find the slope (b) of the line Step 2: Find the Y-intercept (a) LO 13-4 Interpret the regression analysis. 13-20
  • 21. Testing the Significance of the Slope – Copier Sales Example H0: β = 0 (the slope of the linear model is 0) H1: β ≠ 0 (the slope of the linear model is not 0) Reject H0 if: computed t > critical t or computed t < −critical t d.f. = n − 2 = 10 − 2 = 8, alpha = 0.05 LO 13-5 Evaluate the significance of the slope of the regression equation. Excel function: =tinv(.05,8) 13-21
  • 22. Testing the Significance of the Slope – Copier Sales Example Compute the t-statistic and make a conclusion: 297 3 3591 0 0 1842 1 0 . . .      b s b t Conclusion: The slope of the equation is significantly different from zero. LO 13-5 13-22
  • 23. The Standard Error of Estimate  The standard error of estimate measures the scatter, or dispersion, of the observed values around the line of regression.  Formulas used to compute the standard error: 2 2 .        n XY b Y a Y s x y 2 ) ( 2 ^ .     n Y Y s x y LO 13-5 13-23
  • 24. Standard Error of the Estimate – Example Recall the example involving Copier Sales of America. The sales manager determined the least squares regression equation as given below. Determine the standard error of estimate as a measure of how well the values fit the regression line. X Y 1842 . 1 9476 . 18 ^   901 . 9 2 10 211 . 784 2 ) ( 2 ^ .        n Y Y s x y LO 13-5 13-24
  • 25. Standard Error of the Estimate – Excel LO 13-5 13-25
  • 26. Computing the Estimates of Y Step 1: Using the regression equation, substitute the value of each X to solve for the estimated sales 6316 . 42 ) 20 ( 1842 . 1 9476 . 18 1842 . 1 9476 . 18 Keller Tom ^ ^ ^      Y Y X Y LO 13-6 Evaluate a regression equation to predict the dependent variable. 13-26
  • 27. Computing the Estimates of Y Step 1: Using the regression equation, substitute the value of each X to solve for the estimated sales. 4736 . 54 ) 30 ( 1842 . 1 9476 . 18 1842 . 1 9476 . 18 Jones Soni ^ ^ ^      Y Y X Y LO 13-6 13-27
  • 28. Plotting the Estimated and the Actual Y’s LO 13-6 13-28
  • 29. Assumptions Underlying Linear Regression For each value of X, there is a group of Y values, and these  Y values are normally distributed. The means of these normal distributions of Y values all lie on the straight line of regression.  The standard deviations of these normal distributions are equal.  The Y values are statistically independent. LO 13-6 13-29
  • 30. Coefficient of Determination  Value ranges from 0 to 1, or 0 to 100%.  Does not give indication on the direction of the relationship between the variables. The coefficient of determination (r2) is the proportion of the total variation in the dependent variable (Y) that is explained or accounted for by the variation in the independent variable (X). It is the square of the coefficient of correlation. LO 13-7 Calculate and interpret the Coefficient of Determination. 13-30
  • 31. Coefficient of Determination (r2) – Copier Sales Example The coefficient of determination, r2, is 0.576 (or 57.6%). Found by (0.759)2. Interpretation: 57.6 percent of the variation in the number of copiers sold is explained, by the variation in the number of sales calls. LO 13-7 13-31
  • 32. Confidence Interval and Prediction Interval Estimates of Y – SELF-STUDY •A confidence interval reports the mean value of Y for a given X. •A prediction interval reports the range of values of Y for a particular value of X. LO 13-8 Calculate and interpret confidence and prediction intervals. 13-32
  • 33. Confidence and Prediction Intervals – Minitab Illustration – Useful for Master & PhD LO 13-8 13-33
  • 34. Confidence Interval Estimate – Example We return to the Copier Sales of America illustration. Determine a 95% confidence interval for all sales representatives who make 25 calls. LO 13-8 13-34
  • 35. Confidence Interval Estimate – Example Step 1: Compute the point estimate of Y. In other words, determine the number of copiers we expect a sales representative to sell if he or she makes 25 calls. 5526 . 48 ) 25 ( 1842 . 1 9476 . 18 1842 . 1 9476 . 18 : is equation regression The ^ ^ ^      Y Y X Y LO 13-8 13-35
  • 36. Confidence Interval Estimate – Example Step 2: Find the value of t  First, find the number of degrees of freedom. d.f. = n – 2 = 10 – 2 = 8.  Using a 95% confidence level and d.f. 8, obtain t using Appendix B.2.  t is 2.306. LO 13-8 13-36
  • 37. Confidence Interval Estimate – Example  2 X X      2 X X Step 3: Compute and .  2 X X  LO 13-8 13-37
  • 38. Confidence Interval Estimate – Example Step 4: Use the formula above by substituting the numbers computed in previous slides. Thus, the 95% confidence interval for the average sales of all sales representatives who make 25 calls is from 40.9170 up to 56.1882 copiers. LO 13-8 13-38
  • 39. Prediction Interval Estimate – Example We return to the Copier Sales of America illustration. Suppose Sheila Baker, a West Coast sales representative, makes 25 sale calls. Determine the 95% interval estimate for the actual number of copiers she will sell. LO 13-8 13-39
  • 40. Prediction Interval Estimate – Example Step 1: Compute the point estimate of Y when X = 25. 5526 . 48 ) 25 ( 1842 . 1 9476 . 18 1842 . 1 9476 . 18 : is equation regression The ^ ^ ^      Y Y X Y LO 13-8 13-40
  • 41. Prediction Interval Estimate – Example Step 2: Use the information computed earlier in the confidence interval estimation example. The number of copiers she will sell will be between about 24 and 73. LO 13-8 13-41