Fundamental Statistics for the Behavioral Sciences, 4th edition

Slides:



Advertisements
Similar presentations
11-1 Empirical Models Many problems in engineering and science involve exploring the relationships between two or more variables. Regression analysis.
Advertisements

11 Simple Linear Regression and Correlation CHAPTER OUTLINE
Regression Analysis Module 3. Regression Regression is the attempt to explain the variation in a dependent variable using the variation in independent.
Cal State Northridge  320 Andrew Ainsworth PhD Regression.
Regression. The Basic Problem How do we predict one variable from another?How do we predict one variable from another? How does one variable change as.
© 2010 Pearson Prentice Hall. All rights reserved Least Squares Regression Models.
Linear Regression.
The Simple Regression Model
Intro to Statistics for the Behavioral Sciences PSYC 1900
Topics: Regression Simple Linear Regression: one dependent variable and one independent variable Multiple Regression: one dependent variable and two or.
Regression The basic problem Regression and Correlation Accuracy of prediction in regression Hypothesis testing Regression with multiple predictors.
11-1 Empirical Models Many problems in engineering and science involve exploring the relationships between two or more variables. Regression analysis.
Lorelei Howard and Nick Wright MfD 2008
Copyright ©2006 Brooks/Cole, a division of Thomson Learning, Inc. More About Regression Chapter 14.
Simple Linear Regression Analysis
Cal State Northridge 427 Ainsworth
Linear Regression.  Uses correlations  Predicts value of one variable from the value of another  ***computes UKNOWN outcomes from present, known outcomes.
Relationships Among Variables
Example of Simple and Multiple Regression
Regression Analysis Regression analysis is a statistical technique that is very useful for exploring the relationships between two or more variables (one.
Chapter 11 Simple Regression
Copyright © 2013, 2010 and 2007 Pearson Education, Inc. Chapter Inference on the Least-Squares Regression Model and Multiple Regression 14.
Introductory Statistics for Laboratorians dealing with High Throughput Data sets Centers for Disease Control.
Fundamental Statistics for the Behavioral Sciences, 5th edition David C. Howell Chapter 10 Regression © 2003 Brooks/Cole Publishing Company/ITP.
Ch4 Describing Relationships Between Variables. Section 4.1: Fitting a Line by Least Squares Often we want to fit a straight line to data. For example.
Examining Relationships in Quantitative Research
Part IV Significantly Different: Using Inferential Statistics
Sullivan – Fundamentals of Statistics – 2 nd Edition – Chapter 4 Section 2 – Slide 1 of 20 Chapter 4 Section 2 Least-Squares Regression.
MGS3100_04.ppt/Sep 29, 2015/Page 1 Georgia State University - Confidential MGS 3100 Business Analysis Regression Sep 29 and 30, 2015.
1 Regression Analysis The contents in this chapter are from Chapters of the textbook. The cntry15.sav data will be used. The data collected 15 countries’
Chapter 6 (cont.) Difference Estimation. Recall the Regression Estimation Procedure 2.
Multiple Regression. Simple Regression in detail Y i = β o + β 1 x i + ε i Where Y => Dependent variable X => Independent variable β o => Model parameter.
Environmental Modeling Basic Testing Methods - Statistics III.
Midterm Review Ch 7-8. Requests for Help by Chapter.
Copyright ©2006 Brooks/Cole, a division of Thomson Learning, Inc. More About Regression Chapter 14.
Linear Prediction Correlation can be used to make predictions – Values on X can be used to predict values on Y – Stronger relationships between X and Y.
Copyright © 2011 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill/Irwin Simple Linear Regression Analysis Chapter 13.
Regression Analysis Deterministic model No chance of an error in calculating y for a given x Probabilistic model chance of an error First order linear.
Lecture 10 Introduction to Linear Regression and Correlation Analysis.
Chapter 14 Introduction to Regression Analysis. Objectives Regression Analysis Uses of Regression Analysis Method of Least Squares Difference between.
Chapter 14 Inference on the Least-Squares Regression Model and Multiple Regression.
11-1 Empirical Models Many problems in engineering and science involve exploring the relationships between two or more variables. Regression analysis.
Correlation and Simple Linear Regression
Regression The basic problem Regression and Correlation
Political Science 30: Political Inquiry
Inference for Regression
Chapter 14: Correlation and Regression
(Residuals and
...Relax... 9/21/2018 ST3131, Lecture 3 ST5213 Semester II, 2000/2001
S519: Evaluation of Information Systems
Regression and Residual Plots
Correlation and Simple Linear Regression
Lecture Slides Elementary Statistics Thirteenth Edition
Reasoning in Psychology Using Statistics
Correlation and Regression
CHAPTER 29: Multiple Regression*
CHAPTER 26: Inference for Regression
Bivariate Linear Regression July 14, 2008
Correlation and Simple Linear Regression
Correlation and Regression
Reasoning in Psychology Using Statistics
24/02/11 Tutorial 2 Inferential Statistics, Statistical Modelling & Survey Methods (BS2506) Pairach Piboonrungroj (Champ)
Reasoning in Psychology Using Statistics
Regression & Correlation (1)
Chapter Thirteen McGraw-Hill/Irwin
Introduction to Regression
MGS 3100 Business Analysis Regression Feb 18, 2016
Correlation and Simple Linear Regression
Correlation and Simple Linear Regression
Presentation transcript:

Fundamental Statistics for the Behavioral Sciences, 4th edition Chapter 10 Regression Fundamental Statistics for the Behavioral Sciences, 4th edition David C. Howell ©1999 Brooks/Cole Publishing Company/ITP     

Major Points The basic problem An example The regression line Chapter 10 Regression Major Points The basic problem An example The regression line Accuracy of prediction Hypothesis testing Review questions

The Basic Problem How do we predict one variable from another? Chapter 10 Regression The Basic Problem How do we predict one variable from another? How does one variable change as the other changes? Cause and effect

An Example Cigarettes and CHD Mortality from Chapter 9 Chapter 10 Regression An Example Cigarettes and CHD Mortality from Chapter 9 Data repeated on next slide We want to predict level of CHD mortality in a country averaging 20 cigarettes per day. Landwehr, J.M. & Watkins, A.E. (1987) Exploring Data: Teacher’s Edition. Palo Alto, CA: Dale Seymour Publications.

Chapter 10 Regression The Data

Chapter 10 Regression

Why Do We Care? We may want to make a prediction. Chapter 10 Regression Why Do We Care? We may want to make a prediction. More likely, we want to understand the relationship. How fast does CHD mortality rise with a one unit increase in smoking? Note we speak about predicting, but often don’t actually predict.

Regression Line Formula  = the predicted value of Y (CHD mortality) Chapter 10 Regression Regression Line Formula  = the predicted value of Y (CHD mortality) X = smoking incidence for that country

Regression Coefficients Chapter 10 Regression Regression Coefficients “Coefficients” are a and b b = slope Change in predicted Y for one unit change in X a = intercept value of  when X = 0

Chapter 10 Regression Calculation Slope Intercept

For Our Data CovXY = 11.13 s2X = 2.332 = 5.43 b = 11.13/5.43 = 2.04 Chapter 10 Regression For Our Data CovXY = 11.13 s2X = 2.332 = 5.43 b = 11.13/5.43 = 2.04 a = 14.52 - 2.04*5.95 = 2.37 See SPSS printout on next slide Answers are not exact due to rounding error and desire to match SPSS.

Chapter 10 Regression SPSS Printout

Note: The values we obtained are shown on printout. Chapter 10 Regression Note: The values we obtained are shown on printout. The intercept is labeled “constant.” Slope is labeled by name of predictor variable.

Chapter 10 Regression Making a Prediction Assume that we want CHD mortality when cigarette consumption of 6. We predict 14.61 people/10,000 in that country will die of coronary heart disease.

Accuracy of Prediction Chapter 10 Regression Accuracy of Prediction Finnish smokers smoke 6 cigarettes/adult/day We predict 14.61 deaths/10,000 They actually have 23 deaths/10,000 Our error (“residual”) = 23 - 14.61 = 8.39 a large error

Chapter 10 Regression Residual Prediction

Errors of Prediction Residual variance Standard error of estimate Chapter 10 Regression Errors of Prediction Residual variance The variability of predicted values Standard error of estimate The standard deviation of predicted values

Standard Error of Estimate Chapter 10 Regression Standard Error of Estimate A common measure of the accuracy of our predictions We want it to be as small as possible.

r 2 as % Predictable Variability Chapter 10 Regression r 2 as % Predictable Variability Define Sum of Squares The remaining error divided by the original error

Chapter 10 Regression For Our Data r = .713 r 2 = .7132 =.508 Approximately 50% in variability of incidence of CHD mortality is associated with variability in smoking. Elaborate on what this means.

Hypothesis Testing Null hypotheses Chapter 10 Regression Hypothesis Testing Null hypotheses b* = 0 a* = 0 Define b* and a* population correlation () = 0 We saw how to test the last one in Chapter 9.

Testing Slope and Intercept Chapter 10 Regression Testing Slope and Intercept These are given in computer printout as a t test.

Chapter 10 Regression Testing The t values in the second from right column are tests on slope and intercept. The associated p values are next to them. The slope is significantly different from zero, but not the intercept. Why do we care? Cont.

Testing--cont. What does it mean if slope is not significant? Chapter 10 Regression Testing--cont. What does it mean if slope is not significant? How does that relate to test on r? What if the intercept is not significant? Does significant slope mean we predict quite well?

Review Questions How does regression differ from correlation? Chapter 10 Regression Review Questions How does regression differ from correlation? If the slope is negative, what does that tell us about the sign of r? Why do we call Y-  a residual? What does it mean to say that r 2 = % variation accounted for? Cont.

Review Questions--cont. Chapter 10 Regression Review Questions--cont. If the slope is significant, what does that tell us about the significance of r? What does a nonsignificant slope tell us?