Chapter 19 Sir Migo Mendoza

Size: px
Start display at page:

Download "Chapter 19 Sir Migo Mendoza"

Transcription

1 The Linear Regression Chapter 19 Sir Migo Mendoza

2 Linear Regression and the Line of Best Fit Lesson 19.1 Sir Migo Mendoza

3 Question: Once we have a Linear Relationship, what can we do with it?

4 Something to think about What would happen if we wanted to use the relationship based on our sample data to try to predict values for other people in the population?

5 Something to thiuk about For example we wanted to estimate a person's weight, as closely as possible, based on their height? Fortunately for us, we have another correlational tool, the LINEAR REGRESSION; that allow us to do exactly that.

6 Something to think about If we had a dataset of height and weight data and wound up with an r value of 1.00, we would be able to state, with 100% accuracy, either a person's height based on knowing his weight or his weight based on knowing his height. Unfortunately, we rarely, if ever, have that degree of accuracy.

7 Something to thiuk about At the same time, unless the r value is zero, we know there is some degree of relationship between height and weight. Knowing that, and depending on the value of r, we should be able to predict, with some accuracy, one of the variables based on knowing the other variable. The key to doing so is a thorough understanding of the line of best fit.

8 Question: At this point, what do we know about the line of best fit?

9 Something to thiuk about Up to this point we have referred to it as a line that shows the trend of a data distribution, but know we need to know what exactly it is, how to compute it, and how to use it.

10 The Regression Equation Lesson 19.2 Sir Migo Mendoza

11 The Regression Equation: It is known as the formula in Algebra for plotting a line on a graph.

12 Regression Equation:

13 y It is the value we are trying to predict. For example, if we wanted to predict weight based on height, we would change our equation to read:

14 y

15 x It represents the value of the predictor variable. In this case, we know a person's height, so let's enter that into our equation:

16 x

17 b It represents the slope. This tells us how steep or flat the best-fit line is. We can enter it into our equation:

18 b

19 a It is the point on the y-axis where the line of best fit crosses for a given value of x; we call this the intercept.

20 a

21 Note: Since we do not know the value for weight but we do know the value for height, all we need to get this equation to work is to determine how to compute the intercept and the slope.

22 Computing the Slope Lesson 19.3 Sir Migo Mendoza

23 Question: What is a slope of a line?

24 Slope of a Line It is the change in the y value on a graph based on every incremental change in the x value on the same graph.

25 Graphs In order for us to a better conceptual understanding of the slope of a line, let's take a look at the following graphs:

26 Figure 19.1 Positive Slope

27 Interpretation: You can see the line labeled A starts at the zero and runs up, to the right, at a 45-degree angle (i.e., a positive slope). In this case, as x goes up 1 point, so does y. For example, you can see the line passes through the points (x = 1, y = 1), (x = 2, y = 2), and so on.

28 Figure 19.2 Negative Slope

29 Graphs In order for us to a better conceptual understanding of the slope of a line, let's take a look at the following graphs:

30 Interpretation: In the above figure, we have the opposite. The slope is negative; for each value that x goes up, the value for y goes down. This means that there is a negative correlation.

31 Figure 19.2 Zero Slope

32 Interpretation: You can see the slope is equal to zero; as the value of x goes up, the value of y stays the same.

33 Note: It stands to reason then that if we want to use regression to estimate one value based on another, we need to know the slope of the line.

34 Formula for Computing the Slope of the Line of Best Fit:

35 Example 19.1 Let's go back to our example where we want to predict a weight based on a height.

36 Table 19.1 Values Needed to Compute the Slope

37 Task 1: Using the formula, determine the slope.

38 Answer: The line of best fit is 3.24.

39 Computing the Intercept Lesson 19.4 Sir Migo Mendoza

40 Question: What do you remember about the intercept of a line?

41 Intercept It is the value of y when the value of x is zero.

42 Understanding the Intercept Let's use the following figure to help us better understand the concept of intercept.

43 Figure 19.4 Intercept of Zero

44 Interpretation: Here, when x is zero, so is y; this means our intercept is zero.

45 Figure 19.5 Intercept of 6

46 Interpretation: Here, when x is zero, y (i.e., our intercept) is 6.

47 Figure 19.6 Intercept of 3 with Zero Slope

48 Interpretation: The slope in the figure is 3; when x is zero, the line of best fit crosses the y-axis at 3.

49 Formula for Computing the Intercept of the Line of Best Fit:

50 Task 2: Using the formula, determine the intercept of the line of best fit.

51 Answer: The intercept of the line of best fit is

52 Note: Notice that the value of our intercept is negative; that is perfectly normal and happens from time to time.

53 Task 3: Using it, we have everything we need for our regression formula so let's pick a value of x (i.e., the height), 65 for example, and predict what our y value (i.e., the weight) should be.

54 Task 3: Determine the weight when height is 65.

55 Answer: For a person who is 65 inches tall, we are predicting a weight of

56 Figure 19.7 Regression Plot for Height and Weight In order to verify this figure, look at the point on the scatterplot in Figure 19.7 where 65 inches and 145 inches intersect.

57 Figure 19.7 Regression Plot for Height and Weight

