QUANTITATIVE STATISTICAL METHODS: REGRESSION AND FORECASTING JOHANNES LEDOLTER VIENNA UNIVERSITY OF ECONOMICS AND BUSINESS ADMINISTRATION SPRING 2013

Size: px
Start display at page:

Download "QUANTITATIVE STATISTICAL METHODS: REGRESSION AND FORECASTING JOHANNES LEDOLTER VIENNA UNIVERSITY OF ECONOMICS AND BUSINESS ADMINISTRATION SPRING 2013"

Transcription

1 QUANTITATIVE STATISTICAL METHODS: REGRESSION AND FORECASTING JOHANNES LEDOLTER VIENNA UNIVERSITY OF ECONOMICS AND BUSINESS ADMINISTRATION SPRING 3 Introduction Objectives of course: Regression and Forecasting Computer software: SPSS and R Data Sets Grades Review of Statistics Probability Distributions Discrete random variables Continuous random variables Describing Data Summary statistics (mean, median, standard deviation, variance, correlation coefficient) Data plots (pie charts, dot diagram, histogram, box plot, scatter diagram) Sampling Issues: Population and samples Random samples Statistical Inference Sampling distributions Central limit effect for averages; proportions Confidence intervals for a population mean; population proportion Statistical tests of hypotheses Comparing means of two independent samples Inference in the blocked experiment: Comparing means of two dependent samples Copyright: Johannes Ledolter, 3

2 Illustration (Review): Results of a survey (Data file: survey) 65 students Number gender height(inch) weight(lb) age Coll-GPA ACT HS-GPA Smoking Drug Drinking * Histogram of height Copyright: Johannes Ledolter, 3

3 Histogram of College GPA 3 Frequency.. 3. CollegeGPA Boxplot of College GPA 4. Mean =.893 Std. Dev. =.5384 N =65 Descriptive Statistics Copyright: Johannes Ledolter, 3 3

4 Descriptive statistics N Minimum Maximum Mean Std. Deviation height weight age CollegeGPA ACT HSGPA Smoking Drug Drinking gender Valid N (listwise) 6 Scatter plot Correlations CollegeGPA ACT HSGPA CollegeGPA Pearson Correlation.84(**).47(**) Sig. (-tailed).. N ACT Pearson Correlation.84(**).388(**) Sig. (-tailed).. N HSGPA Pearson Correlation.47(**).388(**) Sig. (-tailed).. Copyright: Johannes Ledolter, 3 4

5 N ** Correlation is significant at the. level (-tailed). Pie chart for a single categorical variable Cross tabulation of two categorical variables and chi-square test Drug * Drinking Crosstabulation Count Drinking.. 3. Total Drug Total Chi-Square Tests Value df Asymp. Sig. (-sided) Pearson Chi-Square.346(a) 4. Likelihood Ratio Linear-by-Linear Association 3.8. N of Valid Cases 6 a 3 cells (33.3%) have expected count less than 5. The minimum expected count is.4. Copyright: Johannes Ledolter, 3 5

6 Copyright: Johannes Ledolter, 3 6

7 Comparing the mean College GPAs of Men (Group ) and Women (Group ) Group Statistics gender N Mean Std. Deviation Std. Error Mean CollegeGPA Independent Samples Test CollegeGPA Equal variances assumed Equal variances not assumed Levene's Test for Equality of Variances F Sig. t df Sig. (-tailed) t-test for Equality of Means Mean Difference 95% Confidence Interval of the Std. Error Difference Difference Lower Upper Copyright: Johannes Ledolter, 3 7

8 Illustration (Review): UFFI data set (see Chapter in AL) Descriptive Statistics N Range Minimum Maximum Mean Std. Deviation Variance Statistic Statistic Statistic Statistic Statistic Std. Error Statistic Statistic CHO Valid N (listwise) 4 One-Sample Statistics N Mean Std. Deviation Std. Error Mean CHO One-Sample Test CHO Test Value = 95% Confidence Interval of the Mean Difference t df Sig. (-tailed) Difference Lower Upper Copyright: Johannes Ledolter, 3 8

9 groups of houses (UFFI = and UFFI = ) Report CHO UFFI Mean N Std. Deviation Total Independent Samples Test CHO Equal variances assumed Equal variances not assumed Levene's Test for Equality of Variances F Sig. t df Sig. (-tailed) t-test for Equality of Means Mean Difference 95% Confidence Interval of the Std. Error Difference Difference Lower Upper Difference among the group means. Group (UFFI = ) is associated with higher levels Copyright: Johannes Ledolter, 3 9

10 Can we use the information about the house? Scatter plots (overlaid) Copyright: Johannes Ledolter, 3

11 Regression References: Ledolter, J. and Burrill, C. W.: Statistical Quality Control: Strategies and Tools for Continual Improvement, Wiley & Sons, 999 Chapter 6 Abraham, B. and Ledolter, J.: Introduction to Regression Modeling, Duxbury Press, 6 Ledolter, J. and Swersey, A.J.: Testing 3: Experimental Design with Applications in Marketing and Service Operations. Stanford University Press, 7 Many other books Applications: Fuel efficiency as function of weight of the car and characteristics of its engine. CEO Compensation as a function of training and performance Sales as a function of price and advertising Economic relationships Production yield as function of temperature, pressure, catalyst, and rate of throughput. Tensile strength as function of hardness and density of the stock Scatter diagrams and pair-wise correlation coefficients Functional relationship between a response variable (which we denote by Y) and one or more explanatory variables (say p of them, which we denote by X, X,..., X p ). Regression methods are used to model the relationship. Reasons for regression modeling (prediction, what-if,... ) Regression models: Examples Copyright: Johannes Ledolter, 3

