Correlation and Regression Chapter 9 Correlation and Regression
Chapter Outline 9.1 Correlation 9.2 Linear Regression 9.3 Measures of Regression and Prediction Intervals 9.4 Multiple Regression
Section 9.1 Correlation
Section 9.1 Objectives Introduce linear correlation, independent and dependent variables, and the types of correlation Find a correlation coefficient Test a population correlation coefficient ρ using a table Perform a hypothesis test for a population correlation coefficient ρ Distinguish between correlation and causation
Correlation Correlation A relationship between two variables. The data can be represented by ordered pairs (x, y) x is the independent (or explanatory) variable y is the dependent (or response) variable
Correlation A scatter plot can be used to determine whether a linear (straight line) correlation exists between two variables. x 2 4 –2 – 4 y 6 Example: x 1 2 3 4 5 y – 4 – 2 – 1
Types of Correlation As x increases, y tends to decrease. As x increases, y tends to increase. Negative Linear Correlation Positive Linear Correlation x y x y No Correlation Nonlinear Correlation
Example: Constructing a Scatter Plot A marketing manager conducted a study to determine whether there is a linear relationship between money spent on advertising and company sales. The data are shown in the table. Display the data in a scatter plot and determine whether there appears to be a positive or negative linear correlation or no linear correlation. Advertising expenses, ($1000), x Company sales ($1000), y 2.4 225 1.6 184 2.0 220 2.6 240 1.4 180 186 2.2 215
Solution: Constructing a Scatter Plot x y Advertising expenses (in thousands of dollars) Company sales Appears to be a positive linear correlation. As the advertising expenses increase, the sales tend to increase.
Example: Constructing a Scatter Plot Using Technology Old Faithful, located in Yellowstone National Park, is the world’s most famous geyser. The duration (in minutes) of several of Old Faithful’s eruptions and the times (in minutes) until the next eruption are shown in the table. Using a TI-83/84, display the data in a scatter plot. Determine the type of correlation. Duration x Time, y 1.8 56 3.78 79 1.82 58 3.83 85 1.9 62 3.88 80 1.93 4.1 89 1.98 57 4.27 90 2.05 4.3 2.13 60 4.43 2.3 4.47 86 2.37 61 4.53 2.82 73 4.55 3.13 76 4.6 92 3.27 77 4.63 91 3.65
Solution: Constructing a Scatter Plot Using Technology Enter the x-values into list L1 and the y-values into list L2. Use Stat Plot to construct the scatter plot. STAT > Edit… STATPLOT 1 5 50 100 From the scatter plot, it appears that the variables have a positive linear correlation.
Correlation Coefficient A measure of the strength and the direction of a linear relationship between two variables. The symbol r represents the sample correlation coefficient. A formula for r is The population correlation coefficient is represented by ρ (rho). n is the number of data pairs
How to calculate r, the sample correlation coefficient, using Ti-84.
Correlation Coefficient The range of the correlation coefficient is -1 to 1. -1 1 If r = -1 there is a perfect negative correlation If r is close to 0 there is no linear correlation If r = 1 there is a perfect positive correlation
Linear Correlation Strong negative correlation x y x y r = 0.91 r = 0.88 Strong negative correlation Strong positive correlation x y x y r = 0.42 r = 0.07 Weak positive correlation Nonlinear Correlation
When the data were subdivided by age they looked like this: In Japan schoolchildren shoe size was reported to be correlated (positively) with scores on a test of mathematical ability! When the data were subdivided by age they looked like this: Within each age group there was no association. In this case age was a confounding variable. From Rice University Statistics lab web site
Much of the interest in red wine comes from the observation that the French (who have a long tradition of drinking red wine) often have healthy hearts and arteries despite typically having high-fat foods in their diet. But studies show that people who drink wine over other types of alcohol tend to live healthier lives, smoking less, drinking less and having a healthier diet. So these other factors, rather than the red wine, may in fact be responsible for their good health.
The benefit of drinking red wine was discovered as a result of a two-year-long experiment involving 220 people with type 2 diabetes. They kept to a standard Mediterranean diet, not restricted by calories, but were randomized into three groups – those who drank 150 ml of mineral water after dinner, and either white wine or red wine. The group of red wine drinkers got higher levels of the so-called “good cholesterol,” or HDL, which helps fight “bad cholesterol,” or LDL, and also protects against heart attacks and strokes. In general, people with diabetes are more predisposed to heart diseases than the general population. Finishing each dinner with a glass of red wine might be a good idea for people with diabetes, Israeli researchers claim. http://rt.com/news/256525-red-wine-diabetes-heart © 2012 Pearson Education, Inc.
Still, many doctors agree that something in red wine appears to help your heart. It's possible that antioxidants, such as flavonoids or a substance called resveratrol, have heart-healthy benefits. Solution: All the benefits of red wine without the devastating effects of alcohol! Alcohol is removed using low heat and centrifuge! © 2012 Pearson Education, Inc.
How much does a teacher account for students’ success (or failure) at school? This is the executive summary of the statement of the American Statistical Association on the use of value-added assessment to evaluate teachers. Please share it with other teachers, with principals, and school board members. Please share it with your legislators and other elected officials. Send it to your local news outlets. The words are clear: Teachers account for between 1 and 14% of the variation in test scores. And this is very important to remember: “Ranking teachers by their VAM scores can have unintended consequences that reduce quality.” http://dianeravitch.net/2014/11/22/every-teacher-in-the-u-s-should-post-this-statement-in-his-or-her-classroom/ © 2012 Pearson Education, Inc.
Calculating a Correlation Coefficient In Words In Symbols Find the sum of the x-values. Find the sum of the y-values. Multiply each x-value by its corresponding y-value and find the sum.
Calculating a Correlation Coefficient In Words In Symbols Square each x-value and find the sum. Square each y-value and find the sum. Use these five sums to calculate the correlation coefficient.
Example: Finding the Correlation Coefficient Calculate the correlation coefficient for the advertising expenditures and company sales data. What can you conclude? Advertising expenses, ($1000), x Company sales ($1000), y 2.4 225 1.6 184 2.0 220 2.6 240 1.4 180 186 2.2 215
Solution: Finding the Correlation Coefficient x y xy x2 y2 2.4 225 1.6 184 2.0 220 2.6 240 1.4 180 186 2.2 215 540 5.76 50,625 294.4 2.56 33,856 440 4 48,400 624 6.76 57,600 252 1.96 32,400 294.4 2.56 33,856 372 4 34,596 473 4.84 46,225 Σx = 15.8 Σy = 1634 Σxy = 3289.8 Σx2 = 32.44 Σy2 = 337,558
Solution: Finding the Correlation Coefficient Σx = 15.8 Σy = 1634 Σxy = 3289.8 Σx2 = 32.44 Σy2 = 337,558 r ≈ 0.913 suggests a strong positive linear correlation. As the amount spent on advertising increases, the company sales also increase.
Advertising expenses, ($1000), x A simpler looking formula can be used if the numbers are converted into z scores: where zx is the variable X converted into z scores and zy is the variable Y converted into z scores. Advertising expenses, ($1000), x Company sales ($1000), y 2.4 225 1.6 184 2.0 220 2.6 240 1.4 180 186 2.2 215
Example: Using Technology to Find a Correlation Coefficient Use a technology tool to calculate the correlation coefficient for the Old Faithful data. What can you conclude? Duration x Time, y 1.8 56 3.78 79 1.82 58 3.83 85 1.9 62 3.88 80 1.93 4.1 89 1.98 57 4.27 90 2.05 4.3 2.13 60 4.43 2.3 4.47 86 2.37 61 4.53 2.82 73 4.55 3.13 76 4.6 92 3.27 77 4.63 91 3.65
Solution: Using Technology to Find a Correlation Coefficient To calculate r, you must first enter the DiagnosticOn command found in the Catalog menu STAT > Calc r ≈ 0.979 suggests a strong positive correlation.
How to calculate r, the sample correlation coefficient, using Ti-84.
Using a Table to Test a Population Correlation Coefficient ρ Once the sample correlation coefficient r has been calculated, we need to determine whether there is enough evidence to decide that the population correlation coefficient ρ is significant at a specified level of significance. Use Table 11 in Appendix B. If |r| is greater than the critical value, there is enough evidence to decide that the correlation coefficient ρ is significant.
Using a Table to Test a Population Correlation Coefficient ρ Determine whether ρ is significant for five pairs of data (n = 5) at a level of significance of α = 0.01. If |r| > 0.959, the correlation is significant. Otherwise, there is not enough evidence to conclude that the correlation is significant. level of significance Number of pairs of data in sample
Using a Table to Test a Population Correlation Coefficient ρ In Words In Symbols Determine the number of pairs of data in the sample. Specify the level of significance. Find the critical value. Determine n. Identify . Use Table 11 in Appendix B.
Using a Table to Test a Population Correlation Coefficient ρ In Words In Symbols Decide if the correlation is significant. Interpret the decision in the context of the original claim. If |r| > critical value, the correlation is significant. Otherwise, there is not enough evidence to support that the correlation is significant.
Example: Using a Table to Test a Population Correlation Coefficient ρ Using the Old Faithful data, you used 25 pairs of data to find r ≈ 0.979. Is the correlation coefficient significant? Use α = 0.05. Duration x Time, y 1.8 56 3.78 79 1.82 58 3.83 85 1.9 62 3.88 80 1.93 4.1 89 1.98 57 4.27 90 2.05 4.3 2.13 60 4.43 2.3 4.47 86 2.37 61 4.53 2.82 73 4.55 3.13 76 4.6 92 3.27 77 4.63 91 3.65
Solution: Using a Table to Test a Population Correlation Coefficient ρ There is enough evidence at the 5% level of significance to conclude that there is a significant linear correlation between the duration of Old Faithful’s eruptions and the time between eruptions.
Hypothesis Testing for a Population Correlation Coefficient ρ A hypothesis test can also be used to determine whether the sample correlation coefficient r provides enough evidence to conclude that the population correlation coefficient ρ is significant at a specified level of significance. A hypothesis test can be one-tailed or two-tailed.
Hypothesis Testing for a Population Correlation Coefficient ρ Left-tailed test Right-tailed test Two-tailed test H0: ρ 0 (no significant negative correlation) Ha: ρ < 0 (significant negative correlation) H0: ρ 0 (no significant positive correlation) Ha: ρ > 0 (significant positive correlation) H0: ρ = 0 (no significant correlation) Ha: ρ 0 (significant correlation)
The t-Test for the Correlation Coefficient Can be used to test whether the correlation between two variables is significant. The test statistic is r The standardized test statistic: follows a t-distribution with d.f. = n – 2. In this text, only two-tailed hypothesis tests for ρ are considered.
Using the t-Test for ρ In Words In Symbols State the null and alternative hypothesis. Specify the level of significance. Identify the degrees of freedom. Determine the critical value(s) and rejection region(s). State H0 and Ha. Identify . d.f. = n – 2. Use Table 5 in Appendix B.
Using the t-Test for ρ In Words In Symbols Find the standardized test statistic. Make a decision to reject or fail to reject the null hypothesis. Interpret the decision in the context of the original claim. If t is in the rejection region, reject H0. Otherwise fail to reject H0.
Example: t-Test for a Correlation Coefficient Previously you calculated r ≈ 0.9129. Test the significance of this correlation coefficient. Use α = 0.05. Advertising expenses, ($1000), x Company sales ($1000), y 2.4 225 1.6 184 2.0 220 2.6 240 1.4 180 186 2.2 215
Solution: t-Test for a Correlation Coefficient H0: Ha: d.f. = Rejection Region: ρ = 0 ρ ≠ 0 Test Statistic: 0.05 8 – 2 = 6 Decision: Reject H0 At the 5% level of significance, there is enough evidence to conclude that there is a significant linear correlation between advertising expenses and company sales. t -2.447 0.025 2.447 -2.447 2.447 5.478
s is the standard error about the line, a measure of the typical size of a residual (the numbers stored in ∟RESID). It is the square root of the sum of squares of the residuals divided by the degrees of freedom. Smaller values indicate that the points tend to be close to the fitted line, while large values indicate scattering.
Correlation and Causation The fact that two variables are strongly correlated does not in itself imply a cause-and-effect relationship between the variables. If there is a significant correlation between two variables, you should consider the following possibilities. Is there a direct cause-and-effect relationship between the variables? Does x cause y?
Correlation and Causation Is there a reverse cause-and-effect relationship between the variables? Does y cause x? Is it possible that the relationship between the variables can be caused by a third variable or by a combination of several other variables? Is it possible that the relationship between two variables may be a coincidence?
Section 9.1 Summary Introduced linear correlation, independent and dependent variables and the types of correlation Found a correlation coefficient Tested a population correlation coefficient ρ using a table Performed a hypothesis test for a population correlation coefficient ρ Distinguished between correlation and causation
Section 9.2 Linear Regression
Section 9.2 Objectives Find the equation of a regression line Predict y-values using a regression equation
Regression lines After verifying that the linear correlation between two variables is significant, next we determine the equation of the line that best models the data (regression line). Can be used to predict the value of y for a given value of x. x y
Residuals Residual The difference between the observed y-value and the predicted y-value for a given x-value on the line. For a given x-value, di = (observed y-value) – (predicted y-value) x y }d1 }d2 d3{ d4{ }d5 d6{ Predicted y-value Observed y-value
Regression Line Regression line (line of best fit) The line for which the sum of the squares of the residuals is a minimum. The equation of a regression line for an independent variable x and a dependent variable y is ŷ = mx + b y-intercept Predicted y-value for a given x-value Slope
The Equation of a Regression Line ŷ = mx + b where is the mean of the y-values in the data is the mean of the x-values in the data The regression line always passes through the point:
Example: Finding the Equation of a Regression Line Find the equation of the regression line for the advertising expenditures and company sales data. Advertising expenses, ($1000), x Company sales ($1000), y 2.4 225 1.6 184 2.0 220 2.6 240 1.4 180 186 2.2 215
Solution: Finding the Equation of a Regression Line Recall from section 9.1: x y xy x2 y2 2.4 225 1.6 184 2.0 220 2.6 240 1.4 180 186 2.2 215 540 5.76 50,625 294.4 2.56 33,856 440 4 48,400 624 6.76 57,600 252 1.96 32,400 294.4 2.56 33,856 372 4 34,596 473 4.84 46,225 Σx = 15.8 Σy = 1634 Σxy = 3289.8 Σx2 = 32.44 Σy2 = 337,558
Solution: Finding the Equation of a Regression Line Σx = 15.8 Σy = 1634 Σxy = 3289.8 Σx2 = 32.44 Σy2 = 337,558 Equation of the regression line
Solution: Finding the Equation of a Regression Line To sketch the regression line, use any two x-values within the range of the data and calculate the corresponding y-values from the regression line. x Advertising expenses (in thousands of dollars) Company sales y
Example: Using Technology to Find a Regression Equation Use a technology tool to find the equation of the regression line for the Old Faithful data. Duration x Time, y 1.8 56 3.78 79 1.82 58 3.83 85 1.9 62 3.88 80 1.93 4.1 89 1.98 57 4.27 90 2.05 4.3 2.13 60 4.43 2.3 4.47 86 2.37 61 4.53 2.82 73 4.55 3.13 76 4.6 92 3.27 77 4.63 91 3.65
Using Technology to Find a Regression Equation
Example: Predicting y-Values Using Regression Equations The regression equation for the advertising expenses (in thousands of dollars) and company sales (in thousands of dollars) data is ŷ = 50.729x + 104.061. Use this equation to predict the expected company sales for the following advertising expenses. (Recall from section 9.1 that x and y have a significant linear correlation.) 1.5 thousand dollars 1.8 thousand dollars 2.5 thousand dollars
ŷ =50.729(1.5) + 104.061 ≈ 180.155 ŷ =50.729(1.8) + 104.061 ≈ 195.373 ŷ =50.729(2.5) + 104.061 ≈ 230.884
Solution: Predicting y-Values Using Regression Equations ŷ = 50.729x + 104.061 1.5 thousand dollars ŷ =50.729(1.5) + 104.061 ≈ 180.155 When the advertising expenses are $1500, the company sales are about $180,155. 1.8 thousand dollars ŷ =50.729(1.8) + 104.061 ≈ 195.373 When the advertising expenses are $1800, the company sales are about $195,373.
Solution: Predicting y-Values Using Regression Equations 2.5 thousand dollars ŷ =50.729(2.5) + 104.061 ≈ 230.884 When the advertising expenses are $2500, the company sales are about $230,884. Prediction values are meaningful only for x-values in (or close to) the range of the data. The x-values in the original data set range from 1.4 to 2.6. So, it would not be appropriate to use the regression line to predict company sales for advertising expenditures such as 0.5 ($500) or 5.0 ($5000).
Section 9.2 Summary Found the equation of a regression line Predicted y-values using a regression equation
Measures of Regression and Prediction Intervals Section 9.3 Measures of Regression and Prediction Intervals
Section 9.3 Objectives Interpret the three types of variation about a regression line Find and interpret the coefficient of determination Find and interpret the standard error of the estimate for a regression line Construct and interpret a prediction interval for y
Variation About a Regression Line Three types of variation about a regression line Total variation Explained variation Unexplained variation To find the total variation, you must first calculate The total deviation The explained deviation The unexplained deviation
Variation About a Regression Line at every xi: Total Deviation = Explained Deviation = Unexplained Deviation = y (xi, yi) Unexplained deviation Total deviation Explained deviation (xi, ŷi) (xi, y) x
Variation About a Regression Line Total variation The sum of the squares of the differences between the y-value of each ordered pair and the mean of y. Explained variation The sum of the squares of the differences between each predicted y-value and the mean of y. Total variation = Explained variation =
Variation About a Regression Line Unexplained variation The sum of the squares of the differences between the y-value of each ordered pair and each corresponding predicted y-value. Unexplained variation = The sum of the explained and unexplained variation is equal to the total variation. Total variation = Explained variation + Unexplained variation = +
Coefficient of Determination The ratio of the explained variation to the total variation. Denoted by r2
Use a technology tool to find the equation of the regression line for the Old Faithful data. We can confirm the formula: Duration x Time, y 1.8 56 3.78 79 1.82 58 3.83 85 1.9 62 3.88 80 1.93 4.1 89 1.98 57 4.27 90 2.05 4.3 2.13 60 4.43 2.3 4.47 86 2.37 61 4.53 2.82 73 4.55 3.13 76 4.6 92 3.27 77 4.63 91 3.65
Example: Coefficient of Determination The correlation coefficient for the advertising expenses and company sales data as calculated in Section 9.1 is r ≈ 0.913. Find the coefficient of determination. What does this tell you about the explained variation of the data about the regression line? About the unexplained variation? Solution: About 83.4% of the variation in the company sales can be explained by the variation in the advertising expenditures. About 16.6% of the variation is unexplained.
The Standard Error of Estimate The standard deviation of the observed yi -values about the predicted ŷ-value for a given xi -value. Denoted by se. The closer the observed y-values are to the predicted y-values, the smaller the standard error of estimate will be. n is the number of ordered pairs in the data set
The Standard Error of Estimate In Words In Symbols Make a table that includes the column heading shown. Use the regression equation to calculate the predicted y-values. Calculate the sum of the squares of the differences between each observed y-value and the corresponding predicted y-value. Find the standard error of estimate.
Example: Standard Error of Estimate The regression equation for the advertising expenses and company sales data as calculated in section 9.2 is ŷ = 50.729x + 104.061 Find the standard error of estimate. Solution: Use a table to calculate the sum of the squared differences of each observed y-value and the corresponding predicted y-value.
Solution: Standard Error of Estimate x y ŷ i (yi – ŷ i)2 2.4 225 225.81 (225 – 225.81)2 = 0.6561 1.6 184 185.23 (184 – 185.23)2 = 1.5129 2.0 220 205.52 (220 – 205.52)2 = 209.6704 2.6 240 235.96 (240 – 235.96)2 = 16.3216 1.4 180 175.08 (180 – 175.08)2 = 24.2064 186 (186 – 205.52)2 = 381.0304 2.2 215 215.66 (215 – 215.66)2 = 0.4356 Σ = 635.3463 unexplained variation
Solution: Standard Error of Estimate n = 8, Σ(yi – ŷ i)2 = 635.3463 The standard error of estimate of the company sales for a specific advertising expense is about $10.29.
Prediction Intervals Two variables have a bivariate normal distribution if for any fixed value of x, the corresponding values of y are normally distributed and for any fixed values of y, the corresponding x-values are normally distributed.
Prediction Intervals A prediction interval can be constructed for the true value of y. Given a linear regression equation ŷ = mx + b and x0, a specific value of x, a c-prediction interval for y is ŷ – E < y < ŷ + E where The point estimate is ŷ and the margin of error is E. The probability that the prediction interval contains y is c.
Constructing a Prediction Interval for y for a Specific Value of x In Words In Symbols Identify the number of ordered pairs in the data set n and the degrees of freedom. Use the regression equation and the given x-value to find the point estimate ŷ. Find the critical value tc that corresponds to the given level of confidence c. d.f. = n – 2 Use Table 5 in Appendix B.
Constructing a Prediction Interval for y for a Specific Value of x In Words In Symbols Find the standard error of estimate se. Find the margin of error E. Find the left and right endpoints and form the prediction interval. Left endpoint: ŷ – E Right endpoint: ŷ + E Interval: ŷ – E < y < ŷ + E
Example: Constructing a Prediction Interval Construct a 95% prediction interval for the company sales when the advertising expenses are $2100. What can you conclude? Recall, n = 8, ŷ = 50.729x + 104.061, se = 10.290 Solution: Point estimate: ŷ = 50.729(2.1) + 104.061 ≈ 210.592 Critical value: d.f. = n –2 = 8 – 2 = 6 tc = 2.447
Solution: Constructing a Prediction Interval Left Endpoint: ŷ – E Right Endpoint: ŷ + E 210.592 – 26.857 ≈ 183.735 210.592 + 26.857 ≈ 237.449 183.735 < y < 237.449 You can be 95% confident that when advertising expenses are $2100, the company sales will be between $183,735 and $237,449.
All the values necessary to calculate E are found under the VARS/ Statistics (5). s value is found after doing a LinRegTTest. © 2012 Pearson Education, Inc.
Section 9.3 Summary Interpreted the three types of variation about a regression line Found and interpreted the coefficient of determination Found and interpreted the standard error of the estimate for a regression line Constructed and interpreted a prediction interval for y
Section 9.4 Multiple Regression
Section 9.4 Objectives Use technology to find a multiple regression equation, the standard error of estimate and the coefficient of determination Use a multiple regression equation to predict y-values
Multiple Regression Equation In many instances, a better prediction can be found for a dependent (response) variable by using more than one independent (explanatory) variable. For example, a more accurate prediction for the company sales discussed in previous sections might be made by considering the number of employees on the sales staff as well as the advertising expenses.
Multiple Regression Equation ŷ = b + m1x1 + m2x2 + m3x3 + … + mkxk x1, x2, x3,…, xk are independent variables b is the y-intercept y is the dependent variable * Because the mathematics associated with this concept is complicated, technology is generally used to calculate the multiple regression equation.
Example: Finding a Multiple Regression Equation A researcher wants to determine how employee salaries at a certain company are related to the length of employment, previous experience, and education. The researcher selects eight employees from the company and obtains the data shown on the next slide. Use Minitab to find a multiple regression equation that models the data.
Example: Finding a Multiple Regression Equation Employee Salary, y Employment (yrs), x1 Experience (yrs), x2 Education (yrs), x3 A 57,310 10 2 16 B 57,380 5 6 C 54,135 3 1 12 D 56,985 14 E 58,715 8 F 60,620 20 G 59,200 4 18 H 60,320 17
Solution: Finding a Multiple Regression Equation Enter the y-values in C1 and the x1-, x2-, and x3-values in C2, C3 and C4 respectively. Select “Regression > Regression…” from the Stat menu. Use the salaries as the response variable and the remaining data as the predictors.
Solution: Finding a Multiple Regression Equation The regression equation is ŷ = 49,764 + 364x1 + 228x2 + 267x3
Predicting y-Values After finding the equation of the multiple regression line, you can use the equation to predict y-values over the range of the data. To predict y-values, substitute the given value for each independent variable into the equation, then calculate ŷ.
Example: Predicting y-Values Use the regression equation ŷ = 49,764 + 364x1 + 228x2 + 267x3 to predict an employee’s salary given 12 years of current employment, 5 years of experience, and 16 years of education. Solution: ŷ = 49,764 + 364(12) + 228(5) + 267(16) = 59,544 The employee’s predicted salary is $59,544.
Section 9.4 Summary Used technology to find a multiple regression equation, the standard error of estimate and the coefficient of determination Used a multiple regression equation to predict y-values
Elementary Statistics: Active Learning Lecture Slides For use with Classroom Response Systems Elementary Statistics: Picturing the World Fifth Edition by Larson and Farber © 2012 Pearson Education, Inc.
Determine the type of correlation between the variables. Positive linear correlation Negative linear correlation No linear correlation © 2012 Pearson Education, Inc.
Determine the type of correlation between the variables. Positive linear correlation Negative linear correlation No linear correlation © 2012 Pearson Education, Inc.
Calculate the correlation coefficient r, for temperature (x) and number of cups of coffee sold per hour (y). 0.946 –0.973 –2.469 81.760 x 65 60 55 50 45 40 35 30 25 y 8 10 11 13 12 16 19 22 23 © 2012 Pearson Education, Inc.
Calculate the correlation coefficient r, for temperature (x) and number of cups of coffee sold per hour (y). 0.946 –0.973 –2.469 81.760 x 65 60 55 50 45 40 35 30 25 y 8 10 11 13 12 16 19 22 23 © 2012 Pearson Education, Inc.
Find the t test statistic to determine if the correlation coefficient for temperature (x) and number of cups of coffee sold per hour (y) is significant. 10.8 –0.973 –11.1 –1.8 x 65 60 55 50 45 40 35 30 25 y 8 10 11 13 12 16 19 22 23 © 2012 Pearson Education, Inc.
Find the t test statistic to determine if the correlation coefficient for temperature (x) and number of cups of coffee sold per hour (y) is significant. 10.8 –0.973 –11.1 –1.8 x 65 60 55 50 45 40 35 30 25 y 8 10 11 13 12 16 19 22 23 © 2012 Pearson Education, Inc.
Find the equation of the regression line for temperature (x) and number of cups of coffee sold per hour (y). x 65 60 55 50 45 40 35 30 25 y 8 10 11 13 12 16 19 22 23 © 2012 Pearson Education, Inc.
Find the equation of the regression line for temperature (x) and number of cups of coffee sold per hour (y). x 65 60 55 50 45 40 35 30 25 y 8 10 11 13 12 16 19 22 23 © 2012 Pearson Education, Inc.
The equation of the regression line for temperature (x) and number of cups of coffee sold per hour (y) is Predict the number of cups of coffee sold per hour when the temperature is 48º. 41.4 30.7 13.8 50.5 © 2012 Pearson Education, Inc.
The equation of the regression line for temperature (x) and number of cups of coffee sold per hour (y) is Predict the number of cups of coffee sold per hour when the temperature is 48º. 41.4 30.7 13.8 50.5 © 2012 Pearson Education, Inc.
Calculate the coefficient of determination r2, for temperature (x) and number of cups of coffee sold per hour (y). 0.946 –0.973 –2.469 81.760 x 65 60 55 50 45 40 35 30 25 y 8 10 11 13 12 16 19 22 23 © 2012 Pearson Education, Inc.
Calculate the coefficient of determination r2, for temperature (x) and number of cups of coffee sold per hour (y). 0.946 –0.973 –2.469 81.760 x 65 60 55 50 45 40 35 30 25 y 8 10 11 13 12 16 19 22 23 © 2012 Pearson Education, Inc.
Find the standard error of the estimate se, for temperature (x) and number of cups of coffee sold per hour (y). 0.139 12.47 1.78 1.33 x 65 60 55 50 45 40 35 30 25 y 8 10 11 13 12 16 19 22 23 © 2012 Pearson Education, Inc.
Find the standard error of the estimate se, for temperature (x) and number of cups of coffee sold per hour (y). 0.139 12.47 1.78 1.33 x 65 60 55 50 45 40 35 30 25 y 8 10 11 13 12 16 19 22 23 © 2012 Pearson Education, Inc.
Construct a 95% prediction interval for the number of cups of coffee sold per hour (y) when the temperature (x) is 48º. se ≈ 1.33, 11.255 < y < 16.255 10.241 < y < 17.269 10.431 < y < 17.079 12.707 < y < 14.803 x 65 60 55 50 45 40 35 30 25 y 8 10 11 13 12 16 19 22 23 © 2012 Pearson Education, Inc.
Construct a 95% prediction interval for the number of cups of coffee sold per hour (y) when the temperature (x) is 48º. x 65 60 55 50 45 40 35 30 25 y 8 10 11 13 12 16 19 22 23 d.f. = n –2 = 9 – 2 = 7
To predict the price of a used Toyota Camry, use the equation where x1 is the age of the car (in years) and x2 is the mileage (in thousands). Predict the y-value for x1 = 6 and x2 = 54. $17,612 $15,982 $18,526 $22,174 © 2012 Pearson Education, Inc.
To predict the price of a used Toyota Camry, use the equation where x1 is the age of the car (in years) and x2 is the mileage (in thousands). Predict the y-value for x1 = 6 and x2 = 54. $17,612 $15,982 $18,526 $22,174 © 2012 Pearson Education, Inc.