58 Interpretation: When you find that point, you'll see that it is very near the line of best fit. This means our regression formula is a pretty good estimator of weight based on height.

59 Interpretation: I know most of you are surprised when we get to this point. After all of the computations, they want to know why our regression formula did not exactly predict the person's weight based on their height.

60 The Reason The correlation coefficient between height and weight is less than Because of that, error is introduced into the process, just as it was in the other statistical tests we have used. These verified by three things:

61 First: We can look at the scatterplot and see that all of the values do not fall directly onto the line of best fit.

62 Second: We can see that the standard errors for both the independent variable and the slope are greater than zero.

63 Third: We can compute a coefficient of determination by squaring Pearson's r value from the correlation This coefficient tells us that of the change in the criterion variable (i.e., weight) is caused by the predictor variable (i.e., height). The remaining is either due to error or other variables not considered in the equation.

64 Example 19.2 To better understand what we have mentioned above, let's imagine we had a dataset where there was a perfect correlation between the independent and dependent variables. In Table 19.2, you can see that, for every 1-inch difference in height, there is a 5-pound increase in weight.

65 Table 19.2 Height and Weight Data

66 Table 19.3 Pearson Correlation Coefficients between Height and Weight

67 Note: If we computed Pearson's r for the two values, as shown in Table 19.3, this would mean it would be exactly 1.00, indicating a perfect positive linear relationship.

68 Table 19.4 Inferential Statistics from the Linear Regression

69 Note: If we look at Table 19.4, we first see that our standard error is zero; given that, we do not expect error to interfere with our ability to use the regression procedure to accurately use the predictor variable to predict the criterion variable. We can also see our intercept (i.e., constant) and our slope (i.e., height). In this case if we know a person's height, we can accurately state their weight.

70 Task: If everything we have said up to this point is true, then we should be able to use the slope and height, along with a given value of the predictor variable, to accurately predict a criterion variable. Let's use a height of 64 and enter all of these data into our Regression Equation. What is weight when height is 64?

71 Answer: As we can see, for height of 64 inches, we are expecting the weight to be 120; we can verify by looking back at the table.

72 Task: Compute the Coefficient of Determination.

73 Answer: The coefficient of determination is 100%. This tells us 100% of the change in the criterion variable is caused by the predictor variable.

74 Figure 19.8 Scatterplot of the Height and Weight Data

75 Interpretation: As I said, however, this perfect prediction can only come true if there is a perfect linear relationship between the predictor and criterion variables. This perfect relationship, of course, happens very rarely. In the vast majority of cases, we can use our regression equation to help predict values, but we have to be aware of the error inherent in the process.

76 Let s Practice Chapter 19 Sir Migo Mendoza

77 Direction: Answer the following questions.

78 The Case of More Is Better Still You are to speak to a group of potential high school dropouts. At this point, you tell potential dropouts that students who drop out of school earlier tend to get married earlier and have more children. The following tables show the output of a regression procedure using highest level of education attained and average salary in the workplace.

79 Question 1: What would you tell the students about Pearson's r?

80 Question 2: What is the coefficient of determination? What does it tell us?

81 Question 3: In comparison to the overall average, what would you say to someone who was thinking about dropping out in the eighth grade?

82 Question 4: Generally speaking, in which direction would the line of best fit flow?

83 Question 5: What would you say to the students, in terms of living in poverty?

84 Table 19.5 Descriptive Statistics for the Number of Children and Highest Year of Education

85 Table 19.6 Small Negative Pearson Correlation Coefficient between Number of Children and Highest Year of Education

86 Table 19.7 Inferential Statistics from the Linear Regression

Ordinary Least Squares Regression Explained: Vartanian

Ordinary Least Squares Regression Explained: Vartanian Ordinary Least Squares Regression Explained: Vartanian When to Use Ordinary Least Squares Regression Analysis A. Variable types. When you have an interval/ratio scale dependent variable.. When your independent

More information

Inferences for Regression

Inferences for Regression Inferences for Regression An Example: Body Fat and Waist Size Looking at the relationship between % body fat and waist size (in inches). Here is a scatterplot of our data set: Remembering Regression In

More information

Ordinary Least Squares Regression Explained: Vartanian

Ordinary Least Squares Regression Explained: Vartanian Ordinary Least Squares Regression Eplained: Vartanian When to Use Ordinary Least Squares Regression Analysis A. Variable types. When you have an interval/ratio scale dependent variable.. When your independent

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

Approximations - the method of least squares (1)

Approximations - the method of least squares (1) Approximations - the method of least squares () In many applications, we have to consider the following problem: Suppose that for some y, the equation Ax = y has no solutions It could be that this is an

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

Relationships between variables. Visualizing Bivariate Distributions: Scatter Plots

Relationships between variables. Visualizing Bivariate Distributions: Scatter Plots SFBS Course Notes Part 7: Correlation Bivariate relationships (p. 1) Linear transformations (p. 3) Pearson r : Measuring a relationship (p. 5) Interpretation of correlations (p. 10) Relationships between

More information

Simple Linear Regression Using Ordinary Least Squares

Simple Linear Regression Using Ordinary Least Squares Simple Linear Regression Using Ordinary Least Squares Purpose: To approximate a linear relationship with a line. Reason: We want to be able to predict Y using X. Definition: The Least Squares Regression

