S519: Evaluation of Information Systems Social Statistics Inferential Statistics Chapter 14: linear regression.

Slides:



Advertisements
Similar presentations
Kin 304 Regression Linear Regression Least Sum of Squares
Advertisements

Linear Equations Review. Find the slope and y intercept: y + x = -1.
Copyright © 2006 The McGraw-Hill Companies, Inc. Permission required for reproduction or display. 1 ~ Curve Fitting ~ Least Squares Regression Chapter.
Regression Analysis Module 3. Regression Regression is the attempt to explain the variation in a dependent variable using the variation in independent.
 How to predict and how it can be used in the social and behavioral sciences  How to judge the accuracy of predictions  INTERCEPT and SLOPE functions.
Developing and Using a Simple Regression Equation. The simple regression model is based on the equation for a straight line: Yc = A+BX.
© McGraw-Hill Higher Education. All Rights Reserved. Chapter 2F Statistical Tools in Evaluation.
Correlation Correlation is the relationship between two quantitative variables. Correlation coefficient (r) measures the strength of the linear relationship.
Intro to Statistics for the Behavioral Sciences PSYC 1900
LINEAR REGRESSION: On to Predictions! Or: “How to amaze your friends and baffle your enemies”
Probability & Statistics for Engineers & Scientists, by Walpole, Myers, Myers & Ye ~ Chapter 11 Notes Class notes for ISE 201 San Jose State University.
REGRESSION Predict future scores on Y based on measured scores on X Predictions are based on a correlation from a sample where both X and Y were measured.
1 Chapter 17: Introduction to Regression. 2 Introduction to Linear Regression The Pearson correlation measures the degree to which a set of data points.
Regression and Correlation BUSA 2100, Sect , 3.5.
Relationships Among Variables
McGraw-Hill/IrwinCopyright © 2009 by The McGraw-Hill Companies, Inc. All Rights Reserved. Simple Linear Regression Analysis Chapter 13.
Linear Trend Lines Y t = b 0 + b 1 X t Where Y t is the dependent variable being forecasted X t is the independent variable being used to explain Y. In.
Lecture 22 Dustin Lueker.  The sample mean of the difference scores is an estimator for the difference between the population means  We can now use.
12a. Regression Analysis, Part 1 CSCI N207 Data Analysis Using Spreadsheet Lingma Acheson Department of Computer and Information Science,
Managerial Economics Demand Estimation. Scatter Diagram Regression Analysis.
Copyright © 2003 Pearson Education Canada Inc. Slide Chapter 10 Determining How Costs Behave.
Section 5.2: Linear Regression: Fitting a Line to Bivariate Data.
Thomas Knotts. Engineers often: Regress data  Analysis  Fit to theory  Data reduction Use the regression of others  Antoine Equation  DIPPR.
Part IV Significantly Different Using Inferential Statistics Chapter 15 Using Linear Regression Predicting Who’ll Win the Super Bowl.
Part IV Significantly Different: Using Inferential Statistics
Chapter 7 Relationships Among Variables What Correlational Research Investigates Understanding the Nature of Correlation Positive Correlation Negative.
Chapter 14 Inference for Regression AP Statistics 14.1 – Inference about the Model 14.2 – Predictions and Conditions.
Simple Linear Regression. The term linear regression implies that  Y|x is linearly related to x by the population regression equation  Y|x =  +  x.
STATISTICS 12.0 Correlation and Linear Regression “Correlation and Linear Regression -”Causal Forecasting Method.
Correlation and Regression Basic Concepts. An Example We can hypothesize that the value of a house increases as its size increases. Said differently,
The McGraw-Hill Companies, Inc. 2006McGraw-Hill/Irwin DSS-ESTIMATING COSTS.
Aim: Review for Exam Tomorrow. Independent VS. Dependent Variable Response Variables (DV) measures an outcome of a study Explanatory Variables (IV) explains.
Revision: Pivot Table 1. Histogram 2. Trends 3. Linear 4. Exponential
Chapter 6 (cont.) Difference Estimation. Recall the Regression Estimation Procedure 2.
Essential Statistics Chapter 51 Least Squares Regression Line u Regression line equation: y = a + bx ^ –x is the value of the explanatory variable –“y-hat”
Chapter 10: Determining How Costs Behave 1 Horngren 13e.
Economics 173 Business Statistics Lecture 10 Fall, 2001 Professor J. Petry
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.
LESSON 6: REGRESSION 2/21/12 EDUC 502: Introduction to Statistics.
1 Simple Linear Regression and Correlation Least Squares Method The Model Estimating the Coefficients EXAMPLE 1: USED CAR SALES.
STATISTICS 12.0 Correlation and Linear Regression “Correlation and Linear Regression -”Causal Forecasting Method.
Statistics for Managers Using Microsoft Excel, 4e © 2004 Prentice-Hall, Inc. Chap 14-1 Chapter 14 Multiple Regression Model Building Statistics for Managers.
Multiple Regression Analysis Regression analysis with two or more independent variables. Leads to an improvement.
Intro to Statistics for the Behavioral Sciences PSYC 1900 Lecture 7: Regression.
Chapter 14 Introduction to Regression Analysis. Objectives Regression Analysis Uses of Regression Analysis Method of Least Squares Difference between.
Correlation and Regression Basic Concepts. An Example We can hypothesize that the value of a house increases as its size increases. Said differently,
Introduction Many problems in Engineering, Management, Health Sciences and other Sciences involve exploring the relationships between two or more variables.
3-1Forecasting Weighted Moving Average Formula w t = weight given to time period “t” occurrence (weights must add to one) The formula for the moving average.
Chapter 11 Regression Analysis in Body Composition Research.
Correlation and Regression Q560: Experimental Methods in Cognitive Science Lecture 13.
Regression and Correlation of Data Summary
REGRESSION G&W p
REGRESSION (R2).
Practice. Practice Practice Practice Practice r = X = 20 X2 = 120 Y = 19 Y2 = 123 XY = 72 N = 4 (4) 72.
Regression Analysis Module 3.
Political Science 30: Political Inquiry
Chapter 30: Standard Data
Chapter 15 Linear Regression
S519: Evaluation of Information Systems
REGRESSION.
LESSON 23: MULTIPLE REGRESSION
CHAPTER 3 Describing Relationships
The Multiple Regression Model
STA 291 Summer 2008 Lecture 23 Dustin Lueker.
Correlation and Regression
Multivariate Analysis Regression
Sleeping and Happiness
STA 291 Spring 2008 Lecture 23 Dustin Lueker.
Chapter 14 Multiple Regression
Presentation transcript:

