Introduction to Regression Modeling

Slides:



Advertisements
Similar presentations
Regresi Linear Sederhana Pertemuan 01 Matakuliah: I0174 – Analisis Regresi Tahun: Ganjil 2007/2008.
Advertisements

Chapter 14 The Simple Linear Regression Model. I. Introduction We want to develop a model that hopes to successfully explain the relationship between.
1 Multiple Regression Response, Y (numerical) Explanatory variables, X 1, X 2, …X k (numerical) New explanatory variables can be created from existing.
Introduction to Probability and Statistics Linear Regression and Correlation.
Lecture 17 Interaction Plots Simple Linear Regression (Chapter ) Homework 4 due Friday. JMP instructions for question are actually for.
Statistics 350 Lecture 17. Today Last Day: Introduction to Multiple Linear Regression Model Today: More Chapter 6.
Chapter 12 Section 1 Inference for Linear Regression.
Simple Linear Regression Analysis
Simple Linear Regression. Introduction In Chapters 17 to 19, we examine the relationship between interval variables via a mathematical equation. The motivation.
Chapter 6 (cont.) Regression Estimation. Simple Linear Regression: review of least squares procedure 2.
1 1 Slide Simple Linear Regression Chapter 14 BA 303 – Spring 2011.
Simple Linear Regression
Simple Linear Regression. Types of Regression Model Regression Models Simple (1 variable) LinearNon-Linear Multiple (2
Chapter 11 Simple Regression
3.2 Least Squares Regression Line. Regression Line Describes how a response variable changes as an explanatory variable changes Formula sheet: Calculator.
Relationship between two variables Two quantitative variables: correlation and regression methods Two qualitative variables: contingency table methods.
Copyright © 2014, 2011 Pearson Education, Inc. 1 Chapter 19 Linear Patterns.
Inference for Regression Simple Linear Regression IPS Chapter 10.1 © 2009 W.H. Freeman and Company.
Inference for Regression Chapter 14. Linear Regression We can use least squares regression to estimate the linear relationship between two quantitative.
Regression Chapter 16. Regression >Builds on Correlation >The difference is a question of prediction versus relation Regression predicts, correlation.
© Copyright McGraw-Hill Correlation and Regression CHAPTER 10.
Lecture 14 Summary of previous Lecture Regression through the origin Scale and measurement units.
Economics 173 Business Statistics Lecture 10 Fall, 2001 Professor J. Petry
Copyright © 2013, 2009, and 2007, Pearson Education, Inc. Chapter 3 Association: Contingency, Correlation, and Regression Section 3.3 Predicting the Outcome.
Section Copyright © 2014, 2012, 2010 Pearson Education, Inc. Chapter 10 Correlation and Regression 10-2 Correlation 10-3 Regression.
© 2001 Prentice-Hall, Inc.Chap 13-1 BA 201 Lecture 18 Introduction to Simple Linear Regression (Data)Data.
The Practice of Statistics, 5th Edition Starnes, Tabor, Yates, Moore Bedford Freeman Worth Publishers CHAPTER 12 More About Regression 12.1 Inference for.
Unit 3 Section : Regression  Regression – statistical method used to describe the nature of the relationship between variables.  Positive.
Chapters 8 Linear Regression. Correlation and Regression Correlation = linear relationship between two variables. Summarize relationship with line. Called.
BUSINESS MATHEMATICS & STATISTICS. Module 6 Correlation ( Lecture 28-29) Line Fitting ( Lectures 30-31) Time Series and Exponential Smoothing ( Lectures.
The Practice of Statistics, 5th Edition Starnes, Tabor, Yates, Moore Bedford Freeman Worth Publishers CHAPTER 12 More About Regression 12.1 Inference for.
Warm-Up 11/19 Which equation is in Standard Form? (also called general form) Convert the equations to slope-intercept form (That means solve for y) x =
Chapter 2 Linear regression.
CHAPTER 12 More About Regression
The simple linear regression model and parameter estimation
Using Intercepts.
Chapter 11: Linear Regression and Correlation
Simple Linear Regression
§ 1.5 Equations of Lines.
Slope Intercept Form Algebra
Correlation and Regression
§ 1.5 Equations of Lines.
SIMPLE LINEAR REGRESSION MODEL
Simple Linear Regression
CHAPTER 12 More About Regression
Econ 3790: Business and Economics Statistics
CHAPTER 10 Correlation and Regression (Objectives)
Simple Linear Regression - Introduction
CHAPTER 29: Multiple Regression*
LESSON 21: REGRESSION ANALYSIS
Simple Linear Regression
Simple Linear Regression
Regression Models - Introduction
Unit 3 – Linear regression
Quick Graphs Using Slope-Intercept Form
Day 37 Beginner line of the best fit
M248: Analyzing data Block D UNIT D2 Regression.
CHAPTER 12 More About Regression
Simple Linear Regression
Introduction to Regression Analysis
Algebra 1 Section 6.3.
Chapter 14 Inference for Regression
CHAPTER 12 More About Regression
A medical researcher wishes to determine how the dosage (in mg) of a drug affects the heart rate of the patient. Find the correlation coefficient & interpret.
9/27/ A Least-Squares Regression.
Warm-up # 4 5 −3= Write the slope-intercept form for the equation of the line through (0, 2) that has a slope of 3 4 Write the slope-intercept form for.
5.1 -Systems of Linear Equations
3 Chapter Chapter 2 Graphing.
Writing Rules for Linear Functions Pages
Regression Models - Introduction
Presentation transcript:

Introduction to Regression Modeling Check out the examples in Section 1.2 showing the relationship between a response variable and one or more explanatory variables The first is deterministic ; I.e. no random error is involved in the computation of payout (response) based on principal (P) and rate (R) and time (T)… The second is not deterministic since there is measurement error present and an unknown parameter (). Note how the model is then written: The third gives an example of empirical model building in the absence of theory; what are possible explanatory variables that might be used to predict the response a college professor’s annual salary?

Finally, let’s consider the “hardness data” ; hardness of the spring is the response and the temperature of the quench bath is the explanatory variable. The experiment is done with 4 levels of temperature (30,40,50,60) and the Rockwell hardness is measured for each trial… see the data and graph on p.5. How would you describe the relationship? ( discuss direction, strength, and form) Notice that hardness is not a function of temperature alone, since the same temp. gives various hardness values - there is error - but the relationship does appear to be linear in temperature. So we posit the following: Now add subscripts as in equation (1.4) on page 6 to represent the different trials and make the assumptions in equation (1.5) and we have our first linear model; I.e., the model is linear in the parameters  It’s very important to understand the meaning of the parameters in each application; 0 is the intercept and  is the slope. What do they mean in this problem? Explain…

Why do regression modeling? The general model we’ll consider this semester is given on page 15 in equations 1.10a and 1.10b. Note we assume the explanatory variables are measured without error (they are fixed) and the parameters i are interpreted as the change in E(y) when changing xi by one unit keeping all other explanatory variables the same. Why do regression modeling? usually gives a simple relationship between response and explanatory variables, where we know which explanatory variables are most effective in explaining the response. we can use the model to make predictions of the response for given values of the explanatory variables (“what if?) extrapolation? maybe… easy to measure variables can be used to explain one that is harder or more expensive to measure…

Homework: Google R and then install it on your computer – see if you can reproduce the plots in Figures 1.1 and 1.2 for next time. Make an effort to get to know R ... Also, go over the remaining examples in section 1.2 ... we’ll be working through the remainder of Chapter 1 next time...