More information

THE PEARSON CORRELATION COEFFICIENT

THE PEARSON CORRELATION COEFFICIENT CORRELATION Two variables are said to have a relation if knowing the value of one variable gives you information about the likely value of the second variable this is known as a bivariate relation There

More information

Unit 6 - Introduction to linear regression

Unit 6 - Introduction to linear regression Unit 6 - Introduction to linear regression Suggested reading: OpenIntro Statistics, Chapter 7 Suggested exercises: Part 1 - Relationship between two numerical variables: 7.7, 7.9, 7.11, 7.13, 7.15, 7.25,

More information

Answer Key. 9.1 Scatter Plots and Linear Correlation. Chapter 9 Regression and Correlation. CK-12 Advanced Probability and Statistics Concepts 1

Answer Key. 9.1 Scatter Plots and Linear Correlation. Chapter 9 Regression and Correlation. CK-12 Advanced Probability and Statistics Concepts 1 9.1 Scatter Plots and Linear Correlation Answers 1. A high school psychologist wants to conduct a survey to answer the question: Is there a relationship between a student s athletic ability and his/her

More information

Overview. Overview. Overview. Specific Examples. General Examples. Bivariate Regression & Correlation

Overview. Overview. Overview. Specific Examples. General Examples. Bivariate Regression & Correlation Bivariate Regression & Correlation Overview The Scatter Diagram Two Examples: Education & Prestige Correlation Coefficient Bivariate Linear Regression Line SPSS Output Interpretation Covariance ou already

More information

Chapter 6. September 17, Please pick up a calculator and take out paper and something to write with. Association and Correlation.

Chapter 6. September 17, Please pick up a calculator and take out paper and something to write with. Association and Correlation. Please pick up a calculator and take out paper and something to write with. Sep 17 8:08 AM Chapter 6 Scatterplots, Association and Correlation Copyright 2015, 2010, 2007 Pearson Education, Inc. Chapter

More information

Talking feet: Scatterplots and lines of best fit

Talking feet: Scatterplots and lines of best fit Talking feet: Scatterplots and lines of best fit Student worksheet What does your foot say about your height? Can you predict people s height by how long their feet are? If a Grade 10 student s foot is

More information

appstats27.notebook April 06, 2017

appstats27.notebook April 06, 2017 Chapter 27 Objective Students will conduct inference on regression and analyze data to write a conclusion. Inferences for Regression An Example: Body Fat and Waist Size pg 634 Our chapter example revolves

More information

Parabolas and lines

Parabolas and lines Parabolas and lines Study the diagram at the right. I have drawn the graph y = x. The vertical line x = 1 is drawn and a number of secants to the parabola are drawn, all centred at x=1. By this I mean

More information

Chapter 1 Review of Equations and Inequalities

Chapter 1 Review of Equations and Inequalities Chapter 1 Review of Equations and Inequalities Part I Review of Basic Equations Recall that an equation is an expression with an equal sign in the middle. Also recall that, if a question asks you to solve

More information

Intro to Linear Regression

Intro to Linear Regression Intro to Linear Regression Introduction to Regression Regression is a statistical procedure for modeling the relationship among variables to predict the value of a dependent variable from one or more predictor

More information

HW Unit 7: Connections (Graphs, Equations and Inequalities)

HW Unit 7: Connections (Graphs, Equations and Inequalities) Math Fundamentals for Statistics I (Math 5) HW Unit 7: Connections (Graphs, Equations and Inequalities) By Scott Fallstrom and Brent Pickett The How and Whys Guys This work is licensed under a Creative

More information

MATH 1130 Exam 1 Review Sheet

MATH 1130 Exam 1 Review Sheet MATH 1130 Exam 1 Review Sheet The Cartesian Coordinate Plane The Cartesian Coordinate Plane is a visual representation of the collection of all ordered pairs (x, y) where x and y are real numbers. This

More information

Chapter 27 Summary Inferences for Regression

Chapter 27 Summary Inferences for Regression Chapter 7 Summary Inferences for Regression What have we learned? We have now applied inference to regression models. Like in all inference situations, there are conditions that we must check. We can test

More information

Intro to Linear Regression

Intro to Linear Regression Intro to Linear Regression Introduction to Regression Regression is a statistical procedure for modeling the relationship among variables to predict the value of a dependent variable from one or more predictor

More information

MA 1128: Lecture 08 03/02/2018. Linear Equations from Graphs And Linear Inequalities

MA 1128: Lecture 08 03/02/2018. Linear Equations from Graphs And Linear Inequalities MA 1128: Lecture 08 03/02/2018 Linear Equations from Graphs And Linear Inequalities Linear Equations from Graphs Given a line, we would like to be able to come up with an equation for it. I ll go over

More information

When they compared their results, they had an interesting discussion:

When they compared their results, they had an interesting discussion: 27 2.5 Making My Point A Solidify Understanding Task Zac and Sione were working on predicting the number of quilt blocks in this pattern: CC BY Camille King https://flic.kr/p/hrfp When they compared their

More information

Chapter 7. Scatterplots, Association, and Correlation