S519: Evaluation of Information Systems Social Statistics Inferential Statistics Chapter 14: linear regression

This week How to predict and how it can be used in the social and behavioral sciences How to judge the accuracy of predictions INTERCEPT and SLOPE functions Multiple regression

Prediction Based on the correlation, you can predict the value of one variable from the value of another. Based on the previously collected data, calculate the correlation between these two variable, use that correlation and the value of X to predict Y The higher the absolute value of the correlation coefficient, the more accurate the prediction is of one variable from the other based on that correlation

Logic of prediction Prediction is an activity that computes future outcomes from present ones. When we want to predict one variable from another, we need to first compute the correlation between the two variables

Type of regression Linear regression One independent variable Multi-independent variables Non-linear regression Power Exponential Quadric Cubic etc.

Example high school GPAFirst-year college GPA Regression line, line of best fit Y’ = bX + a

Regression line Y’ = bX + a Y’ = 0.704X Y’ (read Y prime) is the predicted value of Y

Excel Y’ = bX + a b = SLOPE() a = INTERCEPT() high school GPAFirst-year college GPA Slope (b) intercept (a) actual valuepredicted value

How good is our predication Error of estimate Standard error of estimate The difference between the predicated Y’ and real Y Standard error of estimate is very similar to the standard deviation.

Example You are a talent scout looking for new boxers to train. For a group of 6 pro boxers, you record their reach (inches) and the percentage of wins (wins/total*100) over his career. Create a regression equation to predict the success of a boxer given his reach

Example BoxerReach(X)Win-p(Y) A6840 B8085 C7664 D8294 E6530

Example Making predictions from our equation What winning percentage would you predict for “T-rex Arms” Timmy, who has a reach of 62- inches We would predict 18.44% of Timmy’s fights to be wins

Example Making predictions from our equation What winning percentage would you predict for “Ape-Arms” Al, who has a reach of 84-inches? We would predict 98.08% of Al’s fights to be wins

Standard Error of Estimate