Two-Variable Analysis: Simple Linear Regression/ Correlation

Size: px
Start display at page:

Download "Two-Variable Analysis: Simple Linear Regression/ Correlation"

Transcription

1 Two-Variable Analysis: Simple Linear Regression/ Correlation 1

2 Topics I. Scatter Plot (X-Y Graph) II. III. Simple Linear Regression Correlation, R IV. Assessing Model Accuracy, R 2 V. Regression Abuses / Misinterpreting Correlation 2

3 I. Scatter Plot Used to visualize relationship between two variables. Common Findings Shown: Linear relationships Non-linear relationships No Relationships (robustness) 3

4 Scatter Plot Shows the relationship between X (predictor) and Y (response) given a range of X. Y Dependent Variable Response Variable X Independent Variable Predictor Variable 4

5 Example 1: Sales Analysis Suppose a sales manager wants to assess the performance of some of their sales reps based on the time they have worked with the company. What is the response, what is the predictor? Sample Time with Company (months) Average Monthly Sales, $ Sample Time with Company (months) Average Monthly Sales, $ 1 11 $25, $68, $32, $53, $24, $52, $36, $72, $31, $72, $35, $55, $34, $65, $42, $70, $40, $73, $44, $78, $55, $52, $37, $66, $54,880 5

6 Scatter Plot: Sales Territory Performance Is there a relationship here? Average Monthly Sales, $ $90,000 $80,000 $70,000 $60,000 $50,000 $40,000 $30,000 $20,000 $10,000 $ Time with Company (months) 6

7 Lecture Exercise: Changing Range of X Suppose you reduce your sample to only include salespersons with time between months. [Excel file: regression.xls] Compute the range of Y (sales) for all the data, and the subset. Is the range of Y (sales) smaller, larger, or the same as over the full range of X? Construct a scatter plot of this new data set? Do you still think a strong relationship exists? 7

8 Lecture Exercise Solution Effect on Y by reducing Variation in X Is there still a strong linear relationship? Time Range,X Sales Range, Y ALL $54, $19,750 Is the range different for say than ? What is the lesson here? Average Monthly Sales, $ $100,000 $80,000 $60,000 $40,000 $20,000 $ Time with Company (months) 8

9 Lessons from Sales Territory Example Relationships between Y and X variables may change depending on the range of X. Scatter plots provide good visualization of relationships between variables, but we need a metric to assess Strength of Relationship. For Two variables we may use regression and correlation to assess this relationship. 9

10 II. Simple Linear Regression Simple Linear Regression examines the relationship between two variables: one response (y), and one predictor (x). If two variables are related, a regression equation may be used to predict a response value given a predictor value with better than random chance. 10

11 Simple Regression Equation Y = β o + β 1 X 1 Y = dependent variable (response) X 1 = independent variable (predictor) β 0 = intercept; the value of Y when X = 0. β 1 = slope; the predicted change in output Y per unit change of input X. Alternatively, Y = mx + b (m is slope, and b is y-intercept) 11

12 Computing Slope and Intercept We typically use software to compute the slope and y-intercept. In Excel, we may use: Or, compute automatically =slope(y-array,x-array); Using QETools and Regression =intercept(y-array,x-array) Tool (Or, Scatter plot tool). A B C D Sample Time with Company Average Monthly 1 (months) Sales, $ $25, $32, $24, $36, $31, $78,400 Slope $192 =slope(c3:c27,b3:b27) Intercept $34,623 =intercept(c3:c27,b3:b27) 12

13 Regression QETools To create a scatter plot with the slope and intercept, we may use Graphical Tools >> Scatter Plot, or Regression >> Linear Regression. Y (Response) = Sales X (Predictor) = Time with company (months) 13

14 Sales Example: Trend Line Example with best fit (trend) line and equation on scatter plot AverageSales$ Time(months) Regression y = x Intercept AverageSales$ (Y) Slope Time(months) (X) 14

15 Slope Values and Trend Lines Positive slope values Increasing trend lines on scatter plot. Negative slope values Decreasing trend lines on scatter plot. No slope (~0) Horizontal trend lines. Comment: be careful with using absolute magnitudes. Depending on units, a very small slope could be significant. 15

16 III. Correlation Correlation (R ) provides a measure of effectiveness model prediction. Perfect correlation suggests that we may pass a line through every observation. Y Y R = 1.0 X X 16

17 Correlation In assessing relationships between variables, we often want to know strength of relationship. The Pearson correlation coefficient, R, measures the extent to which two variables are related. R = ( x x )( y y ) i ( n 1) s x s y i where i = 1..n pairs -1 < R < 1 Microsoft excel function: = correl(array1,array2) 17

18 Correlation Sales Territory Example From Excel: Correl (R ) =correl(b2:b26,c2:c26) R = 0.86 Linear Model R R Time(months) AverageSales$ Scatter Plot Note: Scatter Plot with Correlation using QETools >> Graphical Summary >> Scatter Plot AverageSales$ y = x R 2 = Time(months) 18

19 Correlation Patterns Perfect Positive R = 1.0 Strong Positive R = 0.7 Perfect Negative R = -1.0 Strong Negative R = -0.7 Rule of Thumb: Correlation > 0.7 strong relationship 19

20 No Correlation If no correlation exists, R = 0. Response, Y Predictor, X 20

21 IV. Assessing Model Fit, R 2 Another tool to assess model fit (or predictability) is R 2. R 2 - multiple correlation coefficient R 2 is computed by squaring the correlation, R 0 (no correlation) < R 2 < 1 (perfect correlation) 21