Chapter 7. Scatterplots, Association, and Correlation Chapter 7 Scatterplots, Association, and Correlation Bin Zou (bzou@ualberta.ca) STAT 141 University of Alberta Winter 2015 1 / 29 Objective In this chapter, we study relationships! Instead, we investigate

More information

Linear Regression. Linear Regression. Linear Regression. Did You Mean Association Or Correlation?

Linear Regression. Linear Regression. Linear Regression. Did You Mean Association Or Correlation? Did You Mean Association Or Correlation? AP Statistics Chapter 8 Be careful not to use the word correlation when you really mean association. Often times people will incorrectly use the word correlation

More information

Solve Systems of Equations Algebraically

Solve Systems of Equations Algebraically Part 1: Introduction Solve Systems of Equations Algebraically Develop Skills and Strategies CCSS 8.EE.C.8b You know that solutions to systems of linear equations can be shown in graphs. Now you will learn

More information

AP Statistics Unit 6 Note Packet Linear Regression. Scatterplots and Correlation

AP Statistics Unit 6 Note Packet Linear Regression. Scatterplots and Correlation Scatterplots and Correlation Name Hr A scatterplot shows the relationship between two quantitative variables measured on the same individuals. variable (y) measures an outcome of a study variable (x) may

More information

22 Approximations - the method of least squares (1)

22 Approximations - the method of least squares (1) 22 Approximations - the method of least squares () Suppose that for some y, the equation Ax = y has no solutions It may happpen that this is an important problem and we can t just forget about it If we

More information

Chapter 2: Circle. Mr. Migo M. Mendoza. SSMth1: Precalculus. Science and Technology, Engineering and Mathematics (STEM)

Chapter 2: Circle. Mr. Migo M. Mendoza. SSMth1: Precalculus. Science and Technology, Engineering and Mathematics (STEM) Chapter 2: Circle SSMth1: Precalculus Science and Technology, Engineering and Mathematics (STEM) Mr. Migo M. Mendoza Chapter 2: Circles Lecture 2: Introduction to Circles Lecture 3: Form of a Circle Lecture

More information

F = ma W = mg v = D t

F = ma W = mg v = D t Forces and Gravity Car Lab Name: F = ma W = mg v = D t p = mv Part A) Unit Review at D = f v = t v v Please write the UNITS for each item below For example, write kg next to mass. Name: Abbreviation: Units:

More information

Part 1: You are given the following system of two equations: x + 2y = 16 3x 4y = 2

Part 1: You are given the following system of two equations: x + 2y = 16 3x 4y = 2 Solving Systems of Equations Algebraically Teacher Notes Comment: As students solve equations throughout this task, have them continue to explain each step using properties of operations or properties

More information

Unit 6 - Simple linear regression

Unit 6 - Simple linear regression Sta 101: Data Analysis and Statistical Inference Dr. Çetinkaya-Rundel Unit 6 - Simple linear regression LO 1. Define the explanatory variable as the independent variable (predictor), and the response variable

More information

