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

Size: px
Start display at page:

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

Transcription

1 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, or weak relationship between the two variables? 2. Is the relationship between the two variables positive or negative? 3. Is the relationship linear or nonlinear? * If nonlinear, don't fit a linear model to this data; learn some nonlinear options. TI 83+: enter X data into L1 and Y data into L2: stat, edit, enter scatter plot: 2nd statplot, enter, enter so that plot one is ON type = 1st plot on first row xlist = L1 and ylist = L2 mark = your choice zoom, #9 which is zoom stat trace for coordinates B. Compute the coefficients for the regression line. Write the equation. Plot the line on the scatter plot. TI 83+: to get coefficients, a and b 1 : stat, calc, #4 LinReg (ax+b), enter to graph regression line on scatter plot: compute the regression as above, but add a destination for the result: stat, calc, #4 LinReg (ax+b) L1, L2, Y1 To get to the variable Y1, press VARS > Y Vars > #1: Function #1: Y1 Then press either Graph or Zoom, #9 C. Interpret the slope of the regression line in terms of the variables. D. (Compute) and interpret I, the correlation coefficient. Compare your answer to your visual interpretations in part A. r measures the strength of the linear relationship between x and y. 1 r 1 The first time you do this, you might have to set the following to get r and R 2 to appear:

2 2 From a clear screen: 2nd 0 (Catalog), scroll down to Diagnostic On, press enter twice. When it says done, the above commands should print out r and R 2. E. (Compute) and interpret R 2, the coefficient of determination. R 2 measures the percent of variation in variable y explained or accounted for by the linear model containing x. 0 R 2 1 TI 83+: see above in part D. This is a fill in the blank page that I ve completed for the following example. My suggestion is for you to do such a page for each data set you analyze on your homework. An example: This information represents ten students from a computer literacy course: X is the number of study hours on the computer at the lab and Y is the final exam score. X Y A. The scatter plot shows a strong, positive, linear relationship between the number of study hours spent in the lab and final exam score. B. The equation of the least squares regression line is y =.83X C. The slope is.83 To help interpret slope, map out the following: rise Slope = run = change in final exam score change in number of study hours =.83 1 So, on average, for each additional study hour, final exam score increases by.83 point. I think there s a better scale for our data. Multiply numerator and denominator by X = 8.3 I ve changed the scale, but not the value (the ratio of rise to run) of the slope. 10 On average, for each additional 10 study hours, final exam score increases by 8.3 points. Now, that s better. D. The correlation coefficient is r. r =.94 This indicates a strong, positive, linear relationship between study hours and final exam score.

3 3 E. The coefficient of determination is R 2. R 2 =.88 This indicates that 88% of the variation in final exam scores is explained by this linear model (see part B) that uses number of study hours as a predictor. This indicates a useful predictor has been identified. Notes on Simple Linear Regression: Regress means to revert to more typical values such as the mean. Until now in our course, to predict an average final exam score for a computer course, we would collect a random sample of prior scores, assume things will work similarly this semester, compute the sample mean, and perhaps put a confidence interval around it so we could report a margin of error for our estimate. Regression allows us to take additional advantage of other, related variables that might help us better predict exam score. In simple linear regression, we include one predictor variable for a linear model (recall y = mx + b). An example follows: Y = final exam score Y = predicted final exam score X = number of study hours in the computer lab Linear Model/Least Squares Regression Model/Simple Linear Regression Model: Y = a X + b Y = 0.83X is the y intercept of the line of best fit through the data points 0.83 is the slope of the line of best fit through the data points "Best fit" is defined by the line that minimizes the sum of the squared errors (residuals) between the actual Y values and the predicted Y values. See end of this handout. Y is the variable being predicted. Y is the dependent variable. X is the predictor variable. X is an independent variable. Y depends on X, at least partially. Linear Regression is a tool to use when: 1. you have two quantitative variables, one of which you think will help predict the other 2. there is a strong, linear correlation between the two variables