22 What does R 2 Measure? R 2 - measures the % of the variance in Y explained by X over the observed range of X. Suppose R = 1 R 2 = 1, thus all of the variance in Y may be explained by X for the observed range of X. R =0.7 R 2 = 0.49, thus, 49% of the variance in Y may be explained by X for the observed range of X. R =0.1 R 2 = 0.01, thus, only 1% of the variance in Y may be explained by X for the observed range of X. 22

23 Sales Example Revisited Recall our different equations based on the range of X for the Sales example. Over the full range, we have high correlation where Time explains ~74% of Variance of Sales,$. Over the tighter range, Time explains much less of the Variance in Sales (~12%) Time Range,X Sales Range, Y Slope Intercept Correlation, R R 2 ALL $54,020 $192 $34, $19,750 $99 $48,

24 Lecture Exercise: Model Prediction and Correlation Suppose you are in charge of a Six Sigma project in a construction company to penetrate a new market Currently the construction company typically builds homes around 1,500 sq-ft. One of your response variables is home sales price. Note: Recent market data has been collected for the analysis Excel Data File: regression.xls 24

25 Lecture Exercise: Home Sales Analysis Data Analysis: Response: Home Sales Price Predictor: Home Size, Target: Home Sales Price > $150,000 Perform the following: Home Size (Hundreds of Sq-ft) Sales Price (Thousands of Dollars) Scatter plot (Home Size Vs. Sales Price), fitted regression line, Correlation (R), and Assess fit, R 2 25

26 Home Sales Example: Scatter Plot / R 2 Home Sales Example: R = 0.97; R 2 = 0.94 Home Sales Price Vs. Home Size Sales Price (000's $) y = 6.23x R 2 = Home Size (00's Sq-ft) 26

27 Lecture Exercise: Interpreting Results Clearly, home size has a strong relationship with sales price. Suppose the company wants to build homes that sell for more than $150,000, how might we determine the appropriate home size from our model? 1. What home size would the company need to build to sell for $150,000 (Hint: Find X given Y = 150)? 2. What home size would the company need to build to sell for $400,000 (Hint: Find X given Y = 400)? 27