B. Weaver (24-Mar-2005) Multiple Regression Chapter 5: Multiple Regression Y ) (5.1) Deviation score = (Y i

B. Weaver (24-Mar-2005) Multiple Regression Chapter 5: Multiple Regression Y ) (5.1) Deviation score = (Y i B. Weaver (24-Mar-2005) Multiple Regression... 1 Chapter 5: Multiple Regression 5.1 Partial and semi-partial correlation Before starting on multiple regression per se, we need to consider the concepts

More information

Correlation A relationship between two variables As one goes up, the other changes in a predictable way (either mostly goes up or mostly goes down)

Correlation A relationship between two variables As one goes up, the other changes in a predictable way (either mostly goes up or mostly goes down) Two-Variable Statistics Correlation A relationship between two variables As one goes up, the other changes in a predictable way (either mostly goes up or mostly goes down) Positive Correlation As one variable

More information

If I see your phone, I wil take it!!! No food or drinks (except for water) are al owed in my room.

If I see your phone, I wil take it!!! No food or drinks (except for water) are al owed in my room. DO NOW Take a seat! Chromebooks out (if charged) SILENCE YOUR PHONE and put it in the pocket that has your number in the bulletin board (back wall). NO EXCEPTION! If I see your phone, I will take it!!!

More information

The slope, m, compares the change in y-values to the change in x-values. Use the points (2, 4) and (6, 6) to determine the slope.

The slope, m, compares the change in y-values to the change in x-values. Use the points (2, 4) and (6, 6) to determine the slope. LESSON Relating Slope and -intercept to Linear Equations UNDERSTAND The slope of a line is the ratio of the line s vertical change, called the rise, to its horizontal change, called the run. You can find

More information

Algebra II Unit #2 4.6 NOTES: Solving Quadratic Equations (More Methods) Block:

Algebra II Unit #2 4.6 NOTES: Solving Quadratic Equations (More Methods) Block: Algebra II Unit # Name: 4.6 NOTES: Solving Quadratic Equations (More Methods) Block: (A) Background Skills - Simplifying Radicals To simplify a radical that is not a perfect square: 50 8 300 7 7 98 (B)

More information

Lesson 4 Linear Functions and Applications

Lesson 4 Linear Functions and Applications In this lesson, we take a close look at Linear Functions and how real world situations can be modeled using Linear Functions. We study the relationship between Average Rate of Change and Slope and how

More information

Lesson: Slope. Warm Up. Unit #2: Linear Equations. 2) If f(x) = 7x 5, find the value of the following: f( 2) f(3) f(0)

Lesson: Slope. Warm Up. Unit #2: Linear Equations. 2) If f(x) = 7x 5, find the value of the following: f( 2) f(3) f(0) Warm Up 1) 2) If f(x) = 7x 5, find the value of the following: f( 2) f(3) f(0) Oct 15 10:21 AM Unit #2: Linear Equations Lesson: Slope Oct 15 10:05 AM 1 Students will be able to find the slope Oct 16 12:19

More information

Chapter 8. Linear Regression /71

Chapter 8. Linear Regression /71 Chapter 8 Linear Regression 1 /71 Homework p192 1, 2, 3, 5, 7, 13, 15, 21, 27, 28, 29, 32, 35, 37 2 /71 3 /71 Objectives Determine Least Squares Regression Line (LSRL) describing the association of two

More information

Finite Mathematics : A Business Approach

Finite Mathematics : A Business Approach Finite Mathematics : A Business Approach Dr. Brian Travers and Prof. James Lampes Second Edition Cover Art by Stephanie Oxenford Additional Editing by John Gambino Contents What You Should Already Know

More information

Correlation and Regression (Excel 2007)

Correlation and Regression (Excel 2007) Correlation and Regression (Excel 2007) (See Also Scatterplots, Regression Lines, and Time Series Charts With Excel 2007 for instructions on making a scatterplot of the data and an alternate method of

More information

Correlation and Linear Regression

Correlation and Linear Regression Correlation and Linear Regression Correlation: Relationships between Variables So far, nearly all of our discussion of inferential statistics has focused on testing for differences between group means

More information

Water tank. Fortunately there are a couple of objectors. Why is it straight? Shouldn t it be a curve?

Water tank. Fortunately there are a couple of objectors. Why is it straight? Shouldn t it be a curve? Water tank (a) A cylindrical tank contains 800 ml of water. At t=0 (minutes) a hole is punched in the bottom, and water begins to flow out. It takes exactly 100 seconds for the tank to empty. Draw the

More information

2017 SUMMER REVIEW FOR STUDENTS ENTERING GEOMETRY

2017 SUMMER REVIEW FOR STUDENTS ENTERING GEOMETRY 2017 SUMMER REVIEW FOR STUDENTS ENTERING GEOMETRY The following are topics that you will use in Geometry and should be retained throughout the summer. Please use this practice to review the topics you

More information

Multiple Regression Theory 2006 Samuel L. Baker

Multiple Regression Theory 2006 Samuel L. Baker MULTIPLE REGRESSION THEORY 1 Multiple Regression Theory 2006 Samuel L. Baker Multiple regression is regression with two or more independent variables on the right-hand side of the equation. Use multiple

More information

Midterm 1 Review. Distance = (x 1 x 0 ) 2 + (y 1 y 0 ) 2.

Midterm 1 Review. Distance = (x 1 x 0 ) 2 + (y 1 y 0 ) 2. Midterm 1 Review Comments about the midterm The midterm will consist of five questions and will test on material from the first seven lectures the material given below. No calculus either single variable

More information

TRAINING LAB BLOOD AS EVIDENCE ANALYZING BLOOD SPATTER NAME

TRAINING LAB BLOOD AS EVIDENCE ANALYZING BLOOD SPATTER NAME TRAINING LAB BLOOD AS EVIDENCE ANALYZING BLOOD SPATTER NAME Background: You have learned how to analyze individual blood drops to determine the height a passive drop fell, the direction a moving drop was

More information

Chapter 8. Linear Regression. Copyright 2010 Pearson Education, Inc.

Chapter 8. Linear Regression. Copyright 2010 Pearson Education, Inc. Chapter 8 Linear Regression Copyright 2010 Pearson Education, Inc. Fat Versus Protein: An Example The following is a scatterplot of total fat versus protein for 30 items on the Burger King menu: Copyright

More information

AP Statistics. Chapter 6 Scatterplots, Association, and Correlation

AP Statistics. Chapter 6 Scatterplots, Association, and Correlation AP Statistics Chapter 6 Scatterplots, Association, and Correlation Objectives: Scatterplots Association Outliers Response Variable Explanatory Variable Correlation Correlation Coefficient Lurking Variables

More information

HOLLOMAN S AP STATISTICS BVD CHAPTER 08, PAGE 1 OF 11. Figure 1 - Variation in the Response Variable

HOLLOMAN S AP STATISTICS BVD CHAPTER 08, PAGE 1 OF 11. Figure 1 - Variation in the Response Variable Chapter 08: Linear Regression There are lots of ways to model the relationships between variables. It is important that you not think that what we do is the way. There are many paths to the summit We are

More information

LECTURE 15: SIMPLE LINEAR REGRESSION I

LECTURE 15: SIMPLE LINEAR REGRESSION I David Youngberg BSAD 20 Montgomery College LECTURE 5: SIMPLE LINEAR REGRESSION I I. From Correlation to Regression a. Recall last class when we discussed two basic types of correlation (positive and negative).

More information

Algebra Midyear Test What to Know

Algebra Midyear Test What to Know Algebra Midyear Test What to Know All topics and problems are for BOTH Algebra 8 and Algebra 8R students unless otherwise noted. Thinking with Mathematical Models Make a table and a graph to represent

More information

Regression, part II. I. What does it all mean? A) Notice that so far all we ve done is math.

Regression, part II. I. What does it all mean? A) Notice that so far all we ve done is math. Regression, part II I. What does it all mean? A) Notice that so far all we ve done is math. 1) One can calculate the Least Squares Regression Line for anything, regardless of any assumptions. 2) But, if

