Copyright © 2005 Brooks/Cole, a division of Thomson Learning, Inc. 18.1 Chapter 18 Multiple...

50
18.1 Copyright © 2005 Brooks/Cole, a division of Thomson Learning, Inc. Chapter 18 Multiple Regression

Transcript of Copyright © 2005 Brooks/Cole, a division of Thomson Learning, Inc. 18.1 Chapter 18 Multiple...

Page 1: Copyright © 2005 Brooks/Cole, a division of Thomson Learning, Inc. 18.1 Chapter 18 Multiple Regression.

18.1Copyright © 2005 Brooks/Cole, a division of Thomson Learning, Inc.

Chapter 18

Multiple Regression

Page 2: Copyright © 2005 Brooks/Cole, a division of Thomson Learning, Inc. 18.1 Chapter 18 Multiple Regression.

18.2Copyright © 2005 Brooks/Cole, a division of Thomson Learning, Inc.

Multiple Regression…

The simple linear regression model was used to analyze how one interval variable (the dependent variable y) is related to one other interval variable (the independent variable x).

Multiple regression allows for any number of independent variables.

We expect to develop models that fit the data better than would a simple linear regression model.

Page 3: Copyright © 2005 Brooks/Cole, a division of Thomson Learning, Inc. 18.1 Chapter 18 Multiple Regression.

18.3Copyright © 2005 Brooks/Cole, a division of Thomson Learning, Inc.

The Model…

We now assume we have k independent variables potentially related to the one dependent variable. This relationship is represented in this first order linear equation:

In the one variable, two dimensional case we drew a regression line; here we imagine a response surface.

error variable

dependentvariable

independent variables

coefficients

Page 4: Copyright © 2005 Brooks/Cole, a division of Thomson Learning, Inc. 18.1 Chapter 18 Multiple Regression.

18.4Copyright © 2005 Brooks/Cole, a division of Thomson Learning, Inc.

Required Conditions…

For these regression methods to be valid the following four conditions for the error variable ( ) must be met:

• The probability distribution of the error variable ( ) is normal.

• The mean of the error variable is 0.

• The standard deviation of is , which is a constant.

• The errors are independent.

Page 5: Copyright © 2005 Brooks/Cole, a division of Thomson Learning, Inc. 18.1 Chapter 18 Multiple Regression.

18.5Copyright © 2005 Brooks/Cole, a division of Thomson Learning, Inc.

Estimating the Coefficients…The sample regression equation is expressed as:

We will use computer output to:Assess the model…

How well it fits the dataIs it usefulAre any required conditions violated?

Employ the model…Interpreting the coefficientsPredictions using the prediction equationEstimating the expected value of the dependent variable

Page 6: Copyright © 2005 Brooks/Cole, a division of Thomson Learning, Inc. 18.1 Chapter 18 Multiple Regression.

18.6Copyright © 2005 Brooks/Cole, a division of Thomson Learning, Inc.

Regression Analysis Steps… Use a computer and software to generate the coefficients and the statistics used to assess the model.

Diagnose violations of required conditions. If there are problems, attempt to remedy them.

Assess the model’s fit.standard error of estimate,

coefficient of determination,

F-test of the analysis of variance.

If , , and are OK, use the model to predict or estimate the expected value of the dependent variable.

Page 7: Copyright © 2005 Brooks/Cole, a division of Thomson Learning, Inc. 18.1 Chapter 18 Multiple Regression.

18.7Copyright © 2005 Brooks/Cole, a division of Thomson Learning, Inc.

Example 18.1 – La Quinta Inns…

Where should La Qunita locate a new motel? Factors influencing profitability…

Profitability

CompetitionMarket

Awareness

Demand Generator

s

Community

Distance to downtown.

Medianhouseholdincome.

Distance tothe nearestLa Quinta inn.

# of rooms within 3 mile radius

Physical

Offices, Higher Ed.

fact

or

measu

re

*these need to be interval data !

Page 8: Copyright © 2005 Brooks/Cole, a division of Thomson Learning, Inc. 18.1 Chapter 18 Multiple Regression.

18.8Copyright © 2005 Brooks/Cole, a division of Thomson Learning, Inc.

Example 18.1 – La Quinta Inns…

Where should La Qunita locate a new motel?

Several possible predictors of profitability were identified, and data were collected. Its believed that operating margin (y) is dependent upon these factors:

x1 = Total motel and hotel rooms within 3 mile radius