28 QETools >> Response Solver Given an equation, QETools can solve for either X or Y given the other. Response Optimization Use scroll bars or enter values below HomeSize(Sq-ft) Y Response Optimization Use scroll bars or enter values below HomeSize(Sq-ft) Y SalesPrice($) (Y SalesPrice($) HomeSize(Sq-ft) Regression y = 6.231x R 2 = HomeSize(Sq-ft) (X) 28

29 Solve the Equation for X Equation and Estimates: Y = 6.23X If Y = 150, X = or 1,272 Sq-ft If Y = 400, X = or 5,285 Sq-ft Do these values make sense? Home Size (Hundreds of Sq-ft) Sales Price (Thousands of Dollars) Note: From QETools >> Regression >> Linear Regression. 29

30 Re-Examine Scatter Plot Are these data linear? Home Sales Price Vs. Home Size Sales Price (000's $) Home Size (00's Sq-ft) 30

31 Scatter Plot with Quadratic Line Using Graphical Tools >> Scatter Plot, we may select quadratic for best fit line. 240 HomeSize(Sq-ft) SalesPrice($) Scatter Plot 220 y = x x R 2 = SalesPrice($ HomeSize(Sq-ft) 31

32 V. Regression Abuses / Misinterpreting Correlation Between the Sales Territory and Home Sales examples, we have noted several potential abuses of regression: Be careful that you have a linear model when applying linear regression. Do not make inferences outside the region of study (example: home size = 0). Relationships between X and Y may change depending on the range of observed X values. Two additional issues are: Be careful of extreme values and their impact on correlation estimates. Correlation does not necessarily imply causation. 32

33 Extreme Values Consider an experiment between temperature and gasoline consumption. Based on these data, are they strongly related? Temperature (F) Gasoline Consumption Correlation

34 Gas Consumption Example With temperature = 32 reading R = -0.81; without this reading -0.2 Lesson Graph before interpreting correlation! Temperature Vs Gas Consumption Gas Consumption Temperature 34

35 Interpreting Correlation When drawing conclusions based on correlation, several issues must be considered: Correlation coefficient (R) measures the linear relationship (non-linear may exist). Correlation coefficient may be sensitive to extreme values ALWAYS GRAPH. Correlation does not necessarily indicate cause and effect! 35

36 Correlation Vs. Causation Correlation does not necessarily imply causation!! Does your income tend to increase mostly because you are older or because you have more experience/ seniority at your company? Salary, $ Response, Y Response, Y Predictor, X Predictor, X Age 36

37 Verifying Causation To verify that correlation relates to causation, we should conduct controlled experiments. Approach: hold other process variables fixed and then test if Y changes in relation to X. Or, experiment with multiple variables in a systematic approach (Note: Design of Experiments) provides more advanced verification approaches for multiple X variables (covered in Black Belt Course). 37

38 Summary: Regression / Correlation and Six Sigma Regression and correlation provide tools to measure strength of relationships between variables (usually between continuous variables). Explore relationships using scatter plots to avoid abuses. Regression/correlation is often used during the Analysis Phase to assess relationships between outputs (Ys) and inputs (Xs). Or, during the improve and/or control phase to VERIFY relationships. Remember, finding no correlation may be just as important as finding a strong causal correlation. COST AVOIDANCE find setting or range of settings for X in which Y is robust (insensitive)! 38

Chapter 12 - Part I: Correlation Analysis

Chapter 12 - Part I: Correlation Analysis ST coursework due Friday, April - Chapter - Part I: Correlation Analysis Textbook Assignment Page - # Page - #, Page - # Lab Assignment # (available on ST webpage) GOALS When you have completed this lecture,

More information

Graphing Equations in Slope-Intercept Form 4.1. Positive Slope Negative Slope 0 slope No Slope

Graphing Equations in Slope-Intercept Form 4.1. Positive Slope Negative Slope 0 slope No Slope Slope-Intercept Form y = mx + b m = slope b = y-intercept Graphing Equations in Slope-Intercept Form 4.1 Positive Slope Negative Slope 0 slope No Slope Example 1 Write an equation in slope-intercept form

More information

Business Statistics. Lecture 10: Correlation and Linear Regression

Business Statistics. Lecture 10: Correlation and Linear Regression Business Statistics Lecture 10: Correlation and Linear Regression Scatterplot A scatterplot shows the relationship between two quantitative variables measured on the same individuals. It displays the Form

More information

Introduction to Basic Statistics Version 2

Introduction to Basic Statistics Version 2 Introduction to Basic Statistics Version 2 Pat Hammett, Ph.D. University of Michigan 2014 Instructor Comments: This document contains a brief overview of basic statistics and core terminology/concepts

More information

Correlation & Simple Regression

Correlation & Simple Regression Chapter 11 Correlation & Simple Regression The previous chapter dealt with inference for two categorical variables. In this chapter, we would like to examine the relationship between two quantitative variables.

More information

Chapter 6: Exploring Data: Relationships Lesson Plan

Chapter 6: Exploring Data: Relationships Lesson Plan Chapter 6: Exploring Data: Relationships Lesson Plan For All Practical Purposes Displaying Relationships: Scatterplots Mathematical Literacy in Today s World, 9th ed. Making Predictions: Regression Line

More information

Mathematics Level D: Lesson 2 Representations of a Line

Mathematics Level D: Lesson 2 Representations of a Line Mathematics Level D: Lesson 2 Representations of a Line Targeted Student Outcomes Students graph a line specified by a linear function. Students graph a line specified by an initial value and rate of change

More information

CHAPTER 5 LINEAR REGRESSION AND CORRELATION

CHAPTER 5 LINEAR REGRESSION AND CORRELATION CHAPTER 5 LINEAR REGRESSION AND CORRELATION Expected Outcomes Able to use simple and multiple linear regression analysis, and correlation. Able to conduct hypothesis testing for simple and multiple linear

More information

Analyzing Lines of Fit

Analyzing Lines of Fit 4.5 Analyzing Lines of Fit Essential Question How can you analytically find a line of best fit for a scatter plot? Finding a Line of Best Fit Work with a partner. The scatter plot shows the median ages

More information

1 Correlation and Inference from Regression

1 Correlation and Inference from Regression 1 Correlation and Inference from Regression Reading: Kennedy (1998) A Guide to Econometrics, Chapters 4 and 6 Maddala, G.S. (1992) Introduction to Econometrics p. 170-177 Moore and McCabe, chapter 12 is

More information

Regression Models. Chapter 4

Regression Models. Chapter 4 Chapter 4 Regression Models To accompany Quantitative Analysis for Management, Eleventh Edition, by Render, Stair, and Hanna Power Point slides created by Brian Peterson Introduction Regression analysis

More information

Year 10 Mathematics Semester 2 Bivariate Data Chapter 13

Year 10 Mathematics Semester 2 Bivariate Data Chapter 13 Year 10 Mathematics Semester 2 Bivariate Data Chapter 13 Why learn this? Observations of two or more variables are often recorded, for example, the heights and weights of individuals. Studying the data

More information

Correlation and Regression

Correlation and Regression Correlation and Regression Dr. Bob Gee Dean Scott Bonney Professor William G. Journigan American Meridian University 1 Learning Objectives Upon successful completion of this module, the student should

More information

Chapter 4: Regression Models

Chapter 4: Regression Models Sales volume of company 1 Textbook: pp. 129-164 Chapter 4: Regression Models Money spent on advertising 2 Learning Objectives After completing this chapter, students will be able to: Identify variables,

More information

Linear Regression 3.2

Linear Regression 3.2 3.2 Linear Regression Regression is an analytic technique for determining the relationship between a dependent variable and an independent variable. When the two variables have a linear correlation, you

More information

Regression Models. Chapter 4. Introduction. Introduction. Introduction

Regression Models. Chapter 4. Introduction. Introduction. Introduction Chapter 4 Regression Models Quantitative Analysis for Management, Tenth Edition, by Render, Stair, and Hanna 008 Prentice-Hall, Inc. Introduction Regression analysis is a very valuable tool for a manager

More information

Business Statistics. Chapter 14 Introduction to Linear Regression and Correlation Analysis QMIS 220. Dr. Mohammad Zainal

Business Statistics. Chapter 14 Introduction to Linear Regression and Correlation Analysis QMIS 220. Dr. Mohammad Zainal Department of Quantitative Methods & Information Systems Business Statistics Chapter 14 Introduction to Linear Regression and Correlation Analysis QMIS 220 Dr. Mohammad Zainal Chapter Goals After completing

More information

Topic 10 - Linear Regression

Topic 10 - Linear Regression Topic 10 - Linear Regression Least squares principle Hypothesis tests/confidence intervals/prediction intervals for regression 1 Linear Regression How much should you pay for a house? Would you consider

More information

Linear Regression Communication, skills, and understanding Calculator Use

Linear Regression Communication, skills, and understanding Calculator Use Linear Regression Communication, skills, and understanding Title, scale and label the horizontal and vertical axes Comment on the direction, shape (form), and strength of the relationship and unusual features

More information

Applied Regression Modeling: A Business Approach Chapter 2: Simple Linear Regression Sections

Applied Regression Modeling: A Business Approach Chapter 2: Simple Linear Regression Sections Applied Regression Modeling: A Business Approach Chapter 2: Simple Linear Regression Sections 2.1 2.3 by Iain Pardoe 2.1 Probability model for and 2 Simple linear regression model for and....................................

More information

Section 2.5 from Precalculus was developed by OpenStax College, licensed by Rice University, and is available on the Connexions website.

Section 2.5 from Precalculus was developed by OpenStax College, licensed by Rice University, and is available on the Connexions website. Section 2.5 from Precalculus was developed by OpenStax College, licensed by Rice University, and is available on the Connexions website. It is used under a Creative Commons Attribution-NonCommercial- ShareAlike

More information

Steps to take to do the descriptive part of regression analysis:

Steps to take to do the descriptive part of regression analysis: STA 2023 Simple Linear Regression: Least Squares Model Steps to take to do the descriptive part of regression analysis: A. Plot the data on a scatter plot. Describe patterns: 1. Is there a strong, moderate,

More information

Outline. Lesson 3: Linear Functions. Objectives:

Outline. Lesson 3: Linear Functions. Objectives: Lesson 3: Linear Functions Objectives: Outline I can determine the dependent and independent variables in a linear function. I can read and interpret characteristics of linear functions including x- and

More information

Six Sigma Black Belt Study Guides

Six Sigma Black Belt Study Guides Six Sigma Black Belt Study Guides 1 www.pmtutor.org Powered by POeT Solvers Limited. Analyze Correlation and Regression Analysis 2 www.pmtutor.org Powered by POeT Solvers Limited. Variables and relationships

More information

Graphing and Writing Linear Equations Review 3.1, 3.3, & 4.4. Name: Date: Period:

Graphing and Writing Linear Equations Review 3.1, 3.3, & 4.4. Name: Date: Period: Graphing and Writing Linear Equations Review.1,., 4.1-4. & 4.4 Algebra I Name: Date: Period: Quest Topics Section.1 linear versus nonlinear rewrite linear equations in standard form: Ax By C find and use

More information

Chapter 16. Simple Linear Regression and Correlation

Chapter 16. Simple Linear Regression and Correlation Chapter 16 Simple Linear Regression and Correlation 16.1 Regression Analysis Our problem objective is to analyze the relationship between interval variables; regression analysis is the first tool we will

More information

SMAM 314 Practice Final Examination Winter 2003

SMAM 314 Practice Final Examination Winter 2003 SMAM 314 Practice Final Examination Winter 2003 You may use your textbook, one page of notes and a calculator. Please hand in the notes with your exam. 1. Mark the following statements True T or False

More information

Reteach 2-3. Graphing Linear Functions. 22 Holt Algebra 2. Name Date Class

Reteach 2-3. Graphing Linear Functions. 22 Holt Algebra 2. Name Date Class -3 Graphing Linear Functions Use intercepts to sketch the graph of the function 3x 6y 1. The x-intercept is where the graph crosses the x-axis. To find the x-intercept, set y 0 and solve for x. 3x 6y 1

More information

11.5 Regression Linear Relationships

11.5 Regression Linear Relationships Contents 11.5 Regression............................. 835 11.5.1 Linear Relationships................... 835 11.5.2 The Least Squares Regression Line........... 837 11.5.3 Using the Regression Line................

More information

Analyzing Functions Maximum & Minimum Points Lesson 75

Analyzing Functions Maximum & Minimum Points Lesson 75 (A) Lesson Objectives a. Understand what is meant by the term extrema as it relates to functions b. Use graphic and algebraic methods to determine extrema of a function c. Apply the concept of extrema

More information

Chapter 12 Summarizing Bivariate Data Linear Regression and Correlation

Chapter 12 Summarizing Bivariate Data Linear Regression and Correlation Chapter 1 Summarizing Bivariate Data Linear Regression and Correlation This chapter introduces an important method for making inferences about a linear correlation (or relationship) between two variables,

More information

BIOSTATISTICS NURS 3324

BIOSTATISTICS NURS 3324 Simple Linear Regression and Correlation Introduction Previously, our attention has been focused on one variable which we designated by x. Frequently, it is desirable to learn something about the relationship

More information

Typing Equations in MS Word 2010

Typing Equations in MS Word 2010 CM3215 Fundamentals of Chemical Engineering Laboratory Typing Equations in MS Word 2010 https://www.youtube.com/watch?v=cenp9mehtmy Professor Faith Morrison Department of Chemical Engineering Michigan

More information

Keller: Stats for Mgmt & Econ, 7th Ed July 17, 2006

Keller: Stats for Mgmt & Econ, 7th Ed July 17, 2006 Chapter 17 Simple Linear Regression and Correlation 17.1 Regression Analysis Our problem objective is to analyze the relationship between interval variables; regression analysis is the first tool we will

More information

Big Data Analysis with Apache Spark UC#BERKELEY

Big Data Analysis with Apache Spark UC#BERKELEY Big Data Analysis with Apache Spark UC#BERKELEY This Lecture: Relation between Variables An association A trend» Positive association or Negative association A pattern» Could be any discernible shape»

More information

Use slope and y-intercept to write an equation. Write an equation of the line with a slope of 1 } 2. Write slope-intercept form.

Use slope and y-intercept to write an equation. Write an equation of the line with a slope of 1 } 2. Write slope-intercept form. 5.1 Study Guide For use with pages 282 291 GOAL Write equations of lines. EXAMPLE 1 Use slope and y-intercept to write an equation Write an equation of the line with a slope of 1 } 2 and a y-intercept