More information

Sections 8.1 & 8.2 Systems of Linear Equations in Two Variables

Sections 8.1 & 8.2 Systems of Linear Equations in Two Variables Sections 8.1 & 8.2 Systems of Linear Equations in Two Variables Department of Mathematics Porterville College September 7, 2014 Systems of Linear Equations in Two Variables Learning Objectives: Solve Systems

More information

Math Fundamentals for Statistics I (Math 52) Unit 7: Connections (Graphs, Equations and Inequalities)

Math Fundamentals for Statistics I (Math 52) Unit 7: Connections (Graphs, Equations and Inequalities) Math Fundamentals for Statistics I (Math 52) Unit 7: Connections (Graphs, Equations and Inequalities) By Scott Fallstrom and Brent Pickett The How and Whys Guys This work is licensed under a Creative Commons

More information

Chapter 14. Statistical versus Deterministic Relationships. Distance versus Speed. Describing Relationships: Scatterplots and Correlation

Chapter 14. Statistical versus Deterministic Relationships. Distance versus Speed. Describing Relationships: Scatterplots and Correlation Chapter 14 Describing Relationships: Scatterplots and Correlation Chapter 14 1 Statistical versus Deterministic Relationships Distance versus Speed (when travel time is constant). Income (in millions of

More information

1.3 Rate of Change and Initial Value

1.3 Rate of Change and Initial Value 1.3 Rate of Change and Initial Value There are a couple of very important numerical (or quantitative) qualities of functions that we use. We like to know where functions start (initial value) and how steep

More information

Biostatistics: Correlations

Biostatistics: Correlations Biostatistics: s One of the most common errors we find in the press is the confusion between correlation and causation in scientific and health-related studies. In theory, these are easy to distinguish

More information

We ll start today by learning how to change a decimal to a fraction on our calculator! Then we will pick up our Unit 1-5 Review where we left off!

We ll start today by learning how to change a decimal to a fraction on our calculator! Then we will pick up our Unit 1-5 Review where we left off! Welcome to math! We ll start today by learning how to change a decimal to a fraction on our calculator! Then we will pick up our Unit 1-5 Review where we left off! So go back to your normal seat and get

More information

The data in this answer key is sample data only. Student answers will vary based on personal data.

The data in this answer key is sample data only. Student answers will vary based on personal data. Answer Key Road Rage The data in this answer key is sample data only. Student answers will vary based on personal data. This activity will explore how to predict where and when two cars will crash into

More information

When they compared their results, they had an interesting discussion:

When they compared their results, they had an interesting discussion: 27 2.5 Making My Point A Solidify Understanding Task Zac and Sione were working on predicting the number of quilt blocks in this pattern: CC BY Camille King https://flic.kr/p/hrfp When they compared their

More information

Bivariate Data Summary

Bivariate Data Summary Bivariate Data Summary Bivariate data data that examines the relationship between two variables What individuals to the data describe? What are the variables and how are they measured Are the variables

More information

Experimental Design and Graphical Analysis of Data

Experimental Design and Graphical Analysis of Data Experimental Design and Graphical Analysis of Data A. Designing a controlled experiment When scientists set up experiments they often attempt to determine how a given variable affects another variable.

More information

Chapter 5 Friday, May 21st

Chapter 5 Friday, May 21st Chapter 5 Friday, May 21 st Overview In this Chapter we will see three different methods we can use to describe a relationship between two quantitative variables. These methods are: Scatterplot Correlation

More information

Student Self-Assessment of Mathematics (SSAM) for Intermediate Algebra

Student Self-Assessment of Mathematics (SSAM) for Intermediate Algebra Student Self-Assessment of Mathematics (SSAM) for Intermediate Algebra Answer key 1. Find the value of 3x 4y if x = -2 and y = 5 To find the value, substitute the given values in for x and y 3x -4y Substitute

More information

Lecture 4: Multivariate Regression, Part 2

Lecture 4: Multivariate Regression, Part 2 Lecture 4: Multivariate Regression, Part 2 Gauss-Markov Assumptions 1) Linear in Parameters: Y X X X i 0 1 1 2 2 k k 2) Random Sampling: we have a random sample from the population that follows the above

More information

CORE. Chapter 3: Interacting Linear Functions, Linear Systems. Algebra Assessments

CORE. Chapter 3: Interacting Linear Functions, Linear Systems. Algebra Assessments CORE Algebra Assessments Chapter 3: Interacting Linear Functions, Linear Systems 97 98 Bears Band Booster Club The Bears Band Booster Club has decided to sell calendars to the band members and their parents.

