19
LINEAR REGRESSION: Evaluating Regression Models

LINEAR REGRESSION: Evaluating Regression Models Overview Assumptions for Linear Regression Evaluating a Regression Model

  • View
    270

  • Download
    9

Embed Size (px)

Citation preview

Page 1: LINEAR REGRESSION: Evaluating Regression Models Overview Assumptions for Linear Regression Evaluating a Regression Model

LINEAR REGRESSION: Evaluating Regression Models

Page 2: LINEAR REGRESSION: Evaluating Regression Models Overview Assumptions for Linear Regression Evaluating a Regression Model

Overview

• Assumptions for Linear Regression• Evaluating a Regression Model

Page 3: LINEAR REGRESSION: Evaluating Regression Models Overview Assumptions for Linear Regression Evaluating a Regression Model

Assumptions for Bivariate Linear Regression

• Quantitative data (or dichotomous)• Independent observations• Predict for same population that was

sampled

Page 4: LINEAR REGRESSION: Evaluating Regression Models Overview Assumptions for Linear Regression Evaluating a Regression Model

Assumptions for Bivariate Linear Regression

• Linear relationship– Examine scatterplot

• Homoscedasticity – equal spread of residuals at different values of predictor– Examine ZRESID vs ZPRED plot

Page 5: LINEAR REGRESSION: Evaluating Regression Models Overview Assumptions for Linear Regression Evaluating a Regression Model

Checking for Homoscedasticity

Page 6: LINEAR REGRESSION: Evaluating Regression Models Overview Assumptions for Linear Regression Evaluating a Regression Model

Assumptions for Bivariate Linear Regression

• Independent errors– Durbin Watson should be close to 2

• Normality of errors– Examine frequency distribution of residuals

Page 7: LINEAR REGRESSION: Evaluating Regression Models Overview Assumptions for Linear Regression Evaluating a Regression Model

Checking for Normality of Errors

Page 8: LINEAR REGRESSION: Evaluating Regression Models Overview Assumptions for Linear Regression Evaluating a Regression Model

Influential Cases

• Influential cases have greater impact on the slope and y-intercept

• Select casewise diagnostics and look for cases with large residuals

Page 9: LINEAR REGRESSION: Evaluating Regression Models Overview Assumptions for Linear Regression Evaluating a Regression Model
Page 10: LINEAR REGRESSION: Evaluating Regression Models Overview Assumptions for Linear Regression Evaluating a Regression Model

Standard Error of the Estimate

• Index of how far off predictions are expected to be

• Larger r means smaller standard error• Standard deviation of y scores around

predicted y scores

Page 11: LINEAR REGRESSION: Evaluating Regression Models Overview Assumptions for Linear Regression Evaluating a Regression Model

Sums of Squares

• Total SS – total squared differences of Y scores from the mean of Y

• Model SS – total squared differences of predicted Y scores from the mean of Y

• Residual SS – total squared differences of Y scores from predicted Y scores

Page 12: LINEAR REGRESSION: Evaluating Regression Models Overview Assumptions for Linear Regression Evaluating a Regression Model
Page 13: LINEAR REGRESSION: Evaluating Regression Models Overview Assumptions for Linear Regression Evaluating a Regression Model
Page 14: LINEAR REGRESSION: Evaluating Regression Models Overview Assumptions for Linear Regression Evaluating a Regression Model
Page 15: LINEAR REGRESSION: Evaluating Regression Models Overview Assumptions for Linear Regression Evaluating a Regression Model

Coefficient of Determination

• r2 is the proportion of variance in Y explained by X

• Adjusted r2 corrects for the fact that the r2 often overestimates the true relationship. Adjusted r2 will be lower when there are fewer subjects.

Page 16: LINEAR REGRESSION: Evaluating Regression Models Overview Assumptions for Linear Regression Evaluating a Regression Model

Goodness of Fit

• Dividing the Model SS by the Total SS produces r2

• The ANOVA F-test determines whether the regression equation accounted for a significant proportion of variance in Y

• F is the Model Mean Square divided by the Residual Mean Square

Page 17: LINEAR REGRESSION: Evaluating Regression Models Overview Assumptions for Linear Regression Evaluating a Regression Model

Coefficients

• The Constant B under “unstandardized” is the y-intercept b0

• The B listed for the X variable is the slope b1

• The t test is the coefficient divided by its standard error

• The standardized slope is the same as the correlation

Page 18: LINEAR REGRESSION: Evaluating Regression Models Overview Assumptions for Linear Regression Evaluating a Regression Model

Example of Reporting a Regression Analysis

The linear regression for predicting quiz enjoyment from level of statistics anxiety did not account of a significant portion of variance, F(1, 24) = 1.75, p = .20, r2 = .07.

Page 19: LINEAR REGRESSION: Evaluating Regression Models Overview Assumptions for Linear Regression Evaluating a Regression Model

Take-Home Points

• The validity of a regression procedure depends on multiple assumptions.

• A regression model can be evaluated based on whether and how well it predicts an outcome variable.