More information

MBA Statistics COURSE #4

MBA Statistics COURSE #4 MBA Statistics 51-651-00 COURSE #4 Simple and multiple linear regression What should be the sales of ice cream? Example: Before beginning building a movie theater, one must estimate the daily number of

More information

Quantitative Bivariate Data

Quantitative Bivariate Data Statistics 211 (L02) - Linear Regression Quantitative Bivariate Data Consider two quantitative variables, defined in the following way: X i - the observed value of Variable X from subject i, i = 1, 2,,

More information

Regression - Modeling a response

Regression - Modeling a response Regression - Modeling a response We often wish to construct a model to Explain the association between two or more variables Predict the outcome of a variable given values of other variables. Regression

More information

Chapter 10. Correlation and Regression. McGraw-Hill, Bluman, 7th ed., Chapter 10 1

Chapter 10. Correlation and Regression. McGraw-Hill, Bluman, 7th ed., Chapter 10 1 Chapter 10 Correlation and Regression McGraw-Hill, Bluman, 7th ed., Chapter 10 1 Chapter 10 Overview Introduction 10-1 Scatter Plots and Correlation 10- Regression 10-3 Coefficient of Determination and

More information

Examining Relationships. Chapter 3

Examining Relationships. Chapter 3 Examining Relationships Chapter 3 Scatterplots A scatterplot shows the relationship between two quantitative variables measured on the same individuals. The explanatory variable, if there is one, is graphed