More information

STA Module 5 Regression and Correlation. Learning Objectives. Learning Objectives (Cont.) Upon completing this module, you should be able to:

STA Module 5 Regression and Correlation. Learning Objectives. Learning Objectives (Cont.) Upon completing this module, you should be able to: STA 2023 Module 5 Regression and Correlation Learning Objectives Upon completing this module, you should be able to: 1. Define and apply the concepts related to linear equations with one independent variable.

More information

SOLUTIONS Workshop 2: Reading Graphs, Motion in 1-D

SOLUTIONS Workshop 2: Reading Graphs, Motion in 1-D SOLUTIONS Workshop 2: Reading Graphs, Motion in 1-D Question 2. Dueling Position Graphs This set of questions gets at a common confusion the difference between position and velocity on position graphs.

More information

Information Sources. Class webpage (also linked to my.ucdavis page for the class):

Information Sources. Class webpage (also linked to my.ucdavis page for the class): STATISTICS 108 Outline for today: Go over syllabus Provide requested information I will hand out blank paper and ask questions Brief introduction and hands-on activity Information Sources Class webpage

More information

The force of gravity holds us on Earth and helps objects in space stay

The force of gravity holds us on Earth and helps objects in space stay 96 R E A D I N G The force of gravity holds us on Earth and helps objects in space stay in orbit. The planets in the Solar System could not continue to orbit the Sun without the force of gravity. Astronauts

More information

Student Instruction Sheet: Unit 2, Lesson 2. Equations of Lines, Part 2

Student Instruction Sheet: Unit 2, Lesson 2. Equations of Lines, Part 2 Student Instruction Sheet: Unit 2, Lesson 2 Suggested Time: 50 minutes What s important in this lesson: Equations of Lines, Part 2 In this lesson, you will learn how to write equations of lines, given

More information

A Series Transformations

A Series Transformations .3 Constructing Rotations We re halfway through the transformations and our next one, the rotation, gives a congruent image just like the reflection did. Just remember that a series of transformations

More information

t-test for b Copyright 2000 Tom Malloy. All rights reserved. Regression

t-test for b Copyright 2000 Tom Malloy. All rights reserved. Regression t-test for b Copyright 2000 Tom Malloy. All rights reserved. Regression Recall, back some time ago, we used a descriptive statistic which allowed us to draw the best fit line through a scatter plot. We

More information

Chapter 7. Scatterplots, Association, and Correlation. Copyright 2010 Pearson Education, Inc.

Chapter 7. Scatterplots, Association, and Correlation. Copyright 2010 Pearson Education, Inc. Chapter 7 Scatterplots, Association, and Correlation Copyright 2010 Pearson Education, Inc. Looking at Scatterplots Scatterplots may be the most common and most effective display for data. In a scatterplot,

More information

Essential Statistics. Gould Ryan Wong

Essential Statistics. Gould Ryan Wong Global Global Essential Statistics Eploring the World through Data For these Global Editions, the editorial team at Pearson has collaborated with educators across the world to address a wide range of subjects

More information

Alex s Guide to Word Problems and Linear Equations Following Glencoe Algebra 1

Alex s Guide to Word Problems and Linear Equations Following Glencoe Algebra 1 Alex s Guide to Word Problems and Linear Equations Following Glencoe Algebra 1 What is a linear equation? It sounds fancy, but linear equation means the same thing as a line. In other words, it s an equation

More information

WSMA Algebra - Expressions Lesson 14

WSMA Algebra - Expressions Lesson 14 Algebra Expressions Why study algebra? Because this topic provides the mathematical tools for any problem more complicated than just combining some given numbers together. Algebra lets you solve word problems

More information

Linear Equations 1.1. A Park Ranger s Work Is Never Done Solving Problems Using Equations

Linear Equations 1.1. A Park Ranger s Work Is Never Done Solving Problems Using Equations Linear Equations Black bears, like this little cub, are really good climbers. They climb trees to eat and to avoid their enemies. There are all kinds of different black bears: New Mexico black bears, Florida

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

Linear Equations and Functions

Linear Equations and Functions Linear Equations and Functions Finding the Slope and Equation of a Line. ans-00-0.... x y y x b c c b Finding Slope.... undefined. 6. - 7. - 8. 0 9. 0. undefined.. 6... 6. (, -) Finding the Equation of

More information

OBSERVING PROJECT PARTNER ELECTION

OBSERVING PROJECT PARTNER ELECTION ASTRONOMY 25 NOON SUN PROJECT P. P. 1 Name(s) Section Day/Time Fill in either Part 1 or Part 2. OBSERVING PROJECT PARTNER ELECTION Part I. SOLO OBSERVER I will do the observing project by myself. I will

More information

2014 Summer Review for Students Entering Geometry

2014 Summer Review for Students Entering Geometry 1. Solving Linear Equations 2. Evaluating Expressions 3. Order of Operations 3. Operations with Rational Numbers 4. Laws of Exponents 5. Scientific Notation 6. Writing the Equation of a Line 7. Multiplying

More information

Regression and correlation. Correlation & Regression, I. Regression & correlation. Regression vs. correlation. Involve bivariate, paired data, X & Y