4 4 Two ways to assess the strength of the linear correlation between the two variables: 1. scatter plot 2. correlation coefficient, r See Sullivan: pages for pictures and properties of the correlation coefficient. When the proper assumptions are met (see text), a linear regression model can be a useful tool. However, when the model is constructed, our work is not done! We must check the model somehow to see how good it is. That is, how closely will the predicted Y values come to the actual Y values? How much of the variation in the Y values is explained by the model with the selected X variable in it? There are numerical values that assess these aspects of the model. R 2, the coefficient of determination, is one numerical value that helps determine how good the model is. It tells the percentage of variation in the Y values explained by the variation in the X variable's values when using the constructed model. For our example, R 2 =.878. This means that almost 88% of the variation in final exam score was explained by the number of study hours in the computer lab, when using the least squares, linear regression model. I'd say that's a strong predictor variable! One must be careful to only make appropriate predictions. Do not predict a value of Y for any value of X that is outside the range of the X values used to create the model. This is called extrapolation. Also, one must not confuse correlation with causation. Cause and effect must be proven with appropriate experimental design studies. This isn't the whole story, obviously. However, it gives you a broad picture of what's possible with regression. Further topics include the study of the residuals to assess the utility of the model, Adding other predictor variables to the model to increase predictability, Applying nonlinear models to increase predictability, etc.

5 5 Residuals X: #study Y: final Y Y Y (Y Y ) 2 hours score Σ (Y Y ) = 0 Σ is minimized

6 6 Follow steps A E to do the descriptive part of a linear regression analysis for each example. Number 1 X: amount of fertilizer (lbs/100 sq ft) Y: yield of tomatoes (lbs) X Y Number 2 X: hours/week work Y: GPA X Y Number 3: X: maps distributed (1000's) Y: increase in ridership (1000's) X Y

7 7 Number 4 X: age (years) Y: days absent X Y Number 5 X: newspaper advertising ($1000's) Y: sales ($1000's) X Y

8