More information

Objectives for Linear Activity. Calculate average rate of change/slope Interpret intercepts and slope of linear function Linear regression

Objectives for Linear Activity. Calculate average rate of change/slope Interpret intercepts and slope of linear function Linear regression Objectives for Linear Activity Calculate average rate of change/slope Interpret intercepts and slope of linear function Linear regression 1 Average Rate of Change & Slope On a graph, average rate of change

More information

Regression Models REVISED TEACHING SUGGESTIONS ALTERNATIVE EXAMPLES

Regression Models REVISED TEACHING SUGGESTIONS ALTERNATIVE EXAMPLES M04_REND6289_10_IM_C04.QXD 5/7/08 2:49 PM Page 46 4 C H A P T E R Regression Models TEACHING SUGGESTIONS Teaching Suggestion 4.1: Which Is the Independent Variable? We find that students are often confused

More information

MATH 1070 Introductory Statistics Lecture notes Relationships: Correlation and Simple Regression

MATH 1070 Introductory Statistics Lecture notes Relationships: Correlation and Simple Regression MATH 1070 Introductory Statistics Lecture notes Relationships: Correlation and Simple Regression Objectives: 1. Learn the concepts of independent and dependent variables 2. Learn the concept of a scatterplot

More information

INFERENCE FOR REGRESSION

INFERENCE FOR REGRESSION CHAPTER 3 INFERENCE FOR REGRESSION OVERVIEW In Chapter 5 of the textbook, we first encountered regression. The assumptions that describe the regression model we use in this chapter are the following. We

More information

Biostatistics and Design of Experiments Prof. Mukesh Doble Department of Biotechnology Indian Institute of Technology, Madras

Biostatistics and Design of Experiments Prof. Mukesh Doble Department of Biotechnology Indian Institute of Technology, Madras Biostatistics and Design of Experiments Prof. Mukesh Doble Department of Biotechnology Indian Institute of Technology, Madras Lecture - 39 Regression Analysis Hello and welcome to the course on Biostatistics

More information

Section 3: Simple Linear Regression

Section 3: Simple Linear Regression Section 3: Simple Linear Regression Carlos M. Carvalho The University of Texas at Austin McCombs School of Business http://faculty.mccombs.utexas.edu/carlos.carvalho/teaching/ 1 Regression: General Introduction

More information

Chapter 16. Simple Linear Regression and dcorrelation

Chapter 16. Simple Linear Regression and dcorrelation Chapter 16 Simple Linear Regression and dcorrelation 16.1 Regression Analysis Our problem objective is to analyze the relationship between interval variables; regression analysis is the first tool we will

More information

Business Statistics. Lecture 9: Simple Regression

Business Statistics. Lecture 9: Simple Regression Business Statistics Lecture 9: Simple Regression 1 On to Model Building! Up to now, class was about descriptive and inferential statistics Numerical and graphical summaries of data Confidence intervals

More information

Trendlines Simple Linear Regression Multiple Linear Regression Systematic Model Building Practical Issues

Trendlines Simple Linear Regression Multiple Linear Regression Systematic Model Building Practical Issues Trendlines Simple Linear Regression Multiple Linear Regression Systematic Model Building Practical Issues Overfitting Categorical Variables Interaction Terms Non-linear Terms Linear Logarithmic y = a +

More information

College Algebra. Word Problems

College Algebra. Word Problems College Algebra Word Problems Example 2 (Section P6) The table shows the numbers N (in millions) of subscribers to a cellular telecommunication service in the United States from 2001 through 2010, where

More information

Name Period Date Ch. 5 Systems of Linear Equations Review Guide