Regression and correlation. Correlation & Regression, I. Regression & correlation. Regression vs. correlation. Involve bivariate, paired data, X & Y Regression and correlation Correlation & Regression, I 9.07 4/1/004 Involve bivariate, paired data, X & Y Height & weight measured for the same individual IQ & exam scores for each individual Height of

More information

DIFFERENTIAL EQUATIONS

DIFFERENTIAL EQUATIONS DIFFERENTIAL EQUATIONS Basic Concepts Paul Dawkins Table of Contents Preface... Basic Concepts... 1 Introduction... 1 Definitions... Direction Fields... 8 Final Thoughts...19 007 Paul Dawkins i http://tutorial.math.lamar.edu/terms.aspx

More information

Psychology Seminar Psych 406 Dr. Jeffrey Leitzel

Psychology Seminar Psych 406 Dr. Jeffrey Leitzel Psychology Seminar Psych 406 Dr. Jeffrey Leitzel Structural Equation Modeling Topic 1: Correlation / Linear Regression Outline/Overview Correlations (r, pr, sr) Linear regression Multiple regression interpreting

More information

appstats8.notebook October 11, 2016

appstats8.notebook October 11, 2016 Chapter 8 Linear Regression Objective: Students will construct and analyze a linear model for a given set of data. Fat Versus Protein: An Example pg 168 The following is a scatterplot of total fat versus

More information

Lesson 26: Characterization of Parallel Lines

Lesson 26: Characterization of Parallel Lines Student Outcomes Students know that when a system of linear equations has no solution, i.e., no point of intersection of the lines, then the lines are parallel. Lesson Notes The discussion that begins

More information

Scatterplots. 3.1: Scatterplots & Correlation. Scatterplots. Explanatory & Response Variables. Section 3.1 Scatterplots and Correlation

Scatterplots. 3.1: Scatterplots & Correlation. Scatterplots. Explanatory & Response Variables. Section 3.1 Scatterplots and Correlation 3.1: Scatterplots & Correlation Scatterplots A scatterplot shows the relationship between two quantitative variables measured on the same individuals. The values of one variable appear on the horizontal

More information

Least-Squares Regression

Least-Squares Regression MATH 203 Least-Squares Regression Dr. Neal, Spring 2009 As well as finding the correlation of paired data {{ x 1, y 1 }, { x 2, y 2 },..., { x n, y n }}, we also can plot the data with a scatterplot and

More information

30 Days to Awakening

30 Days to Awakening Formula for Miracles Presents 30 Days to Awakening Thousands of Years of Spiritual Wisdom Revealed in Fun, Ten Minute Insights 2012-2013 Brent Phillips www.formulaformiracles.net Day 25: Truth: Behind

More information

Solving Equations. Lesson Fifteen. Aims. Context. The aim of this lesson is to enable you to: solve linear equations

Solving Equations. Lesson Fifteen. Aims. Context. The aim of this lesson is to enable you to: solve linear equations Mathematics GCSE Module Four: Basic Algebra Lesson Fifteen Aims The aim of this lesson is to enable you to: solve linear equations solve linear equations from their graph solve simultaneous equations from

More information

Lesson 4b More on LOGARITHMS

Lesson 4b More on LOGARITHMS Lesson 4b More on LOGARITHMS Learning Packet Student Name Due Date Class Time/Day Submission Date THIS BOX FOR INSTRUCTOR GRADING USE ONLY Mini-Lesson is complete and information presented is as found

More information

Pre-calculus is the stepping stone for Calculus. It s the final hurdle after all those years of

Pre-calculus is the stepping stone for Calculus. It s the final hurdle after all those years of Chapter 1 Beginning at the Very Beginning: Pre-Pre-Calculus In This Chapter Brushing up on order of operations Solving equalities Graphing equalities and inequalities Finding distance, midpoint, and slope

More information

Algebra & Trig Review

Algebra & Trig Review Algebra & Trig Review 1 Algebra & Trig Review This review was originally written for my Calculus I class, but it should be accessible to anyone needing a review in some basic algebra and trig topics. The

More information

Do Now 18 Balance Point. Directions: Use the data table to answer the questions. 2. Explain whether it is reasonable to fit a line to the data.

Do Now 18 Balance Point. Directions: Use the data table to answer the questions. 2. Explain whether it is reasonable to fit a line to the data. Do Now 18 Do Now 18 Balance Point Directions: Use the data table to answer the questions. 1. Calculate the balance point.. Explain whether it is reasonable to fit a line to the data.. The data is plotted

More information

Notes 6: Multivariate regression ECO 231W - Undergraduate Econometrics

Notes 6: Multivariate regression ECO 231W - Undergraduate Econometrics Notes 6: Multivariate regression ECO 231W - Undergraduate Econometrics Prof. Carolina Caetano 1 Notation and language Recall the notation that we discussed in the previous classes. We call the outcome

More information

3 Vectors and Two- Dimensional Motion

3 Vectors and Two- Dimensional Motion May 25, 1998 3 Vectors and Two- Dimensional Motion Kinematics of a Particle Moving in a Plane Motion in two dimensions is easily comprehended if one thinks of the motion as being made up of two independent

More information