x2 = Number of miles to closest competition

x3 = Volume of office space in surrounding community

x4 = College and university student numbers in community

x5 = Median household income in community

x6 = Distance (in miles) to the downtown core.

Page 9: Copyright © 2005 Brooks/Cole, a division of Thomson Learning, Inc. 18.1 Chapter 18 Multiple Regression.

18.9Copyright © 2005 Brooks/Cole, a division of Thomson Learning, Inc.

Transformation…

Can we transform this data:

into a mathematical model that looks like this:

margincompetition

(i.e. # of rooms)

awareness(distance tonearest alt.)

physical(distance todowntown)

Page 10: Copyright © 2005 Brooks/Cole, a division of Thomson Learning, Inc. 18.1 Chapter 18 Multiple Regression.

18.10Copyright © 2005 Brooks/Cole, a division of Thomson Learning, Inc.

Example 18.1…

In Excel: Tools > Data Analysis… > Regression

COMPUTE

Page 11: Copyright © 2005 Brooks/Cole, a division of Thomson Learning, Inc. 18.1 Chapter 18 Multiple Regression.

18.11Copyright © 2005 Brooks/Cole, a division of Thomson Learning, Inc.

The Model…

Although we haven’t done any assessment of the model yet, at first pass:

it suggests that increases in

The number of miles to closest competition, office space, student enrollment and household income will positively impact the operating margin.

Likewise, increases in the total number of lodging rooms within a short distance and the distance from downtown will negatively impact the operating margin…

INTERPRET

Page 12: Copyright © 2005 Brooks/Cole, a division of Thomson Learning, Inc. 18.1 Chapter 18 Multiple Regression.

18.12Copyright © 2005 Brooks/Cole, a division of Thomson Learning, Inc.

Model Assessment…

We will assess the model in three ways:

the standard error of estimate,

the coefficient of determination, and

the F-test of the analysis of variance.

The standard error of estimate is used “downstream” in the subsequent calculations (though we will restrict our discussion to Excel based output vs. manual calculations).

Page 13: Copyright © 2005 Brooks/Cole, a division of Thomson Learning, Inc. 18.1 Chapter 18 Multiple Regression.

18.13Copyright © 2005 Brooks/Cole, a division of Thomson Learning, Inc.

Standard Error of Estimate…

In multiple regression, the standard error of estimate is defined as:

n is the sample size and k is the number of independent variables in the model. We compare this value to the mean value of y:

It seems the standard error of estimate is not particularly small. What can we conclude?

calculate

Page 14: Copyright © 2005 Brooks/Cole, a division of Thomson Learning, Inc. 18.1 Chapter 18 Multiple Regression.

18.14Copyright © 2005 Brooks/Cole, a division of Thomson Learning, Inc.

Coefficient of Determination…

Again, the coefficient of determination is defined as:

This means that 52.51% of the variation in operating margin is explained by the six independent variables,

but 47.49% remains unexplained.

Page 15: Copyright © 2005 Brooks/Cole, a division of Thomson Learning, Inc. 18.1 Chapter 18 Multiple Regression.

18.15Copyright © 2005 Brooks/Cole, a division of Thomson Learning, Inc.

Adjusted R2 value…

What’s this?

The “adjusted” R2 is:

the coefficient of

determination adjusted for degrees of freedom.

It takes into account the sample size n, and k, the number of independent variables, and is given by:

Page 16: Copyright © 2005 Brooks/Cole, a division of Thomson Learning, Inc. 18.1 Chapter 18 Multiple Regression.

18.16Copyright © 2005 Brooks/Cole, a division of Thomson Learning, Inc.

Testing the Validity of the Model…

In a multiple regression model (i.e. more than one independent variable), we utilize an analysis of variance technique to test the overall validity of the model. Here’s the idea:

H0:

H1: At least one is not equal to zero.

If the null hypothesis is true, none of the independent variables is linearly related to y, and so the model is invalid.

If at least one is not equal to 0, the model does have some validity.

Page 17: Copyright © 2005 Brooks/Cole, a division of Thomson Learning, Inc. 18.1 Chapter 18 Multiple Regression.

18.17Copyright © 2005 Brooks/Cole, a division of Thomson Learning, Inc.

Testing the Validity of the Model…

ANOVA table for regression analysis…Source of Variation

degrees of freedom

Sums of Squares

Mean Squares F-Statistic

Regression k SSR MSR = SSR/kF=MSR/

MSE

Error n–k–1 SSEMSE = SSE/(n–k-

1)

Total n–1

A large value of F indicates that most of the variation in y is explained by the regression equation and that the model is valid.

A small value of F indicates that most of the variation in y is unexplained.

Page 18: Copyright © 2005 Brooks/Cole, a division of Thomson Learning, Inc. 18.1 Chapter 18 Multiple Regression.

18.18Copyright © 2005 Brooks/Cole, a division of Thomson Learning, Inc.

Testing the Validity of the Model…

Our rejection region is:

Since Excel calculated the F statistic as F = 17.14 and our FCritical = 2.17, (and the p-value is zero) we reject H0 in favor of H1, that is:

“there is a great deal of evidence to infer

that the model is valid”

Page 19: Copyright © 2005 Brooks/Cole, a division of Thomson Learning, Inc. 18.1 Chapter 18 Multiple Regression.

18.19Copyright © 2005 Brooks/Cole, a division of Thomson Learning, Inc.

Table 18.2… Summary

SSE R2 FAssessme

nt of Model

0 0 1 Perfect

small small close to 1 large Good

large large close to 0 small Poor

0 0 Useless

Once we’re satisfied that the model fits the data as well as possible, and that the required conditions are satisfied, we can interpret and test the

individual coefficients and use the model to predict and estimate…

Page 20: Copyright © 2005 Brooks/Cole, a division of Thomson Learning, Inc. 18.1 Chapter 18 Multiple Regression.

18.20Copyright © 2005 Brooks/Cole, a division of Thomson Learning, Inc.

Interpreting the Coefficients*Intercept (b0) 38.14 • This is the average operating margin when all of the independent variables are zero. Its meaningless to try and interpret this value, particularly if 0 is outside the range of the values of the independent variables (as is the case here).

# of motel and hotel rooms (b1) –.0076 • Each additional room within three miles of the La Quinta inn, will decrease the operating margin. (I.e. for each additional 1000 rooms the margin decreases by 7.6%)

Distance to nearest competitor (b2) 1.65 • For each additional mile that the nearest competitor is to a La Quinta inn, the average operating margin increases by 1.65%.

*in each case we assume all other variables are held constant…

Page 21: Copyright © 2005 Brooks/Cole, a division of Thomson Learning, Inc. 18.1 Chapter 18 Multiple Regression.

18.21Copyright © 2005 Brooks/Cole, a division of Thomson Learning, Inc.

Interpreting the Coefficients*Office space (b3) .020 • For each additional thousand square feet of office space, the margin will increase by .020. E.g. an extra 100,000 square feet of office space will increase margin (on average) by 2.0%.

Student enrollment (b4) .21 • For each additional thousand students, the average operating margin increases by .21%

Median household income (b5) .41 • For each additional thousand dollar increase in median household income, the average operating margin increases by .41%

Distance to downtown core (b6) –.23 • For each additional mile to the downtown center, the operating margin decreases on average by .23%*in each case we assume all other variables are held constant…

Page 22: Copyright © 2005 Brooks/Cole, a division of Thomson Learning, Inc. 18.1 Chapter 18 Multiple Regression.

18.22Copyright © 2005 Brooks/Cole, a division of Thomson Learning, Inc.

Testing the Coefficients…

For each independent variable, we can test to determine whether there is enough evidence of a linear relationship between it and the dependent variable for the entire population…

H0: = 0

H1: ≠ 0

(for i = 1, 2, …, k) and using:

as our test statistic (with n–k–1 degrees of freedom).

Page 23: Copyright © 2005 Brooks/Cole, a division of Thomson Learning, Inc. 18.1 Chapter 18 Multiple Regression.

18.23Copyright © 2005 Brooks/Cole, a division of Thomson Learning, Inc.

Testing the Coefficients…We can use our Excel output to quickly test each of the six coefficients in our model…

Thus, the number of hotel and motel rooms, distance to the nearest motel, amount of office space, and median household income are linearly related to the operating margin. There is no evidence to infer that college enrollment and distance to downtown center are linearly related to operating margin.

INTERPRET

Page 24: Copyright © 2005 Brooks/Cole, a division of Thomson Learning, Inc. 18.1 Chapter 18 Multiple Regression.

18.24Copyright © 2005 Brooks/Cole, a division of Thomson Learning, Inc.

Using the Regression Equation…

Much like we did with simple linear regression, we can produce a prediction interval for a particular value of y.

As well, we can produce the confidence interval estimate of the expected value of y.

Excel’s tools will do the work; our role is to set up the problem, understand and interpret the results.

Page 25: Copyright © 2005 Brooks/Cole, a division of Thomson Learning, Inc. 18.1 Chapter 18 Multiple Regression.

18.25Copyright © 2005 Brooks/Cole, a division of Thomson Learning, Inc.

Using the Regression Equation…

Predict the operating margin if a La Quinta Inn is built at a location where…

There are 3815 rooms within 3 miles of the site.

The closest other hotel or motel is .9 miles away.

The amount of office space is 476,000 square feet.

There is one college and one university nearby with a total enrollment of 24,500 students.

Census data indicates the median household income in the area (rounded to the nearest thousand) is $35,000, and,

The distance to the downtown center is11.2 miles.

our xi’s…

Page 26: Copyright © 2005 Brooks/Cole, a division of Thomson Learning, Inc. 18.1 Chapter 18 Multiple Regression.

18.26Copyright © 2005 Brooks/Cole, a division of Thomson Learning, Inc.

Using the Regression Equation…

We add one row (our given values for the independent variables) to the bottom of our data set:

Then we use:

Tools > Data Analysis Plus >

Prediction Interval

to crunch the numbers…

Page 27: Copyright © 2005 Brooks/Cole, a division of Thomson Learning, Inc. 18.1 Chapter 18 Multiple Regression.

18.27Copyright © 2005 Brooks/Cole, a division of Thomson Learning, Inc.

Prediction Interval…

We predict that the operating margin will fall between 25.4 and 48.8.

If management defines a profitable inn as one with an operating margin greater than 50% and an unprofitable inn as one with an operating margin below 30%, they will pass on this site, since the entire prediction interval is below 50%.

INTERPRET

Page 28: Copyright © 2005 Brooks/Cole, a division of Thomson Learning, Inc. 18.1 Chapter 18 Multiple Regression.

18.28Copyright © 2005 Brooks/Cole, a division of Thomson Learning, Inc.

Confidence Interval…

The expected operating margin of all sites that fit this category is estimated to be between 33.0 and 41.2.

We interpret this to mean that if we built inns on an infinite number of sites that fit the category described, the mean operating margin would fall between 33.0 and 41.2. In other words, the average inn would not be profitable either…

INTERPRET

Page 29: Copyright © 2005 Brooks/Cole, a division of Thomson Learning, Inc. 18.1 Chapter 18 Multiple Regression.

18.29Copyright © 2005 Brooks/Cole, a division of Thomson Learning, Inc.

Regression Diagnostics…

Calculate the residuals and check the following:

Is the error variable nonnormal?

Draw the histogram of the residuals

Is the error variance constant?

Plot the residuals versus the predicted values of y.

Are the errors independent (time-series data)?

Plot the residuals versus the time periods.

Are there observations that are inaccurate or do not belong to the target population?

Double-check the accuracy of outliers and influential observations.

Page 30: Copyright © 2005 Brooks/Cole, a division of Thomson Learning, Inc. 18.1 Chapter 18 Multiple Regression.

18.30Copyright © 2005 Brooks/Cole, a division of Thomson Learning, Inc.

Regression Diagnostics…

Multiple regression models have a problem that simple regressions do not, namely multicollinearity.

It happens when the independent variables are highly correlated.

We’ll explore this concept through the following example…

Page 31: Copyright © 2005 Brooks/Cole, a division of Thomson Learning, Inc. 18.1 Chapter 18 Multiple Regression.

18.31Copyright © 2005 Brooks/Cole, a division of Thomson Learning, Inc.

Example 18.2…

A real estate agent wanted to develop a model to predict the selling price of a home. The agent believed that the most important variables in determining the price of a house are its:

size,

number of bedrooms,

and lot size.

The proposed model is:

Housing market data have been gathered and Excel is the analysis tool of choice…

Page 32: Copyright © 2005 Brooks/Cole, a division of Thomson Learning, Inc. 18.1 Chapter 18 Multiple Regression.

18.32Copyright © 2005 Brooks/Cole, a division of Thomson Learning, Inc.

Example 18.2…

Tools > Data Analysis > Regression…

The F-test indicates the mode is valid…

…but these t-stats suggest none of the variables are related to the selling price.

Page 33: Copyright © 2005 Brooks/Cole, a division of Thomson Learning, Inc. 18.1 Chapter 18 Multiple Regression.

18.33Copyright © 2005 Brooks/Cole, a division of Thomson Learning, Inc.

Example 18.2…

How can the model be valid and fit well, when none of the independent variables that make up the model are linearly related to price?

To answer this question we perform a t-test of the coefficient of correlation between each of the independent variables and the dependent variable…

Page 34: Copyright © 2005 Brooks/Cole, a division of Thomson Learning, Inc. 18.1 Chapter 18 Multiple Regression.

18.34Copyright © 2005 Brooks/Cole, a division of Thomson Learning, Inc.

Example 18.2…

Unlike the t-tests in the multiple regression model, these three t-tests tell us that the number of

bedrooms, the house size, and the lot size are all linearly related to

the price…

Page 35: Copyright © 2005 Brooks/Cole, a division of Thomson Learning, Inc. 18.1 Chapter 18 Multiple Regression.

18.35Copyright © 2005 Brooks/Cole, a division of Thomson Learning, Inc.

Example 18.2…

How to account for this apparent contradiction?

The answer is that the three independent variables are correlated with each other !

(i.e. this is reasonable: larger houses have more bedrooms and are situated on larger lots, and smaller houses have fewer bedrooms and are located on smaller lots.)

multicollinearity affected the t-tests so that they implied that none of the independent variables is linearly related to price when, in fact, all are

Page 36: Copyright © 2005 Brooks/Cole, a division of Thomson Learning, Inc. 18.1 Chapter 18 Multiple Regression.

18.36Copyright © 2005 Brooks/Cole, a division of Thomson Learning, Inc.

Regression Diagnostics – Time Series…The Durbin-Watson test allows us to determine whether there is evidence of first-order autocorrelation — a condition in which a relationship exists between consecutive residuals, i.e. ei-1 and ei (i is the time period). The statistic for this test is defined as:

d has a range of values: 0 ≤ d ≤ 4.

Page 37: Copyright © 2005 Brooks/Cole, a division of Thomson Learning, Inc. 18.1 Chapter 18 Multiple Regression.

18.37Copyright © 2005 Brooks/Cole, a division of Thomson Learning, Inc.

Durbin–Watson…

0 d 4Small values of d (d < 2) indicate a positive first-order autocorrelation.

Large values of d (d > 2) imply a negative first-order autocorrelation.

Page 38: Copyright © 2005 Brooks/Cole, a division of Thomson Learning, Inc. 18.1 Chapter 18 Multiple Regression.

18.38Copyright © 2005 Brooks/Cole, a division of Thomson Learning, Inc.

Durbin–Watson… (one-tail test)

To test for positive first-order autocorrelation:

If d < dL , we conclude that there is enough evidence to show that positive first-order autocorrelation exists.

If d > dU , we conclude that there is not enough evidence to show that positive first-order autocorrelation exists.

And if dL ≤ d ≤ dU , the test is inconclusive.

dUdL

positive first-order autocorrelation

exists

positive first-order autocorrelation does not exist

inconclusive test

dL, dU from table 11, appendix B

Page 39: Copyright © 2005 Brooks/Cole, a division of Thomson Learning, Inc. 18.1 Chapter 18 Multiple Regression.

18.39Copyright © 2005 Brooks/Cole, a division of Thomson Learning, Inc.

Durbin–Watson… (one-tail test)

To test for negative first-order autocorrelation:

If d > 4 – dL , we conclude that there is enough evidence to show that negative first-order autocorrelation exists.

If d < 4 – dU , we conclude that there is not enough evidence to show that negative first-order autocorrelation exists.

And if 4 – dU ≤ d ≤ 4 – dL , the test is inconclusive.

4-dU 4-dL

negative first-order autocorrelation does not exist

negative first-order

autocorrelation exists

inconclusive test

dL, dU from table 11, appendix B

Page 40: Copyright © 2005 Brooks/Cole, a division of Thomson Learning, Inc. 18.1 Chapter 18 Multiple Regression.

18.40Copyright © 2005 Brooks/Cole, a division of Thomson Learning, Inc.

Durbin–Watson… (two-tail test)

To test for first-order autocorrelation:

If d < dL or d > 4 – dL , first-order autocorrelation exists.

If d falls between dL and dU or between 4 – dU and 4 – dU , the test is inconclusive.

If d falls between dU and 4 – dU there is no evidence of first order autocorrelation.

4-dU 4-dL

exists existsinconclusive

dUdL 2 40

inconclusivedoesn’t

exist

Page 41: Copyright © 2005 Brooks/Cole, a division of Thomson Learning, Inc. 18.1 Chapter 18 Multiple Regression.

18.41Copyright © 2005 Brooks/Cole, a division of Thomson Learning, Inc.

Example 18.3…

Can we create a model that will predict lift ticket sales at a ski hill based on two weather parameters?

Variables:

y - lift ticket sales during Christmas week,

x1 - total snowfall (inches), and

x2 - average temperature (degrees Fahrenheit)

Our ski hill manager collected 20 years of data, let’s analyze it now…

Page 42: Copyright © 2005 Brooks/Cole, a division of Thomson Learning, Inc. 18.1 Chapter 18 Multiple Regression.

18.42Copyright © 2005 Brooks/Cole, a division of Thomson Learning, Inc.

Example 18.3…

Both the coefficient of determination and the p-value of the F-test indicate the model is

poor…

Neither variable is linearly related to ticket sale…

Page 43: Copyright © 2005 Brooks/Cole, a division of Thomson Learning, Inc. 18.1 Chapter 18 Multiple Regression.

18.43Copyright © 2005 Brooks/Cole, a division of Thomson Learning, Inc.

Example 18.3…

The histogram of residuals…

reveals the errors may be normally distributed…

Page 44: Copyright © 2005 Brooks/Cole, a division of Thomson Learning, Inc. 18.1 Chapter 18 Multiple Regression.

18.44Copyright © 2005 Brooks/Cole, a division of Thomson Learning, Inc.

Example 18.3…

In the plot of residuals versus predicted values (testing for heteroscedasticity) — the error variance appears to be constant…

Page 45: Copyright © 2005 Brooks/Cole, a division of Thomson Learning, Inc. 18.1 Chapter 18 Multiple Regression.

18.45Copyright © 2005 Brooks/Cole, a division of Thomson Learning, Inc.

Example 18.3…

Plotting the residual over time reveals the problem…

The errors are not independent!

Page 46: Copyright © 2005 Brooks/Cole, a division of Thomson Learning, Inc. 18.1 Chapter 18 Multiple Regression.

18.46Copyright © 2005 Brooks/Cole, a division of Thomson Learning, Inc.

Example 18.3… Durbin-Watson

Apply the Durbin-Watson Statistic from Data Analysis Plus to the entire list of residuals created by the Regression tool.

Page 47: Copyright © 2005 Brooks/Cole, a division of Thomson Learning, Inc. 18.1 Chapter 18 Multiple Regression.

18.47Copyright © 2005 Brooks/Cole, a division of Thomson Learning, Inc.

Example 18.3…

In order to find out the critical values dL and dU, we have

n = 20 (twenty years of data)

k = 2 (two variables, snowfall & temperature)

If we use a significance level of 5% and look up the critical values of d in Table 11 of Appendix B, we find:

dL = 1.10

dU = 1.54

Since d < dL, we conclude that positive first-order autocorrelation exists.

Page 48: Copyright © 2005 Brooks/Cole, a division of Thomson Learning, Inc. 18.1 Chapter 18 Multiple Regression.

18.48Copyright © 2005 Brooks/Cole, a division of Thomson Learning, Inc.

Example 18.3…

Autocorrelation usually indicates that the model needs to include an independent variable that has a time-ordered effect on the dependent variable, thus we create a new variable x3 (which takes on the values of the years since the data were gathered, i.e. x3 = 1, 2, …, 20.)

Our new model becomes:

y=tickets

x1=snowfallx2=temperatur

e

x3=time

Page 49: Copyright © 2005 Brooks/Cole, a division of Thomson Learning, Inc. 18.1 Chapter 18 Multiple Regression.

18.49Copyright © 2005 Brooks/Cole, a division of Thomson Learning, Inc.

Example 18.3…

The fit of the model is high,

The model is valid…

Snowfall and time are linearly related to ticket sales; temperature is not…

our new variable

Page 50: Copyright © 2005 Brooks/Cole, a division of Thomson Learning, Inc. 18.1 Chapter 18 Multiple Regression.

18.50Copyright © 2005 Brooks/Cole, a division of Thomson Learning, Inc.

Example 18.3…

If we re-run the Durbin-Watson statistic against the residuals from our Regression analysis,

we can conclude that there is not enough evidence to infer the presence of first-order autocorrelation. (Determining dL and dU is left as an exercise for the reader…)

Hence, we have improved out model dramatically!