9 9 1. For the regression line y = x, predict y for an x value of 10. (A) 40 (B) 50 (C) 40 (D) 30 (E) Given the following information, find the correct value of the correlation coefficient. b 0 = 25.2 b 1 =.86 R 2 =.79 (A).62 (B).62 (C).79 (D).89 (E).89 ****************************************************************************** USE THE FOLLOWING INFORMATION FOR QUESTIONS 3 5: Following are the results of a simple linear regression analysis of performance score on number of days in training. Use the information below to answer these questions. (Statisticians often say, Regress y on x. So, x is number of days of training, and y is score. r = 0.98 R 2 = 0.97 b 0 (y int.) = 8.59 b 1 (slope) = Which one of the following is the correct equation for the regression line? (A) y = x (B) y = x (C) y = x (D) y = x (E) y = x 4. Interpret the slope of the least squares line. (A) For each additional day of training, we estimate the performance score will increase points. (B) For each additional day of training, we estimate the performance score will increase 8.59 points. (C) For a person with 0 days of training, we estimate the performance score to be 8.59 points. (D) For each additional performance score point, we estimate the number of days of training will increase by 8.59 days. 5. Interpret R 2, the coefficient of determination. (A) We are 97% confident that number of days in training is linearly related to performance score.

10 10 (B) 97% of the sum of the squared errors of prediction (SSE) can be explained by the linear relationship between number of days in training and performance score. (C) The least squares line makes correct predictions 97% of the time. (D) 97% of the total variation in performance score can be explained by the linear relationship between number of days of training and performance score. (E) 97% of the predicted performance scores will have residuals equal to zero.

Session 4 2:40 3:30. If neither the first nor second differences repeat, we need to try another

Session 4 2:40 3:30. If neither the first nor second differences repeat, we need to try another Linear Quadratics & Exponentials using Tables We can classify a table of values as belonging to a particular family of functions based on the math operations found on any calculator. First differences

More information

Prob/Stats Questions? /32

Prob/Stats Questions? /32 Prob/Stats 10.4 Questions? 1 /32 Prob/Stats 10.4 Homework Apply p551 Ex 10-4 p 551 7, 8, 9, 10, 12, 13, 28 2 /32 Prob/Stats 10.4 Objective Compute the equation of the least squares 3 /32 Regression A scatter

More information

Mathematical Modeling

Mathematical Modeling Mathematical Modeling Sample Problem: The chart below gives the profit for a company for the years 1990 to 1999, where 0 corresponds to 1990 and the profit is in millions of dollars. Year 0 1 2 3 4 5 6

More information

AP Statistics Two-Variable Data Analysis

AP Statistics Two-Variable Data Analysis AP Statistics Two-Variable Data Analysis Key Ideas Scatterplots Lines of Best Fit The Correlation Coefficient Least Squares Regression Line Coefficient of Determination Residuals Outliers and Influential

More information

3 9 Curve Fitting with Polynomials

3 9 Curve Fitting with Polynomials 3 9 Curve Fitting with Polynomials Relax! You will do fine today! We will review for quiz!!! (which is worth 10 points, has 20 questions, group, graphing calculator allowed, and will not be on your first

More information

BIVARIATE DATA data for two variables

BIVARIATE DATA data for two variables (Chapter 3) BIVARIATE DATA data for two variables INVESTIGATING RELATIONSHIPS We have compared the distributions of the same variable for several groups, using double boxplots and back-to-back stemplots.

More information

Reminder: Univariate Data. Bivariate Data. Example: Puppy Weights. You weigh the pups and get these results: 2.5, 3.5, 3.3, 3.1, 2.6, 3.6, 2.

Reminder: Univariate Data. Bivariate Data. Example: Puppy Weights. You weigh the pups and get these results: 2.5, 3.5, 3.3, 3.1, 2.6, 3.6, 2. TP: To review Standard Deviation, Residual Plots, and Correlation Coefficients HW: Do a journal entry on each of the calculator tricks in this lesson. Lesson slides will be posted with notes. Do Now: Write

More information

Module 1 Linear Regression

Module 1 Linear Regression Regression Analysis Although many phenomena can be modeled with well-defined and simply stated mathematical functions, as illustrated by our study of linear, exponential and quadratic functions, the world

More information

determine whether or not this relationship is.

determine whether or not this relationship is. Section 9-1 Correlation A correlation is a between two. The data can be represented by ordered pairs (x,y) where x is the (or ) variable and y is the (or ) variable. There are several types of correlations

More information

y n 1 ( x i x )( y y i n 1 i y 2

y n 1 ( x i x )( y y i n 1 i y 2 STP3 Brief Class Notes Instructor: Ela Jackiewicz Chapter Regression and Correlation In this chapter we will explore the relationship between two quantitative variables, X an Y. We will consider n ordered

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

Least Squares Regression

Least Squares Regression Least Squares Regression Sections 5.3 & 5.4 Cathy Poliak, Ph.D. cathy@math.uh.edu Office in Fleming 11c Department of Mathematics University of Houston Lecture 14-2311 Cathy Poliak, Ph.D. cathy@math.uh.edu

More information

Introduce Exploration! Before we go on, notice one more thing. We'll come back to the derivation if we have time.

Introduce Exploration! Before we go on, notice one more thing. We'll come back to the derivation if we have time. Introduce Exploration! Before we go on, notice one more thing. We'll come back to the derivation if we have time. Simplifying the calculation of variance Notice that we can rewrite the calculation of a

More information

Section 2.2: LINEAR REGRESSION

Section 2.2: LINEAR REGRESSION Section 2.2: LINEAR REGRESSION OBJECTIVES Be able to fit a regression line to a scatterplot. Find and interpret correlation coefficients. Make predictions based on lines of best fit. Key Terms line of

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

6.1.1 How can I make predictions?

6.1.1 How can I make predictions? CCA Ch 6: Modeling Two-Variable Data Name: Team: 6.1.1 How can I make predictions? Line of Best Fit 6-1. a. Length of tube: Diameter of tube: Distance from the wall (in) Width of field of view (in) b.

More information

Chapter 11. Correlation and Regression

Chapter 11. Correlation and Regression Chapter 11 Correlation and Regression Correlation A relationship between two variables. The data can be represented b ordered pairs (, ) is the independent (or eplanator) variable is the dependent (or

More information

Ch Inference for Linear Regression

Ch Inference for Linear Regression Ch. 12-1 Inference for Linear Regression ACT = 6.71 + 5.17(GPA) For every increase of 1 in GPA, we predict the ACT score to increase by 5.17. population regression line β (true slope) μ y = α + βx mean

More information

4.1 Introduction. 4.2 The Scatter Diagram. Chapter 4 Linear Correlation and Regression Analysis

4.1 Introduction. 4.2 The Scatter Diagram. Chapter 4 Linear Correlation and Regression Analysis 4.1 Introduction Correlation is a technique that measures the strength (or the degree) of the relationship between two variables. For example, we could measure how strong the relationship is between people

More information

Prof. Bodrero s Guide to Derivatives of Trig Functions (Sec. 3.5) Name:

Prof. Bodrero s Guide to Derivatives of Trig Functions (Sec. 3.5) Name: Prof. Bodrero s Guide to Derivatives of Trig Functions (Sec. 3.5) Name: Objectives: Understand how the derivatives of the six basic trig functions are found. Be able to find the derivative for each of

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

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

MPM2D - Practice Mastery Test #5

MPM2D - Practice Mastery Test #5 MPM2D - Practice Mastery Test #5 Multiple Choice Identify the choice that best completes the statement or answers the question. 1. 2. If, then x = a. -4 b. -3 c. 1 d. 2 3. Simplify 4. Select the table

More information

a) Do you see a pattern in the scatter plot, or does it look like the data points are

a) Do you see a pattern in the scatter plot, or does it look like the data points are Aim #93: How do we distinguish between scatter plots that model a linear versus a nonlinear equation and how do we write the linear regression equation for a set of data using our calculator? Homework:

More information

MAC Module 2 Modeling Linear Functions. Rev.S08

MAC Module 2 Modeling Linear Functions. Rev.S08 MAC 1105 Module 2 Modeling Linear Functions Learning Objectives Upon completing this module, you should be able to: 1. Recognize linear equations. 2. Solve linear equations symbolically and graphically.

More information

Overview. 4.1 Tables and Graphs for the Relationship Between Two Variables. 4.2 Introduction to Correlation. 4.3 Introduction to Regression 3.

Overview. 4.1 Tables and Graphs for the Relationship Between Two Variables. 4.2 Introduction to Correlation. 4.3 Introduction to Regression 3. 3.1-1 Overview 4.1 Tables and Graphs for the Relationship Between Two Variables 4.2 Introduction to Correlation 4.3 Introduction to Regression 3.1-2 4.1 Tables and Graphs for the Relationship Between Two

More information

Math 12 - for 4 th year math students

Math 12 - for 4 th year math students Math 12 - for 4 th year math students This portion of the entire unit should be completed in 6 days The students will utilize handout notes, measuring tapes, textbooks, and graphing calculators for all

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

Red Hot Half-Life Modeling Nuclear Decay

Red Hot Half-Life Modeling Nuclear Decay Red Hot Half-Life Modeling Nuclear Decay About this Lesson This lesson can be used in multiple places within a chemistry curriculum. It can be used with the atomic structure unit, a nuclear chemistry unit

More information

Correlation and Regression

Correlation and Regression A. The Basics of Correlation Analysis 1. SCATTER DIAGRAM A key tool in correlation analysis is the scatter diagram, which is a tool for analyzing potential relationships between two variables. One variable

More information

Correlation and Regression

Correlation and Regression Correlation and Regression October 25, 2017 STAT 151 Class 9 Slide 1 Outline of Topics 1 Associations 2 Scatter plot 3 Correlation 4 Regression 5 Testing and estimation 6 Goodness-of-fit STAT 151 Class

More information

15.8 MULTIPLE REGRESSION WITH MANY EXPLANATORY VARIABLES

15.8 MULTIPLE REGRESSION WITH MANY EXPLANATORY VARIABLES 15.8 MULTIPLE REGRESSION WITH MANY EXPLANATORY VARIABLES The method of multiple regression that we have studied through the use of the two explanatory variable life expectancies example can be extended

More information

STA 108 Applied Linear Models: Regression Analysis Spring Solution for Homework #6

STA 108 Applied Linear Models: Regression Analysis Spring Solution for Homework #6 STA 8 Applied Linear Models: Regression Analysis Spring 011 Solution for Homework #6 6. a) = 11 1 31 41 51 1 3 4 5 11 1 31 41 51 β = β1 β β 3 b) = 1 1 1 1 1 11 1 31 41 51 1 3 4 5 β = β 0 β1 β 6.15 a) Stem-and-leaf

More information

PS2.1 & 2.2: Linear Correlations PS2: Bivariate Statistics

PS2.1 & 2.2: Linear Correlations PS2: Bivariate Statistics PS2.1 & 2.2: Linear Correlations PS2: Bivariate Statistics LT1: Basics of Correlation LT2: Measuring Correlation and Line of best fit by eye Univariate (one variable) Displays Frequency tables Bar graphs

More information

Name Class Date. Residuals and Linear Regression Going Deeper

Name Class Date. Residuals and Linear Regression Going Deeper Name Class Date 4-8 and Linear Regression Going Deeper Essential question: How can you use residuals and linear regression to fit a line to data? You can evaluate a linear model s goodness of fit using

More information

Least-Squares Regression. Unit 3 Exploring Data

Least-Squares Regression. Unit 3 Exploring Data Least-Squares Regression Unit 3 Exploring Data Regression Line A straight line that describes how a variable,, changes as an variable,, changes unlike, requires an and variable used to predict the value

More information

Unit Calendar. Date Sect. Topic Homework HW On-Time Apr , 2, 3 Quadratic Equations & Page 638: 3-11 Page 647: 3-29, odd

Unit Calendar. Date Sect. Topic Homework HW On-Time Apr , 2, 3 Quadratic Equations & Page 638: 3-11 Page 647: 3-29, odd Name/Period: Unit Calendar Date Sect. Topic Homework HW On-Time Apr. 4 10.1, 2, 3 Quadratic Equations & Page 638: 3-11 Graphs Page 647: 3-29, odd Apr. 6 9.4 10.4 Solving Quadratic Equations by Factoring

More information

S12 - HS Regression Labs Workshop. Linear. Quadratic (not required) Logarithmic. Exponential. Power

S12 - HS Regression Labs Workshop. Linear. Quadratic (not required) Logarithmic. Exponential. Power Summer 2006 I2T2 Probability & Statistics Page 181 S12 - HS Regression Labs Workshop Regression Types: Needed for Math B Linear Quadratic (not required) Logarithmic Exponential Power You can calculate

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

Unit 2, Ongoing Activity, Little Black Book of Algebra II Properties

Unit 2, Ongoing Activity, Little Black Book of Algebra II Properties Unit 2, Ongoing Activity, Little Black Book of Algebra II Properties Little Black Book of Algebra II Properties Unit 2 - Polynomial Equations & Inequalities 2.1 Laws of Exponents - record the rules for

More information

Chapter 12 : Linear Correlation and Linear Regression

Chapter 12 : Linear Correlation and Linear Regression Chapter 1 : Linear Correlation and Linear Regression Determining whether a linear relationship exists between two quantitative variables, and modeling the relationship with a line, if the linear relationship

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

B.U.G. Newsletter. As one semester comes to an end by Jennifer L. Brown. December WÜA UÜÉãÇ

B.U.G. Newsletter. As one semester comes to an end by Jennifer L. Brown. December WÜA UÜÉãÇ B.U.G. Newsletter December 2014 THIS NEWSLETTER IS A SERVICE THAT WAS FUNDED BY "NO CHILD LEFT BEHIND" TITLE II PART A HIGHER EDUCATION IMPROVING TEACHER QUALITY HIGHER EDUCATION GRANT ADMINISTERED THROUGH

More information

Chapter 2.1 Relations and Functions

Chapter 2.1 Relations and Functions Analyze and graph relations. Find functional values. Chapter 2.1 Relations and Functions We are familiar with a number line. A number line enables us to locate points, denoted by numbers, and find distances

More information

Let the x-axis have the following intervals:

Let the x-axis have the following intervals: 1 & 2. For the following sets of data calculate the mean and standard deviation. Then graph the data as a frequency histogram on the corresponding set of axes. Set 1: Length of bass caught in Conesus Lake

More information

Describing Bivariate Relationships

Describing Bivariate Relationships Describing Bivariate Relationships Bivariate Relationships What is Bivariate data? When exploring/describing a bivariate (x,y) relationship: Determine the Explanatory and Response variables Plot the data

More information

a. Length of tube: Diameter of tube:

a. Length of tube: Diameter of tube: CCA Ch 6: Modeling Two-Variable Data Name: 6.1.1 How can I make predictions? Line of Best Fit 6-1. a. Length of tube: Diameter of tube: Distance from the wall (in) Width of field of view (in) b. Make a

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

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

Lecture 11: Simple Linear Regression

Lecture 11: Simple Linear Regression Lecture 11: Simple Linear Regression Readings: Sections 3.1-3.3, 11.1-11.3 Apr 17, 2009 In linear regression, we examine the association between two quantitative variables. Number of beers that you drink

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

Chapter 6. Exploring Data: Relationships

Chapter 6. Exploring Data: Relationships Chapter 6 Exploring Data: Relationships For All Practical Purposes: Effective Teaching A characteristic of an effective instructor is fairness and consistenc in grading and evaluating student performance.

More information

Chapter 4 Data with Two Variables

Chapter 4 Data with Two Variables Chapter 4 Data with Two Variables 1 Scatter Plots and Correlation and 2 Pearson s Correlation Coefficient Looking for Correlation Example Does the number of hours you watch TV per week impact your average

More information

Algebra II Notes Quadratic Functions Unit Applying Quadratic Functions. Math Background

Algebra II Notes Quadratic Functions Unit Applying Quadratic Functions. Math Background Applying Quadratic Functions Math Background Previously, you Graphed and solved quadratic functions. Solved literal equations for a given variable. Found the inverse for a linear function. Verified by

More information

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

Name. The data below are airfares to various cities from Baltimore, MD (including the descriptive statistics).

Name. The data below are airfares to various cities from Baltimore, MD (including the descriptive statistics). Name The data below are airfares to various cities from Baltimore, MD (including the descriptive statistics). 178 138 94 278 158 258 198 188 98 179 138 98 N Mean Std. Dev. Min Q 1 Median Q 3 Max 12 166.92

More information

Chapter 4 Data with Two Variables

Chapter 4 Data with Two Variables Chapter 4 Data with Two Variables 1 Scatter Plots and Correlation and 2 Pearson s Correlation Coefficient Looking for Correlation Example Does the number of hours you watch TV per week impact your average

More information

5.1 Bivariate Relationships

5.1 Bivariate Relationships Chapter 5 Summarizing Bivariate Data Source: TPS 5.1 Bivariate Relationships What is Bivariate data? When exploring/describing a bivariate (x,y) relationship: Determine the Explanatory and Response variables

More information

Regression Using an Excel Spreadsheet Using Technology to Determine Regression

Regression Using an Excel Spreadsheet Using Technology to Determine Regression Regression Using an Excel Spreadsheet Enter your data in columns A and B for the x and y variable respectively Highlight the entire data series by selecting it with the mouse From the Insert menu select

More information

STATS DOESN T SUCK! ~ CHAPTER 16

STATS DOESN T SUCK! ~ CHAPTER 16 SIMPLE LINEAR REGRESSION: STATS DOESN T SUCK! ~ CHAPTER 6 The HR manager at ACME food services wants to examine the relationship between a workers income and their years of experience on the job. He randomly

More information

3.2: Least Squares Regressions

3.2: Least Squares Regressions 3.2: Least Squares Regressions Section 3.2 Least-Squares Regression After this section, you should be able to INTERPRET a regression line CALCULATE the equation of the least-squares regression line CALCULATE

More information

Foundations for Functions

Foundations for Functions Activity: TEKS: Overview: Materials: Regression Exploration (A.2) Foundations for functions. The student uses the properties and attributes of functions. The student is expected to: (D) collect and organize

More information

Connecticut Common Core Algebra 1 Curriculum. Professional Development Materials. Unit 8 Quadratic Functions

Connecticut Common Core Algebra 1 Curriculum. Professional Development Materials. Unit 8 Quadratic Functions Connecticut Common Core Algebra 1 Curriculum Professional Development Materials Unit 8 Quadratic Functions Contents Activity 8.1.3 Rolling Ball CBR Activity 8.1.7 Galileo in Dubai Activity 8.2.3 Exploring

More information

2. LECTURE 2. Objectives

2. LECTURE 2. Objectives 2. LECTURE 2 Objectives I understand the distinction between independent variable(s) and the corresponding dependent variable as well as why that distinction was chosen for the situation. I can define

More information

CHAPTER. Scatterplots

CHAPTER. Scatterplots CHAPTER 7 Two-Variable Data Analysis IN THIS CHAPTER Summary: In the previous chapter we used eploratory data analysis to help us understand what a one-variable data set was saying to us. In this chapter

More information

Chapter 12: Linear Regression and Correlation

Chapter 12: Linear Regression and Correlation Chapter 12: Linear Regression and Correlation Linear Equations Linear regression for two variables is based on a linear equation with one independent variable. It has the form: y = a + bx where a and b

More information

Learning Goals. 2. To be able to distinguish between a dependent and independent variable.

Learning Goals. 2. To be able to distinguish between a dependent and independent variable. Learning Goals 1. To understand what a linear regression is. 2. To be able to distinguish between a dependent and independent variable. 3. To understand what the correlation coefficient measures. 4. To

More information

OHS Algebra 2 Summer Packet

OHS Algebra 2 Summer Packet OHS Algebra 2 Summer Packet Good Luck to: Date Started: (please print student name here) Geometry Teacher s Name: Complete each of the following exercises in this formative assessment. To receive full

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

Nov 13 AP STAT. 1. Check/rev HW 2. Review/recap of notes 3. HW: pg #5,7,8,9,11 and read/notes pg smartboad notes ch 3.

Nov 13 AP STAT. 1. Check/rev HW 2. Review/recap of notes 3. HW: pg #5,7,8,9,11 and read/notes pg smartboad notes ch 3. Nov 13 AP STAT 1. Check/rev HW 2. Review/recap of notes 3. HW: pg 179 184 #5,7,8,9,11 and read/notes pg 185 188 1 Chapter 3 Notes Review Exploring relationships between two variables. BIVARIATE DATA Is

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

Using Tables and Graphing Calculators in Math 11

Using Tables and Graphing Calculators in Math 11 Using Tables and Graphing Calculators in Math 11 Graphing calculators are not required for Math 11, but they are likely to be helpful, primarily because they allow you to avoid the use of tables in some

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

Math 52 Linear Regression Instructions TI-83

Math 52 Linear Regression Instructions TI-83 Math 5 Linear Regression Instructions TI-83 Use the following data to study the relationship between average hours spent per week studying and overall QPA. The idea behind linear regression is to determine

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

Complete Week 8 Package

Complete Week 8 Package Complete Week 8 Package Algebra1Teachers @ 2015 Table of Contents Unit 3 Pacing Chart -------------------------------------------------------------------------------------------- 1 Lesson Plans --------------------------------------------------------------------------------------------

More information

Analysis of Bivariate Data

Analysis of Bivariate Data Analysis of Bivariate Data Data Two Quantitative variables GPA and GAES Interest rates and indices Tax and fund allocation Population size and prison population Bivariate data (x,y) Case corr&reg 2 Independent

More information

Related Example on Page(s) R , 148 R , 148 R , 156, 157 R3.1, R3.2. Activity on 152, , 190.

Related Example on Page(s) R , 148 R , 148 R , 156, 157 R3.1, R3.2. Activity on 152, , 190. Name Chapter 3 Learning Objectives Identify explanatory and response variables in situations where one variable helps to explain or influences the other. Make a scatterplot to display the relationship

More information

Prob and Stats, Sep 23

Prob and Stats, Sep 23 Prob and Stats, Sep 23 Calculator Scatter Plots and Equations of Lines of Fit Book Sections: 4.1 Essential Questions: How can the calculator help me to produce a scatter plot, and also the equation of

More information

AP Statistics L I N E A R R E G R E S S I O N C H A P 7

AP Statistics L I N E A R R E G R E S S I O N C H A P 7 AP Statistics 1 L I N E A R R E G R E S S I O N C H A P 7 The object [of statistics] is to discover methods of condensing information concerning large groups of allied facts into brief and compendious

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

Unit #2: Linear and Exponential Functions Lesson #13: Linear & Exponential Regression, Correlation, & Causation. Day #1

Unit #2: Linear and Exponential Functions Lesson #13: Linear & Exponential Regression, Correlation, & Causation. Day #1 Algebra I Name Unit #2: Linear and Exponential Functions Lesson #13: Linear & Exponential Regression, Correlation, & Causation Day #1 Period Date When a table of values increases or decreases by the same

More information

Describing the Relationship between Two Variables

Describing the Relationship between Two Variables 1 Describing the Relationship between Two Variables Key Definitions Scatter : A graph made to show the relationship between two different variables (each pair of x s and y s) measured from the same equation.

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

Math 243 OpenStax Chapter 12 Scatterplots and Linear Regression OpenIntro Section and

Math 243 OpenStax Chapter 12 Scatterplots and Linear Regression OpenIntro Section and Math 243 OpenStax Chapter 12 Scatterplots and Linear Regression OpenIntro Section 2.1.1 and 8.1-8.2.6 Overview Scatterplots Explanatory and Response Variables Describing Association The Regression Equation

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

Using a graphic display calculator

Using a graphic display calculator 12 Using a graphic display calculator CHAPTER OBJECTIVES: This chapter shows you how to use your graphic display calculator (GDC) to solve the different types of problems that you will meet in your course.

More information

Stat 101 Exam 1 Important Formulas and Concepts 1

Stat 101 Exam 1 Important Formulas and Concepts 1 1 Chapter 1 1.1 Definitions Stat 101 Exam 1 Important Formulas and Concepts 1 1. Data Any collection of numbers, characters, images, or other items that provide information about something. 2. Categorical/Qualitative

More information

H l o t lol t M t c M D gc o ed u o g u al a 1 g A al lg Al e g b e r r 1 a

H l o t lol t M t c M D gc o ed u o g u al a 1 g A al lg Al e g b e r r 1 a Holt Algebra McDougal 1 Algebra 1 Warm Up Line of Best Fit Identify the slope and the y-intercept. 1. y = -2x + 1 m = -2, b = 1 2. y = 2 2 x - 4 m=, b = -4 3 3 Identify the correlation (positive, negative,

More information

Chapter 6 Scatterplots, Association and Correlation

Chapter 6 Scatterplots, Association and Correlation Chapter 6 Scatterplots, Association and Correlation Looking for Correlation Example Does the number of hours you watch TV per week impact your average grade in a class? Hours 12 10 5 3 15 16 8 Grade 70

More information

Chapter 3: Examining Relationships

Chapter 3: Examining Relationships Chapter 3: Examining Relationships Most statistical studies involve more than one variable. Often in the AP Statistics exam, you will be asked to compare two data sets by using side by side boxplots or

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

Review. Midterm Exam. Midterm Review. May 6th, 2015 AMS-UCSC. Spring Session 1 (Midterm Review) AMS-5 May 6th, / 24

Review. Midterm Exam. Midterm Review. May 6th, 2015 AMS-UCSC. Spring Session 1 (Midterm Review) AMS-5 May 6th, / 24 Midterm Exam Midterm Review AMS-UCSC May 6th, 2015 Spring 2015. Session 1 (Midterm Review) AMS-5 May 6th, 2015 1 / 24 Topics Topics We will talk about... 1 Review Spring 2015. Session 1 (Midterm Review)

More information

Exponential Regression. Suppose we have paired sample data {{ x 1, y 1 }, { x 2, y 2 },..., { x n, y n }}, with all x i > 0,

Exponential Regression. Suppose we have paired sample data {{ x 1, y 1 }, { x 2, y 2 },..., { x n, y n }}, with all x i > 0, MATH 482 More Regression Dr. Neal, WKU The least-squares regression technique for linear data can be adjusted to paired data that appears to be non-linear but instead exponential, logarithmic, or power-based.

More information

Assumptions, Diagnostics, and Inferences for the Simple Linear Regression Model with Normal Residuals

Assumptions, Diagnostics, and Inferences for the Simple Linear Regression Model with Normal Residuals Assumptions, Diagnostics, and Inferences for the Simple Linear Regression Model with Normal Residuals 4 December 2018 1 The Simple Linear Regression Model with Normal Residuals In previous class sessions,

More information

The response variable depends on the explanatory variable.

The response variable depends on the explanatory variable. A response variable measures an outcome of study. > dependent variables An explanatory variable attempts to explain the observed outcomes. > independent variables The response variable depends on the explanatory

More information

9. Linear Regression and Correlation

9. Linear Regression and Correlation 9. Linear Regression and Correlation Data: y a quantitative response variable x a quantitative explanatory variable (Chap. 8: Recall that both variables were categorical) For example, y = annual income,

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

Statistics for Managers using Microsoft Excel 6 th Edition

Statistics for Managers using Microsoft Excel 6 th Edition Statistics for Managers using Microsoft Excel 6 th Edition Chapter 13 Simple Linear Regression 13-1 Learning Objectives In this chapter, you learn: How to use regression analysis to predict the value of

More information

STAT 350 Final (new Material) Review Problems Key Spring 2016

STAT 350 Final (new Material) Review Problems Key Spring 2016 1. The editor of a statistics textbook would like to plan for the next edition. A key variable is the number of pages that will be in the final version. Text files are prepared by the authors using LaTeX,

More information