Name Period Date Ch. 5 Systems of Linear Equations Review Guide Reteaching 5-1 Solving Systems by Graphing ** A system of equations is a set of two or more equations that have the same variables. ** The solution of a system is an ordered pair that satisfies all equations

More information

Statistical Concepts. Constructing a Trend Plot

Statistical Concepts. Constructing a Trend Plot Module 1: Review of Basic Statistical Concepts 1.2 Plotting Data, Measures of Central Tendency and Dispersion, and Correlation Constructing a Trend Plot A trend plot graphs the data against a variable

More information

Chapter 9. Correlation and Regression

Chapter 9. Correlation and Regression Chapter 9 Correlation and Regression Lesson 9-1/9-2, Part 1 Correlation Registered Florida Pleasure Crafts and Watercraft Related Manatee Deaths 100 80 60 40 20 0 1991 1993 1995 1997 1999 Year Boats in

More information

Lesson 3 Average Rate of Change and Linear Functions

Lesson 3 Average Rate of Change and Linear Functions Lesson 3 Average Rate of Change and Linear Functions Lesson 3 Average Rate of Change and Linear Functions In this lesson, we will introduce the concept of average rate of change followed by a review of

More information

Lecture 3. The Population Variance. The population variance, denoted σ 2, is the sum. of the squared deviations about the population

Lecture 3. The Population Variance. The population variance, denoted σ 2, is the sum. of the squared deviations about the population Lecture 5 1 Lecture 3 The Population Variance The population variance, denoted σ 2, is the sum of the squared deviations about the population mean divided by the number of observations in the population,

More information

Ch 13 & 14 - Regression Analysis

Ch 13 & 14 - Regression Analysis Ch 3 & 4 - Regression Analysis Simple Regression Model I. Multiple Choice:. A simple regression is a regression model that contains a. only one independent variable b. only one dependent variable c. more

More information

Important note: Transcripts are not substitutes for textbook assignments. 1

Important note: Transcripts are not substitutes for textbook assignments. 1 In this lesson we will cover correlation and regression, two really common statistical analyses for quantitative (or continuous) data. Specially we will review how to organize the data, the importance

More information

MINI LESSON. Lesson 2a Linear Functions and Applications

MINI LESSON. Lesson 2a Linear Functions and Applications MINI LESSON Lesson 2a Linear Functions and Applications Lesson Objectives: 1. Compute AVERAGE RATE OF CHANGE 2. Explain the meaning of AVERAGE RATE OF CHANGE as it relates to a given situation 3. Interpret

More information

Basic Business Statistics 6 th Edition

Basic Business Statistics 6 th Edition Basic Business Statistics 6 th Edition Chapter 12 Simple Linear Regression Learning Objectives In this chapter, you learn: How to use regression analysis to predict the value of a dependent variable based

More information

Finite Mathematics Chapter 1

Finite Mathematics Chapter 1 Finite Mathematics Chapter 1 Section 1.2 Straight Lines The equation of a horizontal line is of the form y # (namely b ), since m 0. The equation of a vertical line is of the form x # (namely the x -intercept

More information

Chapter 4. Regression Models. Learning Objectives

Chapter 4. Regression Models. Learning Objectives Chapter 4 Regression Models To accompany Quantitative Analysis for Management, Eleventh Edition, by Render, Stair, and Hanna Power Point slides created by Brian Peterson Learning Objectives After completing

More information

Chapter 14 Multiple Regression Analysis

Chapter 14 Multiple Regression Analysis Chapter 14 Multiple Regression Analysis 1. a. Multiple regression equation b. the Y-intercept c. $374,748 found by Y ˆ = 64,1 +.394(796,) + 9.6(694) 11,6(6.) (LO 1) 2. a. Multiple regression equation b.

More information

Chapter 3 Multiple Regression Complete Example

Chapter 3 Multiple Regression Complete Example Department of Quantitative Methods & Information Systems ECON 504 Chapter 3 Multiple Regression Complete Example Spring 2013 Dr. Mohammad Zainal Review Goals After completing this lecture, you should be

More information

Notation Measures of Location Measures of Dispersion Standardization Proportions for Categorical Variables Measures of Association Outliers

Notation Measures of Location Measures of Dispersion Standardization Proportions for Categorical Variables Measures of Association Outliers Notation Measures of Location Measures of Dispersion Standardization Proportions for Categorical Variables Measures of Association Outliers Population - all items of interest for a particular decision

More information

Chapter 1 Linear Equations and Graphs

Chapter 1 Linear Equations and Graphs Chapter 1 Linear Equations and Graphs Section R Linear Equations and Inequalities Important Terms, Symbols, Concepts 1.1. Linear Equations and Inequalities A first degree, or linear, equation in one variable

More information

Multiple Linear Regression

Multiple Linear Regression 1. Purpose To Model Dependent Variables Multiple Linear Regression Purpose of multiple and simple regression is the same, to model a DV using one or more predictors (IVs) and perhaps also to obtain a prediction

More information

Chapter 10. Regression. Understandable Statistics Ninth Edition By Brase and Brase Prepared by Yixun Shi Bloomsburg University of Pennsylvania

Chapter 10. Regression. Understandable Statistics Ninth Edition By Brase and Brase Prepared by Yixun Shi Bloomsburg University of Pennsylvania Chapter 10 Regression Understandable Statistics Ninth Edition By Brase and Brase Prepared by Yixun Shi Bloomsburg University of Pennsylvania Scatter Diagrams A graph in which pairs of points, (x, y), are

