S519: Evaluation of Information Systems

Slides:



Advertisements
Similar presentations
Copyright © 2006 The McGraw-Hill Companies, Inc. Permission required for reproduction or display. 1 ~ Curve Fitting ~ Least Squares Regression Chapter.
Advertisements

Regression Analysis Module 3. Regression Regression is the attempt to explain the variation in a dependent variable using the variation in independent.
Learning Objectives Copyright © 2002 South-Western/Thomson Learning Data Analysis: Bivariate Correlation and Regression CHAPTER sixteen.
Learning Objectives Copyright © 2004 John Wiley & Sons, Inc. Bivariate Correlation and Regression CHAPTER Thirteen.
 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.
Overview Correlation Regression -Definition
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.
Regression Analysis. Unscheduled Maintenance Issue: l 36 flight squadrons l Each experiences unscheduled maintenance actions (UMAs) l UMAs costs $1000.
Intro to Statistics for the Behavioral Sciences PSYC 1900
Business Statistics - QBM117 Least squares regression.
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.
PSY 307 – Statistics for the Behavioral Sciences Chapter 7 – Regression.
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
S519: Evaluation of Information Systems Social Statistics Inferential Statistics Chapter 14: linear regression.
McGraw-Hill/IrwinCopyright © 2009 by The McGraw-Hill Companies, Inc. All Rights Reserved. Simple Linear Regression Analysis Chapter 13.
SE-280 Dr. Mark L. Hornick 1 Statistics Review Linear Regression & Correlation.
© The McGraw-Hill Companies, Inc., 2000 Business and Finance College Principles of Statistics Lecture 10 aaed EL Rabai week
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.
Section 5.2: Linear Regression: Fitting a Line to Bivariate Data.
Regression. Population Covariance and Correlation.
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.
Practical Statistics Regression. There are six statistics that will answer 90% of all questions! 1. Descriptive 2. Chi-square 3. Z-tests 4. Comparison.
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.
Revision: Pivot Table 1. Histogram 2. Trends 3. Linear 4. Exponential
Chapter 6 (cont.) Difference Estimation. Recall the Regression Estimation Procedure 2.
Correlation and Regression: The Need to Knows Correlation is a statistical technique: tells you if scores on variable X are related to scores on variable.
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.
Regression Analysis. 1. To comprehend the nature of correlation analysis. 2. To understand bivariate regression analysis. 3. To become aware of the coefficient.
LESSON 6: REGRESSION 2/21/12 EDUC 502: Introduction to Statistics.
Lesson 14 - R Chapter 14 Review. Objectives Summarize the chapter Define the vocabulary used Complete all objectives Successfully answer any of the review.
Practical Statistics Regression. There are six statistics that will answer 90% of all questions! 1. Descriptive 2. Chi-square 3. Z-tests 4. Comparison.
STATISTICS 12.0 Correlation and Linear Regression “Correlation and Linear Regression -”Causal Forecasting Method.
© 2011 Cengage Learning. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license.
Multiple Regression Analysis Regression analysis with two or more independent variables. Leads to an improvement.
Regression Modeling Applications in Land use and Transport.
Intro to Statistics for the Behavioral Sciences PSYC 1900 Lecture 7: Regression.
The General Linear Model. Estimation -- The General Linear Model Formula for a straight line y = b 0 + b 1 x x y.
Chapter 14 Introduction to Regression Analysis. Objectives Regression Analysis Uses of Regression Analysis Method of Least Squares Difference between.
Introduction Many problems in Engineering, Management, Health Sciences and other Sciences involve exploring the relationships between two or more variables.
Chapter 11 Regression Analysis in Body Composition Research.
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.
CHAPTER 3 Describing Relationships
Political Science 30: Political Inquiry
Chapter 15 Linear Regression
Simple Linear Regression
REGRESSION.
CHAPTER 3 Describing Relationships
CHAPTER 3 Describing Relationships
The Multiple Regression Model
Regression making predictions
CHAPTER 3 Describing Relationships
Regression & Prediction
CHAPTER 3 Describing Relationships
CHAPTER 3 Describing Relationships
CHAPTER 3 Describing Relationships
CHAPTER 3 Describing Relationships
Sleeping and Happiness
Chapter 14 Multiple Regression
Presentation transcript:

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

Last week

This week how prediction works 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

Example Regression line, line of best fit Y’ = bX + a high school GPA First-year college GPA 3.5 3.3 2.5 2.2 4 3.8 2.7 2.8 1.9 2 3.2 3.1 3.7 3.4 Regression line, line of best fit Y’ = bX + a

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

Excel Y’ = bX + a b = SLOPE() a = INTERCEPT() high school GPA First-year college GPA 3.5 3.3 2.5 2.2 4 3.8 2.7 2.8 1.9 2 3.2 3.1 3.7 3.4 Slope (b) 0.703893443 intercept (a) 0.71977459 actual value predicted value 3.25 3.007428279

How good is our predication Error of estimate Standard error of estimate The difference between the predicated Y and real Y

Exercise S-p286 1 2 3 4