12 Copyright: Johannes Ledolter, 3 X Y X X Y X X Y ) ( 3 X X X X Y Meaning of the regression coefficients Building a regression model: Model specification Model estimation Model diagnostic checking

13 The Simple Linear Regression Model Y X Relate response Y to a single explanatory variable X, through a straight line model. car WEIGHT GPM CAR AMC Concord Chevy Caprice Ford Country Squire Wagon. 3.3 Chevette Toyota Corona Ford Mustang Ghia.9 Mazda GLC AMC Sprint.9 3. VW Rabbit Buick Century Y = Fuel efficiency (in gallons per hundred miles, GPM) and X = weight (in, pounds) GPM Weight Meaning of the slope parameter Estimates of the Regression Coefficients Least squares estimates: Select estimates of the regression coefficients such that the sum of the squared vertical distances from the observations to the regression line is minimized. Least squares estimates b and b : Explicit expressions (page 4 of Chapter in AL; equation (.7)) The calculations for the mileage example show Copyright: Johannes Ledolter, 3 3

14 b = (8.49/5.8) =.639 b = (.639)(.9) = Fitted regression line: Yˆ b b X GPM ˆ Weight ˆ Fitted values: ˆ yi b b x i for i =,,..., n Residuals: e i ˆi i i y y y ( b b x ) for i =,,..., n i Use your computer software (SPSS, R) for the calculations. You can store the residuals and the fitted values. Assessing the Regression Model Fit Total sum of squares SST n y y) ( i SST = i When we fit the regression model, we explain the response variable through the fitted linear equation Yˆ b b X Residual sum of squares (also called the error sum of squares): Copyright: Johannes Ledolter, 3 4

15 n n SSE ( y yˆ ) ei i i SSE =.674. i i Regression sum of squares: n SSR ( yˆ y) i SSR = 3.95 i Measures variability among the fitted values. If perfect fit, then SSR = SST. It can be shown that: SST = SSR + SSE Hence it is easier to calculate SSR from SSR = = 3.95 Coefficient of determination R the regression model. measures the proportion of variability that is explained by R SSR SST SSE SST SST SSE SST Proportional reduction in the sum of squares that is due to the regression model. R must be between and. R = says that our model (the simple linear regression model) explains none of the variability in Y. R = says that percent (that is all) of the variation in Y is explained by the simple linear regression model. For the mileage data: SST = 4.589, SSE =.674, and SSR = = R = 3.95/4.589 = percent of the variability in GPM is explained by the variable Weight. Copyright: Johannes Ledolter, 3 5

16 Another (and very similar) way of assessing the importance of the regression is as follows: Sample standard deviation of the response Y, s Y SST ( n ) s. 73 Y How much variability is there in GPM if we adjust for the different weights of the cars? The unexplained variability is measured by the residuals e,..., e n. The standard deviation of the residuals is s e ( e e) /( n ) SSE ( n ) i [In Abraham and Ledolter, we denote this by s.] The quantity s e is an estimate of the variability in the y's, after having accounted for the effect of the explanatory variable X. In the mileage example, s e =.9 gallons per miles. This represents quite a big reduction from the standard deviation s. 73. In fact, it amounts to a 77. percent reduction. Y NOTE: EXCEL calls s e the standard error. The square of s e is also called the mean square error MSE ( ei e) /( n ) SSE ( n ) Standard Errors of Estimates Population and sample. Sampling variability in estimates. Copyright: Johannes Ledolter, 3 6

17 Standard error of estimates: s e.( b ) and s e.( b ) See regression output.. Confidence intervals for unknown regression parameters. Approximate 95 percent confidence interval for is given by the interval [ b () s. e.( b ), b () s. e.( b )] Testing whether regression coefficient is zero. Note that with the explanatory variable X has no influence on the response. The appropriate (standardized) test statistic is given by TS b s. e.( b ) b s. e.( b ) Computer output for our example shows that the standard error of the least squares estimate b =.639 is given by s.e.(b ) =.75. Hence an approximate 95 percent confidence interval for is given by.639 ± ()(.75), or (.384,.894). This interval does not include zero. It provides strong evidence that the regression coefficient is positive; for heavier cars, one needs more fuel. b b.639 The t-ratio for b is TS. 85 ; it is considerably larger than the s. e.( b ) s. e.( b ).75 cutoff. Therefore is definitely not zero. NOTE: Here I have argued with a normal distribution. The correct distribution is a t-distribution with parameter (degrees of freedom) given by n minus number(regression parameters) Copyright: Johannes Ledolter, 3 7

18 Hence, here df = n. Estimating the Mean Response for a given x : Section.5. (page ) Chapter of AL b b x ( t) s e n ( x n i x) ( x x) i Prediction Intervals for individual observations: Chapter.6 in Chapter of AL (page 4) b b x ( t) s e n ( x n i x) ( x x) i EXCEL, SPSS, R: Regression function Model Diagnostic Checking: Plot residuals against explanatory variable Plot residuals against fitted values Durbin-Watson test: Checks for serial correlation in the errors (residuals). DW ( r ) where r is the lag autocorrelation of the residuals. DW 4. We expect a value around. Values considerably smaller than or larger than indicate correlation of adjacent errors. Examples: Example : Hardness in Chapter of AL Example : Sales versus advertising Example 3: Traction Coefficients of 5 Lubricating Oils Example 4: Tensile Strength as a Function of Hardness (or Density) Copyright: Johannes Ledolter, 3 8

19 Copyright: Johannes Ledolter, 3 9

20 Regression applets: Data sets used: car; car; HousePrices; realestate; SalesAdvert; tensile; traction; uffi; NFL Data Copyright: Johannes Ledolter, 3

21 Example : car Scatter plot Model Summary Model R R Square Adjusted R Square Std. Error of the Estimate.977(a) a Predictors: (Constant), Weight ANOVA(b) Model Sum of Squares df Mean Square F Sig. Regression (a) Residual Total Copyright: Johannes Ledolter, 3

22 a Predictors: (Constant), Weight b Dependent Variable: GPM Coefficients(a) Unstandardized Coefficients Standardized Coefficients Model B Std. Error Beta t Sig. (Constant) Weight a Dependent Variable: GPM Copyright: Johannes Ledolter, 3

23 Example : Sales Advertising Scatter plot Model Summary(b) Model R R Square Adjusted R Square Std. Error of the Estimate Durbin-Watson.63(a) a Predictors: (Constant), advert b Dependent Variable: sales Copyright: Johannes Ledolter, 3 3

24 ANOVA(b) Model Sum of Squares df Mean Square F Sig. Regression (a) Residual Total a Predictors: (Constant), advert b Dependent Variable: sales Coefficients(a) Unstandardized Coefficients Standardized Coefficients Model B Std. Error Beta t Sig. (Constant) advert a Dependent Variable: sales Residuals Statistics(a) Minimum Maximum Mean Std. Deviation N Predicted Value Residual Std. Predicted Value Std. Residual a Dependent Variable: sales Copyright: Johannes Ledolter, 3 4

25 MULTIPLE REGRESSION MODEL (CHAPTER 4 IN AL) Y X X... p X p ; p regressor variables Least Squares Estimates of regression coefficients Fitted values and residuals Analysis of variance table: sum of squares, degrees of freedom, mean squares Multiple coefficient of determination R Mean square error (MSE): n MSE ( e i i e) ( n p ) n ( ei ) i ( n p ) SSE /( n p ) s e MSE n i ( e i e) ( n p ) F test for (overall significance of regression) H... Standard errors of regression coefficients: s e.( b ). i : p Confidence intervals for regression coefficients; test statistics and probability values Interpretation of regression coefficients: partial regression coefficients; partial tests. Further issues: Multicollinearity Stepwise regression and best subset regression Model diagnostic checking: Residual plots. Leverage and influence measures Copyright: Johannes Ledolter, 3 5

26 Indicator variables: (Chapter 6 in AL) Model building strategy: Fitting all possible regressions. Plotting MSE against number of variables in the model. Examples: uffi, car, SalesAdvert (with lag sales) Copyright: Johannes Ledolter, 3 6

27 Example : UFFI data. Houses with UFFI = and UFFI = CH O Tight UFFI Model Summary(b) Model R R Square Adjusted R Square Std. Error of the Estimate.885(a) a Predictors: (Constant), UFFI, Tightness b Dependent Variable: CHO ANOVA(b) Model Sum of Squares df Mean Square F Sig. Regression (a) Residual Total a Predictors: (Constant), UFFI, Tightness b Dependent Variable: CHO Coefficients(a) Unstandardized Coefficients Standardized Coefficients Model B Std. Error Beta t Sig. (Constant) Tightness UFFI a Dependent Variable: CHO Residuals Statistics(a) Minimum Maximum Mean Std. Deviation N Predicted Value Residual Std. Predicted Value Std. Residual a Dependent Variable: CHO Next, try the model CH O Tight UFFI 3 ( Tight)( UFFI) And check the significance of the interaction Copyright: Johannes Ledolter, 3 7

28 Example : Sales vs. Advertising (regression) Data set: SalesAdver. Time series data; 36 months Month Sales Advert Copyright: Johannes Ledolter, 3 8

29 Scatter plot: Sales Adver (M) Linear model: Y X Coefficients(a) Unstandardized Coefficients Standardized Coefficients Model B Std. Error Beta t Sig. (Constant) Adver a Dependent Variable: Sales Model Summary(b) Model R R Square Adjusted R Square Std. Error of the Estimate Durbin-Watson Copyright: Johannes Ledolter, 3 9

30 .63(a) a Predictors: (Constant), Adver b Dependent Variable: Sales Note that this model is being fitted on time series data. Durbin-Watson statistic too small. Evidence of positive autocorrelation in errors (this has bad consequences) Autocorrelations of the residuals. Lag is rather high. (M) Improved model: Y t X Y t t Interpretation: Y t ( ) [ X t X t ( ) X t...] error Coefficients(a) Copyright: Johannes Ledolter, 3 3

31 Unstandardized Coefficients Standardized Coefficients Model B Std. Error Beta t Sig. (Constant) Adver LagSales a Dependent Variable: Sales Advertising effect decreases by about 5 percent each period. Model Summary(b) Model R R Square Adjusted R Square Std. Error of the Estimate Durbin-Watson.8(a) a Predictors: (Constant), LagSales, Adver b Dependent Variable: Sales Copyright: Johannes Ledolter, 3 3

32 Example 3: Fuel efficiency. Car data set MPGCity MPGTrip MPGExp Weight Displacement Cylinders HP Trans Gears Size Origin GPMTrip = /MPGTrip Regression on all variables Model Variables Entered/Removed(b) Variables Entered Origin, Gears, HP, Cylinders, Weight, Trans, Displaceme nt(a) Variables Removed a All requested variables entered. b Dependent Variable: GPMTrip. Enter Model Summary Method Model R R Square Adjusted R Square Std. Error of the Estimate.98(a) a Predictors: (Constant), Origin, Gears, HP, Cylinders, Weight, Trans, Displacement Copyright: Johannes Ledolter, 3 3

33 Coefficients(a) Unstandardized Coefficients Standardized Coefficients Model B Std. Error Beta t Sig. (Constant) Weight Displacement Cylinders HP Trans Gears Origin a Dependent Variable: GPMTrip Copyright: Johannes Ledolter, 3 33

34 Backward Elimination of Variables Unstandardized Coefficients Coefficients(a) Standardized Coefficients Model B Std. Error Beta t Sig. (Constant) Weight Displacement Cylinders HP Trans Gears Origin (Constant) Weight Displacement Cylinders Trans Gears Origin (Constant) Weight Displacement Cylinders Gears Origin (Constant) Weight Displacement Gears Origin (Constant) Weight Gears Origin (Constant) Weight Gears (Constant) Weight a Dependent Variable: GPMTrip Copyright: Johannes Ledolter, 3 34

35 Stepwise Regression Model Variables Entered/Removed(a) Variables Entered Variables Removed Weight. Method Stepwise (Criteria: Probability -of-f-toenter <=.5, Probability -of-f-toremove >=.5). a Dependent Variable: GPMTrip Model Summary Model R R Square Adjusted R Square Std. Error of the Estimate.9(a) a Predictors: (Constant), Weight ANOVA(b) Model Sum of Squares df Mean Square F Sig. Regression (a) Residual Total a Predictors: (Constant), Weight b Dependent Variable: GPMTrip Excluded Variables(b) Collinearity Statistics Model Beta In t Sig. Partial Correlation Tolerance Displacement.95(a) Cylinders.(a) HP.37(a) Trans.66(a) Gears -.8(a) Origin.53(a) a Predictors in the Model: (Constant), Weight b Dependent Variable: GPMTrip Copyright: Johannes Ledolter, 3 35

36 Indicator Variables: Size was a categorical variable with five outcomes (subcompact, compact,, van) Method : We create indicator variables. For size (5 possibilities), we create 5 indicator variables: INDS (is if size ; otherwise); INDS (is if size ; otherwise); ; INDS5 (is if size 5; otherwise). And then we add 4 of them to the model. The one that is being left out creates the standard for the comparison. Y Weight INDS 3INDS 4INDS3 5INDS4 Here van becomes the standard. Method : Or, we use Analyze > General Linear Model (with Weight as the covariate, and Size as the fixed factor); and we click parameter estimates under options. Between-Subjects Factors N Size Copyright: Johannes Ledolter, 3 36

37 Dependent Variable: GPMTrip Tests of Between-Subjects Effects Source Type III Sum of Squares df Mean Square F Sig. Corrected Model 3.93(a) Intercept Weight Size Error Total Corrected Total a R Squared =.84 (Adjusted R Squared =.8) Parameter Estimates Dependent Variable: GPMTrip 95% Confidence Interval Parameter B Std. Error t Sig. Lower Bound Upper Bound Intercept Weight [Size=.] [Size=.] [Size=3.] [Size=4.] [Size=5.] (a)..... a This parameter is set to zero because it is redundant. Copyright: Johannes Ledolter, 3 37

Math Section MW 1-2:30pm SR 117. Bekki George 206 PGH

Math Section MW 1-2:30pm SR 117. Bekki George 206 PGH Math 3339 Section 21155 MW 1-2:30pm SR 117 Bekki George bekki@math.uh.edu 206 PGH Office Hours: M 11-12:30pm & T,TH 10:00 11:00 am and by appointment Linear Regression (again) Consider the relationship

More information

Statistics for Managers using Microsoft Excel 6 th Edition

Statistics for Managers using Microsoft Excel 6 th Edition Statistics for Managers using Microsoft Excel 6 th Edition Chapter 13 Simple Linear Regression 13-1 Learning Objectives In this chapter, you learn: How to use regression analysis to predict the value of

More information

Basic Business Statistics 6 th Edition

Basic Business Statistics 6 th Edition Basic Business Statistics 6 th Edition Chapter 12 Simple Linear Regression Learning Objectives In this chapter, you learn: How to use regression analysis to predict the value of a dependent variable based

More information

: The model hypothesizes a relationship between the variables. The simplest probabilistic model: or.

: The model hypothesizes a relationship between the variables. The simplest probabilistic model: or. Chapter Simple Linear Regression : comparing means across groups : presenting relationships among numeric variables. Probabilistic Model : The model hypothesizes an relationship between the variables.

More information

Chapter 4: Regression Models

Chapter 4: Regression Models Sales volume of company 1 Textbook: pp. 129-164 Chapter 4: Regression Models Money spent on advertising 2 Learning Objectives After completing this chapter, students will be able to: Identify variables,

More information

Chapter 14 Student Lecture Notes 14-1

Chapter 14 Student Lecture Notes 14-1 Chapter 14 Student Lecture Notes 14-1 Business Statistics: A Decision-Making Approach 6 th Edition Chapter 14 Multiple Regression Analysis and Model Building Chap 14-1 Chapter Goals After completing this

More information

x3,..., Multiple Regression β q α, β 1, β 2, β 3,..., β q in the model can all be estimated by least square estimators

x3,..., Multiple Regression β q α, β 1, β 2, β 3,..., β q in the model can all be estimated by least square estimators Multiple Regression Relating a response (dependent, input) y to a set of explanatory (independent, output, predictor) variables x, x 2, x 3,, x q. A technique for modeling the relationship between variables.

More information

Inferences for Regression

Inferences for Regression Inferences for Regression An Example: Body Fat and Waist Size Looking at the relationship between % body fat and waist size (in inches). Here is a scatterplot of our data set: Remembering Regression In

More information

Chapter 16. Simple Linear Regression and Correlation

Chapter 16. Simple Linear Regression and Correlation Chapter 16 Simple Linear Regression and Correlation 16.1 Regression Analysis Our problem objective is to analyze the relationship between interval variables; regression analysis is the first tool we will

More information

Unit 10: Simple Linear Regression and Correlation

Unit 10: Simple Linear Regression and Correlation Unit 10: Simple Linear Regression and Correlation Statistics 571: Statistical Methods Ramón V. León 6/28/2004 Unit 10 - Stat 571 - Ramón V. León 1 Introductory Remarks Regression analysis is a method for

More information

Chapter 4. Regression Models. Learning Objectives

Chapter 4. Regression Models. Learning Objectives Chapter 4 Regression Models To accompany Quantitative Analysis for Management, Eleventh Edition, by Render, Stair, and Hanna Power Point slides created by Brian Peterson Learning Objectives After completing

More information

Regression Models. Chapter 4

Regression Models. Chapter 4 Chapter 4 Regression Models To accompany Quantitative Analysis for Management, Eleventh Edition, by Render, Stair, and Hanna Power Point slides created by Brian Peterson Introduction Regression analysis

More information

Multiple linear regression S6

Multiple linear regression S6 Basic medical statistics for clinical and experimental research Multiple linear regression S6 Katarzyna Jóźwiak k.jozwiak@nki.nl November 15, 2017 1/42 Introduction Two main motivations for doing multiple

More information

LI EAR REGRESSIO A D CORRELATIO

LI EAR REGRESSIO A D CORRELATIO CHAPTER 6 LI EAR REGRESSIO A D CORRELATIO Page Contents 6.1 Introduction 10 6. Curve Fitting 10 6.3 Fitting a Simple Linear Regression Line 103 6.4 Linear Correlation Analysis 107 6.5 Spearman s Rank Correlation

More information

Self-Assessment Weeks 6 and 7: Multiple Regression with a Qualitative Predictor; Multiple Comparisons

Self-Assessment Weeks 6 and 7: Multiple Regression with a Qualitative Predictor; Multiple Comparisons Self-Assessment Weeks 6 and 7: Multiple Regression with a Qualitative Predictor; Multiple Comparisons 1. Suppose we wish to assess the impact of five treatments on an outcome Y. How would these five treatments

More information

SPSS LAB FILE 1

SPSS LAB FILE  1 SPSS LAB FILE www.mcdtu.wordpress.com 1 www.mcdtu.wordpress.com 2 www.mcdtu.wordpress.com 3 OBJECTIVE 1: Transporation of Data Set to SPSS Editor INPUTS: Files: group1.xlsx, group1.txt PROCEDURE FOLLOWED:

More information

Chapter 16. Simple Linear Regression and dcorrelation

Chapter 16. Simple Linear Regression and dcorrelation Chapter 16 Simple Linear Regression and dcorrelation 16.1 Regression Analysis Our problem objective is to analyze the relationship between interval variables; regression analysis is the first tool we will

More information

Chapter 3 Multiple Regression Complete Example

Chapter 3 Multiple Regression Complete Example Department of Quantitative Methods & Information Systems ECON 504 Chapter 3 Multiple Regression Complete Example Spring 2013 Dr. Mohammad Zainal Review Goals After completing this lecture, you should be

More information

Multiple linear regression

Multiple linear regression Multiple linear regression Course MF 930: Introduction to statistics June 0 Tron Anders Moger Department of biostatistics, IMB University of Oslo Aims for this lecture: Continue where we left off. Repeat

More information

Correlation Analysis

Correlation Analysis Simple Regression Correlation Analysis Correlation analysis is used to measure strength of the association (linear relationship) between two variables Correlation is only concerned with strength of the

More information

Ridge Regression. Summary. Sample StatFolio: ridge reg.sgp. STATGRAPHICS Rev. 10/1/2014

Ridge Regression. Summary. Sample StatFolio: ridge reg.sgp. STATGRAPHICS Rev. 10/1/2014 Ridge Regression Summary... 1 Data Input... 4 Analysis Summary... 5 Analysis Options... 6 Ridge Trace... 7 Regression Coefficients... 8 Standardized Regression Coefficients... 9 Observed versus Predicted...

More information

Chapte The McGraw-Hill Companies, Inc. All rights reserved.

Chapte The McGraw-Hill Companies, Inc. All rights reserved. 12er12 Chapte Bivariate i Regression (Part 1) Bivariate Regression Visual Displays Begin the analysis of bivariate data (i.e., two variables) with a scatter plot. A scatter plot - displays each observed

More information

Regression Analysis II

Regression Analysis II Regression Analysis II Measures of Goodness of fit Two measures of Goodness of fit Measure of the absolute fit of the sample points to the sample regression line Standard error of the estimate An index

More information

Keller: Stats for Mgmt & Econ, 7th Ed July 17, 2006

Keller: Stats for Mgmt & Econ, 7th Ed July 17, 2006 Chapter 17 Simple Linear Regression and Correlation 17.1 Regression Analysis Our problem objective is to analyze the relationship between interval variables; regression analysis is the first tool we will

More information

LAB 3 INSTRUCTIONS SIMPLE LINEAR REGRESSION

LAB 3 INSTRUCTIONS SIMPLE LINEAR REGRESSION LAB 3 INSTRUCTIONS SIMPLE LINEAR REGRESSION In this lab you will first learn how to display the relationship between two quantitative variables with a scatterplot and also how to measure the strength of

More information

Chapter 14 Student Lecture Notes Department of Quantitative Methods & Information Systems. Business Statistics. Chapter 14 Multiple Regression

Chapter 14 Student Lecture Notes Department of Quantitative Methods & Information Systems. Business Statistics. Chapter 14 Multiple Regression Chapter 14 Student Lecture Notes 14-1 Department of Quantitative Methods & Information Systems Business Statistics Chapter 14 Multiple Regression QMIS 0 Dr. Mohammad Zainal Chapter Goals After completing

More information

Any of 27 linear and nonlinear models may be fit. The output parallels that of the Simple Regression procedure.

Any of 27 linear and nonlinear models may be fit. The output parallels that of the Simple Regression procedure. STATGRAPHICS Rev. 9/13/213 Calibration Models Summary... 1 Data Input... 3 Analysis Summary... 5 Analysis Options... 7 Plot of Fitted Model... 9 Predicted Values... 1 Confidence Intervals... 11 Observed

More information

Chapter 7 Student Lecture Notes 7-1

Chapter 7 Student Lecture Notes 7-1 Chapter 7 Student Lecture Notes 7- Chapter Goals QM353: Business Statistics Chapter 7 Multiple Regression Analysis and Model Building After completing this chapter, you should be able to: Explain model

More information

Mathematics for Economics MA course

Mathematics for Economics MA course Mathematics for Economics MA course Simple Linear Regression Dr. Seetha Bandara Simple Regression Simple linear regression is a statistical method that allows us to summarize and study relationships between

More information

ESP 178 Applied Research Methods. 2/23: Quantitative Analysis

ESP 178 Applied Research Methods. 2/23: Quantitative Analysis ESP 178 Applied Research Methods 2/23: Quantitative Analysis Data Preparation Data coding create codebook that defines each variable, its response scale, how it was coded Data entry for mail surveys and

More information

Correlation and simple linear regression S5

Correlation and simple linear regression S5 Basic medical statistics for clinical and eperimental research Correlation and simple linear regression S5 Katarzyna Jóźwiak k.jozwiak@nki.nl November 15, 2017 1/41 Introduction Eample: Brain size and

More information

Inference for the Regression Coefficient

Inference for the Regression Coefficient Inference for the Regression Coefficient Recall, b 0 and b 1 are the estimates of the slope β 1 and intercept β 0 of population regression line. We can shows that b 0 and b 1 are the unbiased estimates

More information

Introduction to Regression

Introduction to Regression Regression Introduction to Regression If two variables covary, we should be able to predict the value of one variable from another. Correlation only tells us how much two variables covary. In regression,

More information

Inference for Regression Inference about the Regression Model and Using the Regression Line

Inference for Regression Inference about the Regression Model and Using the Regression Line Inference for Regression Inference about the Regression Model and Using the Regression Line PBS Chapter 10.1 and 10.2 2009 W.H. Freeman and Company Objectives (PBS Chapter 10.1 and 10.2) Inference about

More information

Chapter 14 Multiple Regression Analysis

Chapter 14 Multiple Regression Analysis Chapter 14 Multiple Regression Analysis 1. a. Multiple regression equation b. the Y-intercept c. $374,748 found by Y ˆ = 64,1 +.394(796,) + 9.6(694) 11,6(6.) (LO 1) 2. a. Multiple regression equation b.

More information

Business Statistics. Chapter 14 Introduction to Linear Regression and Correlation Analysis QMIS 220. Dr. Mohammad Zainal

Business Statistics. Chapter 14 Introduction to Linear Regression and Correlation Analysis QMIS 220. Dr. Mohammad Zainal Department of Quantitative Methods & Information Systems Business Statistics Chapter 14 Introduction to Linear Regression and Correlation Analysis QMIS 220 Dr. Mohammad Zainal Chapter Goals After completing

More information

Multiple Regression. More Hypothesis Testing. More Hypothesis Testing The big question: What we really want to know: What we actually know: We know:

Multiple Regression. More Hypothesis Testing. More Hypothesis Testing The big question: What we really want to know: What we actually know: We know: Multiple Regression Ψ320 Ainsworth More Hypothesis Testing What we really want to know: Is the relationship in the population we have selected between X & Y strong enough that we can use the relationship

More information

Regression Analysis. BUS 735: Business Decision Making and Research. Learn how to detect relationships between ordinal and categorical variables.

Regression Analysis. BUS 735: Business Decision Making and Research. Learn how to detect relationships between ordinal and categorical variables. Regression Analysis BUS 735: Business Decision Making and Research 1 Goals of this section Specific goals Learn how to detect relationships between ordinal and categorical variables. Learn how to estimate

More information

Multiple Regression. Inference for Multiple Regression and A Case Study. IPS Chapters 11.1 and W.H. Freeman and Company

Multiple Regression. Inference for Multiple Regression and A Case Study. IPS Chapters 11.1 and W.H. Freeman and Company Multiple Regression Inference for Multiple Regression and A Case Study IPS Chapters 11.1 and 11.2 2009 W.H. Freeman and Company Objectives (IPS Chapters 11.1 and 11.2) Multiple regression Data for multiple

More information

Chapter Learning Objectives. Regression Analysis. Correlation. Simple Linear Regression. Chapter 12. Simple Linear Regression

Chapter Learning Objectives. Regression Analysis. Correlation. Simple Linear Regression. Chapter 12. Simple Linear Regression Chapter 12 12-1 North Seattle Community College BUS21 Business Statistics Chapter 12 Learning Objectives In this chapter, you learn:! How to use regression analysis to predict the value of a dependent

More information

Data Analysis 1 LINEAR REGRESSION. Chapter 03

Data Analysis 1 LINEAR REGRESSION. Chapter 03 Data Analysis 1 LINEAR REGRESSION Chapter 03 Data Analysis 2 Outline The Linear Regression Model Least Squares Fit Measures of Fit Inference in Regression Other Considerations in Regression Model Qualitative

More information

Regression: Main Ideas Setting: Quantitative outcome with a quantitative explanatory variable. Example, cont.

Regression: Main Ideas Setting: Quantitative outcome with a quantitative explanatory variable. Example, cont. TCELL 9/4/205 36-309/749 Experimental Design for Behavioral and Social Sciences Simple Regression Example Male black wheatear birds carry stones to the nest as a form of sexual display. Soler et al. wanted

More information

Regression ( Kemampuan Individu, Lingkungan kerja dan Motivasi)

Regression ( Kemampuan Individu, Lingkungan kerja dan Motivasi) Regression (, Lingkungan kerja dan ) Descriptive Statistics Mean Std. Deviation N 3.87.333 32 3.47.672 32 3.78.585 32 s Pearson Sig. (-tailed) N Kemampuan Lingkungan Individu Kerja.000.432.49.432.000.3.49.3.000..000.000.000..000.000.000.

More information

Econ 3790: Business and Economics Statistics. Instructor: Yogesh Uppal

Econ 3790: Business and Economics Statistics. Instructor: Yogesh Uppal Econ 3790: Business and Economics Statistics Instructor: Yogesh Uppal yuppal@ysu.edu Sampling Distribution of b 1 Expected value of b 1 : Variance of b 1 : E(b 1 ) = 1 Var(b 1 ) = σ 2 /SS x Estimate of

More information

y response variable x 1, x 2,, x k -- a set of explanatory variables

y response variable x 1, x 2,, x k -- a set of explanatory variables 11. Multiple Regression and Correlation y response variable x 1, x 2,, x k -- a set of explanatory variables In this chapter, all variables are assumed to be quantitative. Chapters 12-14 show how to incorporate

More information

Econ 3790: Statistics Business and Economics. Instructor: Yogesh Uppal

Econ 3790: Statistics Business and Economics. Instructor: Yogesh Uppal Econ 3790: Statistics Business and Economics Instructor: Yogesh Uppal Email: yuppal@ysu.edu Chapter 14 Covariance and Simple Correlation Coefficient Simple Linear Regression Covariance Covariance between

More information

EDF 7405 Advanced Quantitative Methods in Educational Research MULTR.SAS

EDF 7405 Advanced Quantitative Methods in Educational Research MULTR.SAS EDF 7405 Advanced Quantitative Methods in Educational Research MULTR.SAS The data used in this example describe teacher and student behavior in 8 classrooms. The variables are: Y percentage of interventions

More information

Finding Relationships Among Variables

Finding Relationships Among Variables Finding Relationships Among Variables BUS 230: Business and Economic Research and Communication 1 Goals Specific goals: Re-familiarize ourselves with basic statistics ideas: sampling distributions, hypothesis

More information

Single and multiple linear regression analysis

Single and multiple linear regression analysis Single and multiple linear regression analysis Marike Cockeran 2017 Introduction Outline of the session Simple linear regression analysis SPSS example of simple linear regression analysis Additional topics

More information

Lecture 2 Simple Linear Regression STAT 512 Spring 2011 Background Reading KNNL: Chapter 1

Lecture 2 Simple Linear Regression STAT 512 Spring 2011 Background Reading KNNL: Chapter 1 Lecture Simple Linear Regression STAT 51 Spring 011 Background Reading KNNL: Chapter 1-1 Topic Overview This topic we will cover: Regression Terminology Simple Linear Regression with a single predictor

More information

36-309/749 Experimental Design for Behavioral and Social Sciences. Sep. 22, 2015 Lecture 4: Linear Regression

36-309/749 Experimental Design for Behavioral and Social Sciences. Sep. 22, 2015 Lecture 4: Linear Regression 36-309/749 Experimental Design for Behavioral and Social Sciences Sep. 22, 2015 Lecture 4: Linear Regression TCELL Simple Regression Example Male black wheatear birds carry stones to the nest as a form

More information

Predictive Analytics : QM901.1x Prof U Dinesh Kumar, IIMB. All Rights Reserved, Indian Institute of Management Bangalore

Predictive Analytics : QM901.1x Prof U Dinesh Kumar, IIMB. All Rights Reserved, Indian Institute of Management Bangalore What is Multiple Linear Regression Several independent variables may influence the change in response variable we are trying to study. When several independent variables are included in the equation, the

More information

Chapter 14 Simple Linear Regression (A)

Chapter 14 Simple Linear Regression (A) Chapter 14 Simple Linear Regression (A) 1. Characteristics Managerial decisions often are based on the relationship between two or more variables. can be used to develop an equation showing how the variables

More information

Regression Models. Chapter 4. Introduction. Introduction. Introduction

Regression Models. Chapter 4. Introduction. Introduction. Introduction Chapter 4 Regression Models Quantitative Analysis for Management, Tenth Edition, by Render, Stair, and Hanna 008 Prentice-Hall, Inc. Introduction Regression analysis is a very valuable tool for a manager

More information

Review of Multiple Regression

Review of Multiple Regression Ronald H. Heck 1 Let s begin with a little review of multiple regression this week. Linear models [e.g., correlation, t-tests, analysis of variance (ANOVA), multiple regression, path analysis, multivariate

More information

The simple linear regression model discussed in Chapter 13 was written as

The simple linear regression model discussed in Chapter 13 was written as 1519T_c14 03/27/2006 07:28 AM Page 614 Chapter Jose Luis Pelaez Inc/Blend Images/Getty Images, Inc./Getty Images, Inc. 14 Multiple Regression 14.1 Multiple Regression Analysis 14.2 Assumptions of the Multiple

More information

Unit 11: Multiple Linear Regression

Unit 11: Multiple Linear Regression Unit 11: Multiple Linear Regression Statistics 571: Statistical Methods Ramón V. León 7/13/2004 Unit 11 - Stat 571 - Ramón V. León 1 Main Application of Multiple Regression Isolating the effect of a variable

More information

Multiple Regression. Peerapat Wongchaiwat, Ph.D.

Multiple Regression. Peerapat Wongchaiwat, Ph.D. Peerapat Wongchaiwat, Ph.D. wongchaiwat@hotmail.com The Multiple Regression Model Examine the linear relationship between 1 dependent (Y) & 2 or more independent variables (X i ) Multiple Regression Model

More information

Assoc.Prof.Dr. Wolfgang Feilmayr Multivariate Methods in Regional Science: Regression and Correlation Analysis REGRESSION ANALYSIS

Assoc.Prof.Dr. Wolfgang Feilmayr Multivariate Methods in Regional Science: Regression and Correlation Analysis REGRESSION ANALYSIS REGRESSION ANALYSIS Regression Analysis can be broadly defined as the analysis of statistical relationships between one dependent and one or more independent variables. Although the terms dependent and

More information

STAT 212 Business Statistics II 1

STAT 212 Business Statistics II 1 STAT 1 Business Statistics II 1 KING FAHD UNIVERSITY OF PETROLEUM & MINERALS DEPARTMENT OF MATHEMATICAL SCIENCES DHAHRAN, SAUDI ARABIA STAT 1: BUSINESS STATISTICS II Semester 091 Final Exam Thursday Feb

More information

Univariate analysis. Simple and Multiple Regression. Univariate analysis. Simple Regression How best to summarise the data?

Univariate analysis. Simple and Multiple Regression. Univariate analysis. Simple Regression How best to summarise the data? Univariate analysis Example - linear regression equation: y = ax + c Least squares criteria ( yobs ycalc ) = yobs ( ax + c) = minimum Simple and + = xa xc xy xa + nc = y Solve for a and c Univariate analysis

More information

1 Correlation and Inference from Regression

1 Correlation and Inference from Regression 1 Correlation and Inference from Regression Reading: Kennedy (1998) A Guide to Econometrics, Chapters 4 and 6 Maddala, G.S. (1992) Introduction to Econometrics p. 170-177 Moore and McCabe, chapter 12 is

More information

Bayesian Analysis LEARNING OBJECTIVES. Calculating Revised Probabilities. Calculating Revised Probabilities. Calculating Revised Probabilities

Bayesian Analysis LEARNING OBJECTIVES. Calculating Revised Probabilities. Calculating Revised Probabilities. Calculating Revised Probabilities Valua%on and pricing (November 5, 2013) LEARNING OBJECTIVES Lecture 7 Decision making (part 3) Regression theory Olivier J. de Jong, LL.M., MM., MBA, CFD, CFFA, AA www.olivierdejong.com 1. List the steps

More information

Interactions. Interactions. Lectures 1 & 2. Linear Relationships. y = a + bx. Slope. Intercept

Interactions. Interactions. Lectures 1 & 2. Linear Relationships. y = a + bx. Slope. Intercept Interactions Lectures 1 & Regression Sometimes two variables appear related: > smoking and lung cancers > height and weight > years of education and income > engine size and gas mileage > GMAT scores and

More information

LINEAR REGRESSION ANALYSIS. MODULE XVI Lecture Exercises

LINEAR REGRESSION ANALYSIS. MODULE XVI Lecture Exercises LINEAR REGRESSION ANALYSIS MODULE XVI Lecture - 44 Exercises Dr. Shalabh Department of Mathematics and Statistics Indian Institute of Technology Kanpur Exercise 1 The following data has been obtained on

More information

Polynomial Regression

Polynomial Regression Polynomial Regression Summary... 1 Analysis Summary... 3 Plot of Fitted Model... 4 Analysis Options... 6 Conditional Sums of Squares... 7 Lack-of-Fit Test... 7 Observed versus Predicted... 8 Residual Plots...

More information

SPSS Guide For MMI 409

SPSS Guide For MMI 409 SPSS Guide For MMI 409 by John Wong March 2012 Preface Hopefully, this document can provide some guidance to MMI 409 students on how to use SPSS to solve many of the problems covered in the D Agostino

More information

REVIEW 8/2/2017 陈芳华东师大英语系

REVIEW 8/2/2017 陈芳华东师大英语系 REVIEW Hypothesis testing starts with a null hypothesis and a null distribution. We compare what we have to the null distribution, if the result is too extreme to belong to the null distribution (p

More information

The Multiple Regression Model

The Multiple Regression Model Multiple Regression The Multiple Regression Model Idea: Examine the linear relationship between 1 dependent (Y) & or more independent variables (X i ) Multiple Regression Model with k Independent Variables:

More information

ECON 497 Midterm Spring

ECON 497 Midterm Spring ECON 497 Midterm Spring 2009 1 ECON 497: Economic Research and Forecasting Name: Spring 2009 Bellas Midterm You have three hours and twenty minutes to complete this exam. Answer all questions and explain

More information

Glossary. The ISI glossary of statistical terms provides definitions in a number of different languages:

Glossary. The ISI glossary of statistical terms provides definitions in a number of different languages: Glossary The ISI glossary of statistical terms provides definitions in a number of different languages: http://isi.cbs.nl/glossary/index.htm Adjusted r 2 Adjusted R squared measures the proportion of the

More information

Item-Total Statistics. Corrected Item- Cronbach's Item Deleted. Total

Item-Total Statistics. Corrected Item- Cronbach's Item Deleted. Total 45 Lampiran 3 : Uji Validitas dan Reliabilitas Reliability Case Processing Summary N % Valid 75 00.0 Cases Excluded a 0.0 Total 75 00.0 a. Listwise deletion based on all variables in the procedure. Reliability

More information

Model Building Chap 5 p251

Model Building Chap 5 p251 Model Building Chap 5 p251 Models with one qualitative variable, 5.7 p277 Example 4 Colours : Blue, Green, Lemon Yellow and white Row Blue Green Lemon Insects trapped 1 0 0 1 45 2 0 0 1 59 3 0 0 1 48 4

More information

5.1 Model Specification and Data 5.2 Estimating the Parameters of the Multiple Regression Model 5.3 Sampling Properties of the Least Squares

5.1 Model Specification and Data 5.2 Estimating the Parameters of the Multiple Regression Model 5.3 Sampling Properties of the Least Squares 5.1 Model Specification and Data 5. Estimating the Parameters of the Multiple Regression Model 5.3 Sampling Properties of the Least Squares Estimator 5.4 Interval Estimation 5.5 Hypothesis Testing for

More information

Simple Linear Regression: One Quantitative IV

Simple Linear Regression: One Quantitative IV Simple Linear Regression: One Quantitative IV Linear regression is frequently used to explain variation observed in a dependent variable (DV) with theoretically linked independent variables (IV). For example,

More information

IT 403 Practice Problems (2-2) Answers

IT 403 Practice Problems (2-2) Answers IT 403 Practice Problems (2-2) Answers #1. Which of the following is correct with respect to the correlation coefficient (r) and the slope of the leastsquares regression line (Choose one)? a. They will

More information

Confidence Interval for the mean response

Confidence Interval for the mean response Week 3: Prediction and Confidence Intervals at specified x. Testing lack of fit with replicates at some x's. Inference for the correlation. Introduction to regression with several explanatory variables.

More information

Can you tell the relationship between students SAT scores and their college grades?

Can you tell the relationship between students SAT scores and their college grades? Correlation One Challenge Can you tell the relationship between students SAT scores and their college grades? A: The higher SAT scores are, the better GPA may be. B: The higher SAT scores are, the lower

More information

Ch. 1: Data and Distributions

Ch. 1: Data and Distributions Ch. 1: Data and Distributions Populations vs. Samples How to graphically display data Histograms, dot plots, stem plots, etc Helps to show how samples are distributed Distributions of both continuous and

More information

(ii) Scan your answer sheets INTO ONE FILE only, and submit it in the drop-box.

(ii) Scan your answer sheets INTO ONE FILE only, and submit it in the drop-box. FINAL EXAM ** Two different ways to submit your answer sheet (i) Use MS-Word and place it in a drop-box. (ii) Scan your answer sheets INTO ONE FILE only, and submit it in the drop-box. Deadline: December

More information

Business Statistics. Lecture 10: Correlation and Linear Regression

Business Statistics. Lecture 10: Correlation and Linear Regression Business Statistics Lecture 10: Correlation and Linear Regression Scatterplot A scatterplot shows the relationship between two quantitative variables measured on the same individuals. It displays the Form

More information

Inference for Regression Simple Linear Regression

Inference for Regression Simple Linear Regression Inference for Regression Simple Linear Regression IPS Chapter 10.1 2009 W.H. Freeman and Company Objectives (IPS Chapter 10.1) Simple linear regression p Statistical model for linear regression p Estimating

More information

Ch 13 & 14 - Regression Analysis

Ch 13 & 14 - Regression Analysis Ch 3 & 4 - Regression Analysis Simple Regression Model I. Multiple Choice:. A simple regression is a regression model that contains a. only one independent variable b. only one dependent variable c. more

More information

Elementary Statistics Lecture 3 Association: Contingency, Correlation and Regression

Elementary Statistics Lecture 3 Association: Contingency, Correlation and Regression Elementary Statistics Lecture 3 Association: Contingency, Correlation and Regression Chong Ma Department of Statistics University of South Carolina chongm@email.sc.edu Chong Ma (Statistics, USC) STAT 201

More information

CHAPTER 5 LINEAR REGRESSION AND CORRELATION

CHAPTER 5 LINEAR REGRESSION AND CORRELATION CHAPTER 5 LINEAR REGRESSION AND CORRELATION Expected Outcomes Able to use simple and multiple linear regression analysis, and correlation. Able to conduct hypothesis testing for simple and multiple linear

More information

Business Statistics. Lecture 10: Course Review

Business Statistics. Lecture 10: Course Review Business Statistics Lecture 10: Course Review 1 Descriptive Statistics for Continuous Data Numerical Summaries Location: mean, median Spread or variability: variance, standard deviation, range, percentiles,

More information

DEMAND ESTIMATION (PART III)

DEMAND ESTIMATION (PART III) BEC 30325: MANAGERIAL ECONOMICS Session 04 DEMAND ESTIMATION (PART III) Dr. Sumudu Perera Session Outline 2 Multiple Regression Model Test the Goodness of Fit Coefficient of Determination F Statistic t

More information

NATCOR Regression Modelling for Time Series

NATCOR Regression Modelling for Time Series Universität Hamburg Institut für Wirtschaftsinformatik Prof. Dr. D.B. Preßmar Professor Robert Fildes NATCOR Regression Modelling for Time Series The material presented has been developed with the substantial

More information

Simple Linear Regression

Simple Linear Regression Simple Linear Regression 1 Correlation indicates the magnitude and direction of the linear relationship between two variables. Linear Regression: variable Y (criterion) is predicted by variable X (predictor)

More information

Review of Statistics 101

Review of Statistics 101 Review of Statistics 101 We review some important themes from the course 1. Introduction Statistics- Set of methods for collecting/analyzing data (the art and science of learning from data). Provides methods

More information

Ref.: Spring SOS3003 Applied data analysis for social science Lecture note

Ref.:   Spring SOS3003 Applied data analysis for social science Lecture note SOS3003 Applied data analysis for social science Lecture note 05-2010 Erling Berge Department of sociology and political science NTNU Spring 2010 Erling Berge 2010 1 Literature Regression criticism I Hamilton

More information

Unit 6 - Introduction to linear regression

Unit 6 - Introduction to linear regression Unit 6 - Introduction to linear regression Suggested reading: OpenIntro Statistics, Chapter 7 Suggested exercises: Part 1 - Relationship between two numerical variables: 7.7, 7.9, 7.11, 7.13, 7.15, 7.25,

More information

Simple Linear Regression Using Ordinary Least Squares

Simple Linear Regression Using Ordinary Least Squares Simple Linear Regression Using Ordinary Least Squares Purpose: To approximate a linear relationship with a line. Reason: We want to be able to predict Y using X. Definition: The Least Squares Regression

More information

9. Linear Regression and Correlation

9. Linear Regression and Correlation 9. Linear Regression and Correlation Data: y a quantitative response variable x a quantitative explanatory variable (Chap. 8: Recall that both variables were categorical) For example, y = annual income,

More information

Sem. 1 Review Ch. 1-3

Sem. 1 Review Ch. 1-3 AP Stats Sem. 1 Review Ch. 1-3 Name 1. You measure the age, marital status and earned income of an SRS of 1463 women. The number and type of variables you have measured is a. 1463; all quantitative. b.

More information

Multiple Regression Analysis. Part III. Multiple Regression Analysis

Multiple Regression Analysis. Part III. Multiple Regression Analysis Part III Multiple Regression Analysis As of Sep 26, 2017 1 Multiple Regression Analysis Estimation Matrix form Goodness-of-Fit R-square Adjusted R-square Expected values of the OLS estimators Irrelevant

More information

Sociology 593 Exam 1 Answer Key February 17, 1995

Sociology 593 Exam 1 Answer Key February 17, 1995 Sociology 593 Exam 1 Answer Key February 17, 1995 I. True-False. (5 points) Indicate whether the following statements are true or false. If false, briefly explain why. 1. A researcher regressed Y on. When

More information

Chapter Goals. To understand the methods for displaying and describing relationship among variables. Formulate Theories.

Chapter Goals. To understand the methods for displaying and describing relationship among variables. Formulate Theories. Chapter Goals To understand the methods for displaying and describing relationship among variables. Formulate Theories Interpret Results/Make Decisions Collect Data Summarize Results Chapter 7: Is There

More information

Correlation & Simple Regression

Correlation & Simple Regression Chapter 11 Correlation & Simple Regression The previous chapter dealt with inference for two categorical variables. In this chapter, we would like to examine the relationship between two quantitative variables.

More information

Inference for Regression

Inference for Regression Inference for Regression Section 9.4 Cathy Poliak, Ph.D. cathy@math.uh.edu Office in Fleming 11c Department of Mathematics University of Houston Lecture 13b - 3339 Cathy Poliak, Ph.D. cathy@math.uh.edu

More information