More information

Chapter 1 Review Applied Calculus 31

Chapter 1 Review Applied Calculus 31 Chapter Review Applied Calculus Section : Linear Functions As you hop into a taxicab in Allentown, the meter will immediately read $.0; this is the drop charge made when the taximeter is activated. After

More information

ALGEBRA 2 Summer Review Assignments Graphing

ALGEBRA 2 Summer Review Assignments Graphing ALGEBRA 2 Summer Review Assignments Graphing To be prepared for algebra two, and all subsequent math courses, you need to be able to accurately and efficiently find the slope of any line, be able to write

More information

Chapter 10 Correlation and Regression

Chapter 10 Correlation and Regression Chapter 10 Correlation and Regression 10-1 Review and Preview 10-2 Correlation 10-3 Regression 10-4 Variation and Prediction Intervals 10-5 Multiple Regression 10-6 Modeling Copyright 2010, 2007, 2004

More information

REVIEW 8/2/2017 陈芳华东师大英语系

REVIEW 8/2/2017 陈芳华东师大英语系 REVIEW Hypothesis testing starts with a null hypothesis and a null distribution. We compare what we have to the null distribution, if the result is too extreme to belong to the null distribution (p

More information

SALES AND MARKETING Department MATHEMATICS. 2nd Semester. Bivariate statistics. Tutorials and exercises

SALES AND MARKETING Department MATHEMATICS. 2nd Semester. Bivariate statistics. Tutorials and exercises SALES AND MARKETING Department MATHEMATICS 2nd Semester Bivariate statistics Tutorials and exercises Online document: http://jff-dut-tc.weebly.com section DUT Maths S2. IUT de Saint-Etienne Département

More information

Solving Linear Quadratic Systems Algebraically Algebra 1

Solving Linear Quadratic Systems Algebraically Algebra 1 Name: Solving Linear Quadratic Systems Algebraically Algebra 1 Date: In this lesson we will begin to work with solving linear-quadratic systems of equations. Recall that to x, y that satisfy all equations

More information

Correlation Analysis

Correlation Analysis Simple Regression Correlation Analysis Correlation analysis is used to measure strength of the association (linear relationship) between two variables Correlation is only concerned with strength of the

More information

Chapte The McGraw-Hill Companies, Inc. All rights reserved.

Chapte The McGraw-Hill Companies, Inc. All rights reserved. 12er12 Chapte Bivariate i Regression (Part 1) Bivariate Regression Visual Displays Begin the analysis of bivariate data (i.e., two variables) with a scatter plot. A scatter plot - displays each observed

More information

CRP 272 Introduction To Regression Analysis

CRP 272 Introduction To Regression Analysis CRP 272 Introduction To Regression Analysis 30 Relationships Among Two Variables: Interpretations One variable is used to explain another variable X Variable Independent Variable Explaining Variable Exogenous

More information

Math Literacy. Curriculum (457 topics)

Math Literacy. Curriculum (457 topics) Math Literacy This course covers the topics shown below. Students navigate learning paths based on their level of readiness. Institutional users may customize the scope and sequence to meet curricular

More information

STATISTICS 110/201 PRACTICE FINAL EXAM

STATISTICS 110/201 PRACTICE FINAL EXAM STATISTICS 110/201 PRACTICE FINAL EXAM Questions 1 to 5: There is a downloadable Stata package that produces sequential sums of squares for regression. In other words, the SS is built up as each variable

More information

1. Create a scatterplot of this data. 2. Find the correlation coefficient.

1. Create a scatterplot of this data. 2. Find the correlation coefficient. How Fast Foods Compare Company Entree Total Calories Fat (grams) McDonald s Big Mac 540 29 Filet o Fish 380 18 Burger King Whopper 670 40 Big Fish Sandwich 640 32 Wendy s Single Burger 470 21 1. Create

More information

MATH150-E01 Test #2 Summer 2016 Show all work. Name 1. Find an equation in slope-intercept form for the line through (4, 2) and (1, 3).

MATH150-E01 Test #2 Summer 2016 Show all work. Name 1. Find an equation in slope-intercept form for the line through (4, 2) and (1, 3). 1. Find an equation in slope-intercept form for the line through (4, 2) and (1, 3). 2. Let the supply and demand functions for sugar be given by p = S(q) = 1.4q 0.6 and p = D(q) = 2q + 3.2 where p is the

More information

Assignments for Algebra 1 Unit 4: Linear Functions and Correlation

Assignments for Algebra 1 Unit 4: Linear Functions and Correlation Name: Assignments for Algebra 1 Unit 4: Linear Functions and Correlation Day Date Assignment (Due the next class meeting) Thursday 10/25/12 (A) Monday 10/29/12 (B) 4.1 Worksheet Tuesday 10/30/12 (A) Wednesday

More information

Intermediate Algebra Final Exam Review

Intermediate Algebra Final Exam Review Intermediate Algebra Final Exam Review Note to students: The final exam for MAT10, MAT 11 and MAT1 will consist of 30 multiple-choice questions and a few open-ended questions. The exam itself will cover

More information

Chapter 11. Correlation and Regression

Chapter 11. Correlation and Regression Chapter 11. Correlation and Regression The word correlation is used in everyday life to denote some form of association. We might say that we have noticed a correlation between foggy days and attacks of

More information

Chapter 10. Correlation and Regression. McGraw-Hill, Bluman, 7th ed., Chapter 10 1

Chapter 10. Correlation and Regression. McGraw-Hill, Bluman, 7th ed., Chapter 10 1 Chapter 10 Correlation and Regression McGraw-Hill, Bluman, 7th ed., Chapter 10 1 Example 10-2: Absences/Final Grades Please enter the data below in L1 and L2. The data appears on page 537 of your textbook.

More information

where a =, and k =. Example 1: Determine if the function is a power function. For those that are not, explain why not.

where a =, and k =. Example 1: Determine if the function is a power function. For those that are not, explain why not. . Power Functions with Modeling PreCalculus. POWER FUNCTIONS WITH MODELING Learning Targets: 1. Identify a power functions.. Model power functions using the regression capabilities of your calculator.

More information

[Mean[e j ] Mean[e i ]]

[Mean[e j ] Mean[e i ]] Amherst College Department of Economics Economics 360 Fall 202 Solutions: Wednesday, September 26. Assume that the standard ordinary least square (OLS) premises are met. Let (x i, y i ) and (, y j ) be

More information

Quadratic function and equations Quadratic function/equations, supply, demand, market equilibrium

Quadratic function and equations Quadratic function/equations, supply, demand, market equilibrium Exercises 8 Quadratic function and equations Quadratic function/equations, supply, demand, market equilibrium Objectives - know and understand the relation between a quadratic function and a quadratic

More information

P.4 Lines in the Plane PreCalculus

P.4 Lines in the Plane PreCalculus P.4 Lines in the Plane PreCalculus P.4 LINES IN THE PLANE Learning Targets for P.4 1. Calculate Average Rate of Change between 2 points 2. Write the equation of a line in any form (point-slope, slope intercept

More information

Section 2.3. Function Notation and Making Predictions

Section 2.3. Function Notation and Making Predictions Function Notation and Making Predictions Using an Equation of a Linear Model to Make Predictions Example Using Function Notation with Models The table shows the average salaries of professors at fouryear

More information

Physics 120 Lab 4: Periodic Motion

Physics 120 Lab 4: Periodic Motion Physics 120 Lab 4: Periodic Motion Introduction Periodic motion is motion that repeats itself. You can see the repetition in the position-, velocity-, or acceleration-time graphs. The length of time to

More information

Bayesian Analysis LEARNING OBJECTIVES. Calculating Revised Probabilities. Calculating Revised Probabilities. Calculating Revised Probabilities

Bayesian Analysis LEARNING OBJECTIVES. Calculating Revised Probabilities. Calculating Revised Probabilities. Calculating Revised Probabilities Valua%on and pricing (November 5, 2013) LEARNING OBJECTIVES Lecture 7 Decision making (part 3) Regression theory Olivier J. de Jong, LL.M., MM., MBA, CFD, CFFA, AA www.olivierdejong.com 1. List the steps

More information

[DOC] GRAPHING LINEAR EQUATIONS WORKSHEET ANSWERS EBOOK

[DOC] GRAPHING LINEAR EQUATIONS WORKSHEET ANSWERS EBOOK 05 March, 2018 [DOC] GRAPHING LINEAR EQUATIONS WORKSHEET ANSWERS EBOOK Document Filetype: PDF 335.63 KB 0 [DOC] GRAPHING LINEAR EQUATIONS WORKSHEET ANSWERS EBOOK These function tables give students practice

More information

Sampling, Frequency Distributions, and Graphs (12.1)

Sampling, Frequency Distributions, and Graphs (12.1) 1 Sampling, Frequency Distributions, and Graphs (1.1) Design: Plan how to obtain the data. What are typical Statistical Methods? Collect the data, which is then subjected to statistical analysis, which

More information

The Quadratic Formula. ax 2 bx c 0 where a 0. Deriving the Quadratic Formula. Isolate the constant on the right side of the equation.

The Quadratic Formula. ax 2 bx c 0 where a 0. Deriving the Quadratic Formula. Isolate the constant on the right side of the equation. SECTION 11.2 11.2 The Quadratic Formula 11.2 OBJECTIVES 1. Solve quadratic equations by using the quadratic formula 2. Determine the nature of the solutions of a quadratic equation by using the discriminant

More information

Statistical View of Least Squares

Statistical View of Least Squares May 23, 2006 Purpose of Regression Some Examples Least Squares Purpose of Regression Purpose of Regression Some Examples Least Squares Suppose we have two variables x and y Purpose of Regression Some Examples

More information

Marginal Propensity to Consume/Save

Marginal Propensity to Consume/Save Marginal Propensity to Consume/Save The marginal propensity to consume is the increase (or decrease) in consumption that an economy experiences when income increases (or decreases). The marginal propensity

More information

11 Correlation and Regression

11 Correlation and Regression Chapter 11 Correlation and Regression August 21, 2017 1 11 Correlation and Regression When comparing two variables, sometimes one variable (the explanatory variable) can be used to help predict the value

More information

Correlation. Relationship between two variables in a scatterplot. As the x values go up, the y values go down.

Correlation. Relationship between two variables in a scatterplot. As the x values go up, the y values go down. Correlation Relationship between two variables in a scatterplot. As the x values go up, the y values go up. As the x values go up, the y values go down. There is no relationship between the x and y values

More information

MFM2P Foundations of Mathematics Unit 3 Lesson 11

MFM2P Foundations of Mathematics Unit 3 Lesson 11 The Line Lesson MFMP Foundations of Mathematics Unit Lesson Lesson Eleven Concepts Introduction to the line Using standard form of an equation Using y-intercept form of an equation x and y intercept Recognizing

More information