Examining Relationships

Slides:



Advertisements
Similar presentations
Scatter Diagrams and Linear Correlation
Advertisements

Chapter 5 Regression. Chapter outline The least-squares regression line Facts about least-squares regression Residuals Influential observations Cautions.
Finding Areas with Calc 1. Shade Norm
Examining Relationships YMS3e Chapter 3 3.3: Correlation and Regression Extras Mr. Molesky Regression Facts.
Examining Bivariate Data Unit 3 – Statistics. Some Vocabulary Response aka Dependent Variable –Measures an outcome of a study Explanatory aka Independent.
CHAPTER 5 Regression BPS - 5TH ED.CHAPTER 5 1. PREDICTION VIA REGRESSION LINE NUMBER OF NEW BIRDS AND PERCENT RETURNING BPS - 5TH ED.CHAPTER 5 2.
Lesson Correlation and Regression Wisdom. Knowledge Objectives Recall the three limitations on the use of correlation and regression. Explain what.
Chapter 3-Examining Relationships Scatterplots and Correlation Least-squares Regression.
Get out p. 193 HW and notes. LEAST-SQUARES REGRESSION 3.2 Interpreting Computer Regression Output.
Chapters 8 Linear Regression. Correlation and Regression Correlation = linear relationship between two variables. Summarize relationship with line. Called.
CHAPTER 5: Regression ESSENTIAL STATISTICS Second Edition David S. Moore, William I. Notz, and Michael A. Fligner Lecture Presentation.
Describing Relationships. Least-Squares Regression  A method for finding a line that summarizes the relationship between two variables Only in a specific.
1. Analyzing patterns in scatterplots 2. Correlation and linearity 3. Least-squares regression line 4. Residual plots, outliers, and influential points.
Warm-up Get a sheet of computer paper/construction paper from the front of the room, and create your very own paper airplane. Try to create planes with.
Describing Relationships
CHAPTER 3 Describing Relationships
Unit 4 LSRL.
LSRL.
Least Squares Regression Line.
Essential Statistics Regression
Chapter 3: Describing Relationships
Examining Relationships Least-Squares Regression & Cautions about Correlation and Regression PSBE Chapters 2.3 and 2.4 © 2011 W. H. Freeman and Company.
Chapter 5 LSRL.
Chapter 4 Correlation.
Cautions about Correlation and Regression
Chapter 3.2 LSRL.
Describe the association’s Form, Direction, and Strength
Regression and Residual Plots
Describing Bivariate Relationships
AGENDA: Quiz # minutes Begin notes Section 3.1.
AP Stats: 3.3 Least-Squares Regression Line
Least Squares Regression Line LSRL Chapter 7-continued
EQ: How well does the line fit the data?
Describing Bivariate Relationships
Chapter 8 Linear Regression
Chapter 3: Describing Relationships
^ y = a + bx Stats Chapter 5 - Least Squares Regression
Chapter 3: Describing Relationships
Least-Squares Regression
Chapter 2 Looking at Data— Relationships
Finding Areas with Calc 1. Shade Norm
Examining Relationships
Chapter 3: Describing Relationships
Objectives (IPS Chapter 2.3)
Chapter 3: Describing Relationships
Chapter 3: Describing Relationships
Chapter 5 LSRL.
Chapter 5 LSRL.
Chapter 5 LSRL.
Basic Practice of Statistics - 3rd Edition Regression
Chapter 3: Describing Relationships
Least-Squares Regression
CHAPTER 3 Describing Relationships
CHAPTER 3 Describing Relationships
Warmup A study was done comparing the number of registered automatic weapons (in thousands) along with the murder rate (in murders per 100,000) for 8.
Chapter 3: Describing Relationships
Chapter 3: Describing Relationships
Chapter 3: Describing Relationships
Chapter 3: Describing Relationships
Chapter 3: Describing Relationships
3.3 Cautions Correlation and Regression Wisdom Correlation and regression describe ONLY LINEAR relationships Extrapolations (using data to.
Chapter 3: Describing Relationships
Algebra Review The equation of a straight line y = mx + b
Chapter 3: Describing Relationships
Chapter 3: Describing Relationships
Basic Practice of Statistics - 3rd Edition Lecture Powerpoint
Chapter 3: Describing Relationships
Chapter 3: Describing Relationships
Review of Chapter 3 Examining Relationships
Chapter 3: Describing Relationships
Presentation transcript:

Examining Relationships Regression Facts YMS3e Chapter 3 3.3: Correlation and Regression Extras

Regression Basics When describing a Bivariate Relationship: Make a Scatterplot Strength, Direction, Form Model: y-hat=a+bx Interpret slope in context Make Predictions Residual = Observed- Predicted Assess the Model Interpret “r” Residual Plot

Minitab Output Regression Analysis: Fat gain versus NEA The regression equation is FatGain = ****** + ******(NEA) Predictor Coef SE Coef T P Constant 3.5051 0.3036 11.54 0.000 NEA -0.0034415 0.00074141 -4.04 S=0.739853 R-Sq = 60.6% R-Sq(adj)=57.8% Regression Analysis: Fat gain versus NEA The regression equation is FatGain = ****** + ******(NEA) Predictor Coef SE Coef T P Constant 3.5051 0.3036 11.54 0.000 NEA -0.0034415 0.00074141 -4.04 S=0.739853 R-Sq = 60.6% R-Sq(adj)=57.8% Regression Analysis: Fat gain versus NEA The regression equation is FatGain = ****** + ******(NEA) Predictor Coef SE Coef T P Constant 3.5051 0.3036 11.54 0.000 NEA -0.0034415 0.00074141 -4.04 S=0.739853 R-Sq = 60.6% R-Sq(adj)=57.8% Regression Analysis: Fat gain versus NEA The regression equation is FatGain = ****** + ******(NEA) Predictor Coef SE Coef T P Constant 3.5051 0.3036 11.54 0.000 NEA -0.0034415 0.00074141 -4.04 S=0.739853 R-Sq = 60.6% R-Sq(adj)=57.8% Regression equations aren’t always as easy to spot as they are on your TI-84. Can you find the slope and intercept above?

Outliers/Influential Points Does the age of a child’s first word predict his/her mental ability? Consider the following data on (age of first word, Gesell Adaptive Score) for 21 children. Influential? Does the highlighted point markedly affect the equation of the LSRL? If so, it is “influential”. Test by removing the point and finding the new LSRL.

Explanatory vs. Response The Distinction Between Explanatory and Response variables is essential in regression. Switching the distinction results in a different least- squares regression line. Note: The correlation value, r, does NOT depend on the distinction between Explanatory and Response.

Correlation The correlation, r, describes the strength of the straight- line relationship between x and y. Ex: There is a strong, positive, LINEAR relationship between # of beers and BAC. There is a weak, positive, linear relationship between x and y. However, there is a strong nonlinear relationship. r measures the strength of linearity...

Coefficient of Determination The coefficient of determination, r2, describes the percent of variability in y that is explained by the linear regression on x. 71% of the variability in death rates due to heart disease can be explained by the LSRL on alcohol consumption. That is, alcohol consumption provides us with a fairly good prediction of death rate due to heart disease, but other factors contribute to this rate, so our prediction will be off somewhat.

Cautions Correlation and Regression are NOT RESISTANT to outliers and Influential Points! Correlations based on “averaged data” tend to be higher than correlations based on all raw data. Extrapolating beyond the observed data can result in predictions that are unreliable.

Correlation vs. Causation Consider the following historical data: There is an almost perfect linear relationship between x and y. (r=0.999997) x = # Methodist Ministers in New England y = # of Barrels of Rum Imported to Boston CORRELATION DOES NOT IMPLY CAUSATION!

Summary