Regression III Outliers and Influential Data

Total Page:16

File Type:pdf, Size:1020Kb

Regression III Outliers and Influential Data Regression Diagnostics Regression III Outliers and Influential Data • Today’s lecture deals specifically with unusual data and how they are identified and measured • Regression Outliers Dave Armstrong • Studentized residuals (and the Bonferroni adjustment) • Leverage University of Wisconsin – Milwaukee • Hat values Department of Political Science • Influence e: [email protected] • DFBETAs, Cook’s D, influence plots, added-variable plots (partial w: www.quantoid.net/ICPSR.php regression plots) • Robust and resistant regression methods that limit the e↵ect of such cases on the regression estimates will be discussed later in the course 1/52 2/52 Outlying Observations: Who Cares? Example 1. Influence and Small Samples: Inequality Data • Small samples are Non−Democracies • Can cause us to misinterpret patterns in plots especially vulnerable to ● Slovakia All Obs outliers - there are fewer 60 • Temporarily removing them can sometimes help see patterns that we No Outliers ● CzechRepublic otherwise would not have cases to counter the • Transformations can also spread out clustered observations and bring outlier 50 in the outliers • With Czech Republic 40 • More importantly, separated points can have a strong influence on ● and Slovakia included, secpay 30 statistical models - removing outliers from a regression model can there is no relationship ● ● sometimes give completely di↵erent results ● ● ● between Attitudes 20 ● • Unusual cases can substantially influence the fit of the OLS model - ● ● ● towards inequality and ●● ● 10 ● ● ● Cases that are both outliers and high leverage exert influence on both ●●● ● ● ● the slopes and intercept of the model the Gini coefficient ● ● • Outliers may also indicate that our model fails to capture important • If these cases are 20 30 40 50 60 characteristics of the data removed, we see a gini positive relationship 3/52 4/52 Code for Previous Figure Ex 1. Influence and Small Samples: Inequality Data (2) All Obs No Outliers >weakliem2<-read.csv("http://www.quantoid.net/702/Weakliem2.txt") (Intercept) 19.4771 5.9234 >rownames(weakliem2)<-weakliem2[,1] − >outs<-which(rownames(weakliem2)%in%c("CzechRepublic","Slovakia")) (11.0655) (5.2569) >weakliem2$gdp<-weakliem2$gdp/10000 gini 0.0759 0.4995⇤ >plot(secpay~gini,data=weakliem2,main="Non-Democracies") −(0.2884) (0.1336) >abline(lm(secpay~gini,data=weakliem2)) N 26 24 >abline(lm(secpay~gini,data=weakliem2,subset=-outs),lty=2,col="red") 2 >with(weakliem2,text(gini[outs],secpay[outs], R 0.0029 0.3887 +rownames(weakliem2)[outs],pos=4)) adj. R2 0.0387 0.3609 >legend("topright",c("AllObs","NoOutliers"), Resid. sd −14.8520 6.2702 +lty=c(1,2),col=c("black","red"),inset=.01) Standard errors in parentheses ⇤ indicates significance at p < 0.05 5/52 6/52 Example 2. Influence and Small Samples: Davis Data (1) R-script for previous slide • These data are the Davis data in the car package ● 12 All Cases >library(car) 160 Outlier Excluded • It is clear that observation >data(Davis) 12 is influential 140 >plot(weight~height,data=Davis) ● • The model including 120 >with(Davis,text(height[12],weight[12],"12",pos=1)) ● observation 12 does a ●● >abline(lm(weight~height,data=Davis), 100 ● weight ● ● ● ● ● ● ● ●● ● poor job of representing ● ●● ● ●● ● +lty=1,col=1,lwd=2) ●●●●● ●●●●● 80 ● ● ●● ● ●●●● ● ● ● ● ● ●● ● ●●● the trend in the data; The ● ●●●● ●●●● ● ●●●●● >abline(lm(weight~height,data=Davis,subset=-12), ● ● ●●●●●● ● ●●●●●●●●●● ●●● ●●●●●● ●● ●●●●●●●●● ● 60 ●●●●●●● ● model excluding ● ●●●●●●●●● ● ●●●●●●● ●●●● +lty=2,col=2,lwd=2) ● ●●●●●● ● ● ●●● ●●● ●● ●● ● ● ●● observation 12 does much ● 40 >legend("topright",lty=c(1,2),col=c(1,2), better 60 80 100 120 140 160 180 200 +legend=c("AllCases","OutlierExcluded"),inset=.01) • The output on the next height slide confirms this 7/52 8/52 Example 2. Influence and Small Samples: Davis Data (2) Example 3. Large Datasets: Contrived Data • Although regression models from small datasets are most vulnerable to unusual observations, large datasets are not completely immune All Obs No Outliers • An unusually high (or low) x or y value could easily result from miscoding during the data entry stage. This could in turn influence (Intercept) 25.27 130.75⇤ the findings (14.95)− (11.56) • Imagine a dataset with 1001 observations, where a variable, X1, height 0.24⇤ 1.15⇤ ranges from 0.88-7.5. (0.09) (0.07) • Assume also that Y is perfectly correlated with X1. N 200 199 • Even if there is just one miscode - e.g., A “55” is wrongly entered R2 0.04 0.59 instead of “5” - the distribution of X1 is drastically misrepresented. adj. R2 0.03 0.59 This one miscode also seriously distorts the regression line. Resid. sd 14.86 8.52 >set.seed(123) >x<-c(rnorm(1000,mean=4,sd=1)) Standard errors in parentheses >x1<-c(x,55) ⇤ indicates significance at p < 0.05 >y<-c(x,5) >range(x1) [1] 1.190225 55.000000 >range(y) [1] 1.190225 7.241040 9/52 10 / 52 Example 3. Large Datasets: Contrived Data (2) Example 4. Large Datasets: Marital Coital Frequency (1) >mod1<-lm(y~x1) >apsrtable(mod1,model.names="",Sweave=T) • Jasso, Guillermina (1985) ‘Marital Coital Frequency and the Passage ● of Time: Estimating the Separate E↵ects of Spouses’ Ages and 7 ● ● ● Marital Duration, Birth and Marriage Cohorts, and Period ● ● ● ● . ● (Intercept) 2 84 ● ⇤ ● 6 ● ● ● Influences,’ American Sociological Review, 50: 224-241. ● ● ● ● . ● (0 06) ● ● ● ● 5 ● ● • Using panel data, estimates age and period e↵ects - controlling for ● ● ● ● ● . ● x1 ● 0 29 ● ⇤ ● ● ● cohort e↵ects - on frequency of sexual relations for married couples ● y ● ● ● 4 ● ● ● . ● (0 01) ● ● ● from 1970-75 ● ● ● ● ● ● 3 ● N ● 1001 ● ● ● ● • Major Findings: ● ● 2 ● ● ● . ● R ● 0 30 2 ● ● • Controlling for cohort and age e↵ects, there was a negative period ● ● 2 ● ● adj. R 0.30 ● e↵ect; 1 Resid. sd 0.83 0 10 20 30 40 50 • Controlling for period and cohort e↵ects, wife’s age had a positive Standard errors in parentheses x1 e↵ect • Both findings di↵er significantly from previous research in the area ⇤ indicates significance at p < 0.05 11 / 52 12 / 52 COMMENTS 735 + 3 lnMARDURij In theory, equation (2) is an estimable formula- + i PERIODi + -Y WCohi tion of a fixed-effect age-period-cohort model. + _Y2HCohj + Y3 MARDATEj However, in practice, it is computationallyintrac- + OcxXijk + 81Di + Eij table because of the large number of dummy variables required. It has been shown that, when Now, inWAge no longer equals PERIOD minus using only two waves of panel data, equation (2) WCoh, InHAge no longer equals PERIOD minus can be estimated using first differences (i.e., the HCoh, and InMARDUR no longer equals PE- model is specified for each wave and then one is RIOD minus MARDATE. subtractedfrom the other). The log transformationbreaks the APC identity Taking first differences from equation (2), we only if we can assume that higher order terms are have: zero. Note that in the above model, (3) ACFj = 3', (A lnWAgej) + 132(A lnHAgej) A = P - C. + i 3 (A lnMARDURj) It follows that since + n (A PERIOD) + atk (A Xik) + AEi f(A) = f(P - C), then ln(A) = ln(P - C). where A signifies the change between time 1 and time 2. Now, ln(P - C) can be expanded using a Taylor Note that the cohort terms as well as the series approximation: couple-specific dummies drop out of equation (3) = (P - C -1) -1/2(P - C -1)2 because their values remain constant in the two + 1/3(P -C - 1)3 -.... waves. Each of the parametersin equation (3) can ln(A) = P - C -[1 + 1/2(P - C-1)2 be interpretedas net of both the cohort effects and - 1/3(P - C - 1)3 + ...] the effects of the unobservable couple-specific This is simply a reformulationof the APC identity. covariates. In breaking the age-period-cohort To break this identity, Jasso assumes that the identity, Jasso is still unable to estimate cohort quantity in brackets (i.e., the higher-orderperiod effects; rather,she estimates age and period effects and cohort terms) equals zero. As Heckman and that are not confounded with cohort effects. Robb (1985) and Fienbergand Mason (1985) note, Specifically, she estimates equation (3) for a no transformationcan break the APC identity sample of continuously married women inter- without restrictions on the values of parameters viewed in both 1970 and 1975 as part of the (i.e., assuming some to be equal to zero). National Fertility Survey. As described above, she We have no immediate qualms about the log found significant age and period effects that transformation;in fact, we tested the functional directly contradict past research. Column 1 of form of equation (2) using the Box-Cox transfor- Table 1 presentsJasso's results (Jasso, 1985, Table mation and found it to be reasonable (see 4). Weisberg, 1980). However, we show that Jasso's Troubled by her substantive findings, we Example 4. Large Datasets: Marital Coital Frequency (2) identifyingExample restrictions 4. (i.e., Large making Datasets: all higher Maritalre-estimated Coital equation Frequency (3) using the (3) same data. order terms equal zero) lead to a serious Except for a sample size difference of one misspecification of her model. observation, we almost perfectly replicated her Table 1. Fixed-Effects Estimates of the Determinantsof MaritalCoital Frequency • Kahn, J.R. and J.R. Udry (1986) ‘Marital Coital Frequency: (4) (5) (6) Unnoticed Outliers and Unspecified Interactions Lead to Erroneous (1) (2) (3) Drop 4 Marital Marital Conclusions,’ American Sociological Review, 51: 734-737, critiques Jasso's Our Drop 4 Miscodes & Duration Duration and replicates Jasso’s research. They claim that Jasso: Results Replication Miscodes 4 Outliers s 2 >
Recommended publications
  • Chapter 4: Model Adequacy Checking
    Chapter 4: Model Adequacy Checking In this chapter, we discuss some introductory aspect of model adequacy checking, including: • Residual Analysis, • Residual plots, • Detection and treatment of outliers, • The PRESS statistic • Testing for lack of fit. The major assumptions that we have made in regression analysis are: • The relationship between the response Y and the regressors is linear, at least approximately. • The error term ε has zero mean. • The error term ε has constant varianceσ 2 . • The errors are uncorrelated. • The errors are normally distributed. Assumptions 4 and 5 together imply that the errors are independent. Recall that assumption 5 is required for hypothesis testing and interval estimation. Residual Analysis: The residuals , , , have the following important properties: e1 e2 L en (a) The mean of is 0. ei (b) The estimate of population variance computed from the n residuals is: n n 2 2 ∑()ei−e ∑ei ) 2 = i=1 = i=1 = SS Re s = σ n − p n − p n − p MS Re s (c) Since the sum of is zero, they are not independent. However, if the number of ei residuals ( n ) is large relative to the number of parameters ( p ), the dependency effect can be ignored in an analysis of residuals. Standardized Residual: The quantity = ei ,i = 1,2, , n , is called d i L MS Re s standardized residual. The standardized residuals have mean zero and approximately unit variance. A large standardized residual ( > 3 ) potentially indicates an outlier. d i Recall that e = (I − H )Y = (I − H )(X β + ε )= (I − H )ε Therefore, / Var()e = var[]()I − H ε = (I − H )var(ε )(I −H ) = σ 2 ()I − H .
    [Show full text]
  • Outlier Detection and Influence Diagnostics in Network Meta- Analysis
    Outlier detection and influence diagnostics in network meta- analysis Hisashi Noma, PhD* Department of Data Science, The Institute of Statistical Mathematics, Tokyo, Japan ORCID: http://orcid.org/0000-0002-2520-9949 Masahiko Gosho, PhD Department of Biostatistics, Faculty of Medicine, University of Tsukuba, Tsukuba, Japan Ryota Ishii, MS Biostatistics Unit, Clinical and Translational Research Center, Keio University Hospital, Tokyo, Japan Koji Oba, PhD Interfaculty Initiative in Information Studies, Graduate School of Interdisciplinary Information Studies, The University of Tokyo, Tokyo, Japan Toshi A. Furukawa, MD, PhD Departments of Health Promotion and Human Behavior, Kyoto University Graduate School of Medicine/School of Public Health, Kyoto, Japan *Corresponding author: Hisashi Noma Department of Data Science, The Institute of Statistical Mathematics 10-3 Midori-cho, Tachikawa, Tokyo 190-8562, Japan TEL: +81-50-5533-8440 e-mail: [email protected] Abstract Network meta-analysis has been gaining prominence as an evidence synthesis method that enables the comprehensive synthesis and simultaneous comparison of multiple treatments. In many network meta-analyses, some of the constituent studies may have markedly different characteristics from the others, and may be influential enough to change the overall results. The inclusion of these “outlying” studies might lead to biases, yielding misleading results. In this article, we propose effective methods for detecting outlying and influential studies in a frequentist framework. In particular, we propose suitable influence measures for network meta-analysis models that involve missing outcomes and adjust the degree of freedoms appropriately. We propose three influential measures by a leave-one-trial-out cross-validation scheme: (1) comparison-specific studentized residual, (2) relative change measure for covariance matrix of the comparative effectiveness parameters, (3) relative change measure for heterogeneity covariance matrix.
    [Show full text]
  • Residuals, Part II
    Biostatistics 650 Mon, November 5 2001 Residuals, Part II Key terms External Studentization Outliers Added Variable Plot — Partial Regression Plot Partial Residual Plot — Component Plus Residual Plot Key ideas/results ¢ 1. An external estimate of ¡ comes from refitting the model without observation . Amazingly, it has an easy formula: £ ¦!¦ ¦ £¥¤§¦©¨ "# 2. Externally Studentized Residuals $ ¦ ¦©¨ ¦!¦)( £¥¤§¦&% ' Ordinary residuals standardized with £*¤§¦ . Also known as R-Student. 3. Residual Taxonomy Names Definition Distribution ¦!¦ ¦+¨-,¥¦ ,0¦ 1 Ordinary ¡ 5 /. &243 ¦768¤§¦©¨ ¦ ¦!¦ 1 ¦!¦ PRESS ¡ &243 9' 5 $ Studentized ¦©¨ ¦ £ ¦!¦ ¤0> % = Internally Studentized : ;<; $ $ Externally Studentized ¦+¨ ¦ £?¤§¦ ¦!¦ ¤0>¤A@ % R-Student = 4. Outliers are unusually large observations, due to an unmodeled shift or an (unmodeled) increase in variance. 5. Outliers are not necessarily bad points; they simply are not consistent with your model. They may posses valuable information about the inadequacies of your model. 1 PRESS Residuals & Studentized Residuals Recall that the PRESS residual has a easy computation form ¦ ¦©¨ PRESS ¦!¦ ( ¦!¦ It’s easy to show that this has variance ¡ , and hence a standardized PRESS residual is 9 ¦ ¦ ¦!¦ ¦ PRESS ¨ ¨ ¨ ¦ : £ ¦!¦ £ ¦!¦ £ ¦ ¦ % % % ' When we standardize a PRESS residual we get the studentized residual! This is very informa- ,¥¦ ¦ tive. We understand the PRESS residual to be the residual at ¦ if we had omitted from the 3 model. However, after adjusting for it’s variance, we get the same thing as a studentized residual. Hence the standardized residual can be interpreted as a standardized PRESS residual. Internal vs External Studentization ,*¦ ¦ The PRESS residuals remove the impact of point ¦ on the fit at . But the studentized 3 ¢ ¦ ¨ ¦ £?% ¦!¦ £ residual : can be corrupted by point by way of ; a large outlier will inflate the residual mean square, and hence £ .
    [Show full text]
  • Chapter 39 Fit Analyses
    Chapter 39 Fit Analyses Chapter Table of Contents STATISTICAL MODELS ............................568 LINEAR MODELS ...............................569 GENERALIZED LINEAR MODELS .....................572 The Exponential Family of Distributions ....................572 LinkFunction..................................573 The Likelihood Function and Maximum-Likelihood Estimation . .....574 ScaleParameter.................................576 Goodness of Fit .................................576 Quasi-Likelihood Functions ..........................577 NONPARAMETRIC SMOOTHERS ......................580 SmootherDegreesofFreedom.........................581 SmootherGeneralizedCrossValidation....................582 VARIABLES ...................................583 METHOD .....................................585 OUTPUT .....................................587 TABLES ......................................590 ModelInformation...............................590 ModelEquation.................................590 X’X Matrix . .................................591 SummaryofFitforLinearModels.......................592 SummaryofFitforGeneralizedLinearModels................593 AnalysisofVarianceforLinearModels....................594 AnalysisofDevianceforGeneralizedLinearModels.............595 TypeITests...................................595 TypeIIITests..................................597 ParameterEstimatesforLinearModels....................599 ParameterEstimatesforGeneralizedLinearModels..............601 C.I.forParameters...............................602 Collinearity
    [Show full text]
  • Linear Regression Diagnostics*
    LIBRARY OF THE MASSACHUSETTS INSTITUTE OF TECHNOLOGY WORKING PAPER ALFRED P. SLOAN SCHOOL OF MANAGEMENT LINEAR REGRESSION DIAGNOSTICS* Soy E. Welsch and Edwin Kuh Massachusetts Institute of Technology and NBER Computer Research Center WP 923-77 April 1977 MASSACHUSETTS INSTITUTE OF TECHNOLOGY 50 MEMORIAL DRIVE CAMBRIDGE, MASSACHUSETTS 02139 ^ou to divest? access to expanded sub-regional markets possibility of royalty payments to parent access to local long term capital advantages given to a SAICA (i.e., reduce LINEAR REGRESSION DIAGNOSTICS^ Roy E. Welsch and Edwin Kuh Massachusetts Institute of Technology and NBER Computer Research Center WP 923-77 April 1977 *Me are indebted to the National Science Foundation for supporting this research under Grant SOC76-143II to the NBER Computer Research Center. - , ABSTFACT This paper atxeT.pts to provide the user of linear multiple regression with a batter;/ of iiagncstic tools to determine which, if any, data points have high leverage or irifluerice on the estimation process and how these pcssidly iiscrepar.t iata points -differ from the patterns set by the majority of the data. Tr.e point of viev; taken is that when diagnostics indicate the presence of anomolous data, the choice is open as to whether these data are in fact -unus-ual and helprul, or possioly hannful and thus in need of modifica- tions or deletion. The methodology/ developed depends on differences, derivatives, and decompositions of basic re:gressicn statistics. Th.ere is also a discussion of hov; these tecr-niques can be used with robust and ridge estimators, r^i exarripls is given showing the use of diagnostic methods in the estimation of a cross cou.ntr>' savir.gs rate model.
    [Show full text]
  • Studentized Residuals
    CHECKING ASSUMPTIONS/CONDITIONS AND FIXING PROBLEMS Recall, linear model is: YXiii01 where we assume: E{ε} = 0, Variance of the “errors” = σ2{ε} = σ2, same value at any X Sometimes assume errors are normally distributed (“normal errors” model). ˆ After we fit the model using data, the residuals eYYiii will be useful for checking the assumptions and conditions. But what is a large residual? If discussing GPA, 0.5 could be large but if discussion SAT scores (possible scores of 200 to 800), 0.5 would be tiny. Need to create equivalent of a z-score. Recall estimate of σ is sMSE * e i e i “Semi-studentized” residuals (p. 103) MSE Note these are called standardized residuals in R. Later, will learn another version, which R calls studentized residuals. Assumptions in the Normal Linear Regression Model A1: There is a linear relationship between X and Y. A2: The error terms (and thus the Y’s at each X) have constant variance. A3: The error terms are independent. A4: The error terms (and thus the Y’s at each X) are normally distributed. Note: In practice, we are looking for a fairly symmetric distribution with no major outliers. Other things to check (Questions to ask): Q5: Are there any major outliers in the data (X, or combination of (X,Y))? Q6: Are there other possible predictors that should be included in the model? Applet for illustrating the effect of outliers on the regression line and correlation: http://illuminations.nctm.org/LessonDetail.aspx?ID=L455 Useful Plots for Checking Assumptions and Answering These Questions Reminders: ˆ Residual
    [Show full text]
  • Cal Analysis of Residual Scores and Outlier Detection in Bivariate Least Squares Regression Analysis
    DOCUMENT RESUME ED 395 949 TM 025 016 AUTHOR Serdahl, Eric TITLE An Introduction to Grapl- cal Analysis of Residual Scores and Outlier Detection in Bivariate Least Squares Regression Analysis. PUB DATE Jan 96 NOTE 29p.; Paper presented at the Annual Meeting of the Southwest Educational Research Association (New Orleans, LA, January 1996). PUB TYPE Reports Evaluative/Feasibility (142) Speeches/Conference Papers (150) EDRS PRICE MF01/PCO2 Plus Postage. DESCRIPTORS *Graphs; *Identification; *Least Squares Statistics; *Regression (Statistics) ;Research Methodology IDENTIFIERS *Outliers; *Residual Scores; Statistical Package for the Social Sciences PC ABSTRACT The information that is gained through various analyses of the residual scores yielded by the least squares regression model is explored. In fact, the most widely used methods for detecting data that do not fit this model are based on an analysis of residual scores. First, graphical methods of residual analysis are discussed, followed by a review of several quantitative approaches. Only the more widely used approaches are discussed. Example data sets are analyzed through the use of the Statistical Package for the Social Sciences (personal computer version) to illustrate the various strengths and weaknesses of these approaches and to demonstrate the necessity of using a variety of techniques in combination to detect outliers. The underlying premise for using these techniques is that the researcher needs to make sure that conclusions based on the data are not solely dependent on one or two extreme observations. Once an outlier is detected, the researcher must examine the data point's source of aberration. (Contains 3. figures, 5 tables, and 14 references.) (SLD) * Reproductions supplied by EDRS are the best that can be made from the original document.
    [Show full text]
  • Simple Linear Regression
    Lectures 9: Simple Linear Regression Lectures 9: Simple Linear Regression Junshu Bao University of Pittsburgh 1 / 32 Lectures 9: Simple Linear Regression Table of contents Introduction Data Exploration Simple Linear Regression Utility Test Assess Model Adequacy Inference about Linear Regression Model Diagnostics Models without an Intercept 2 / 32 Lectures 9: Simple Linear Regression Introduction Simple Linear Regression The simple linear regression model is yi = β0 + β1xi + i where th I yi is the i observation of the response variable y th I xi is the i observation of the explanatory variable x 2 I i is an error term and ∼ N(0; σ ) I β0 is the intercept I β1 is the slope of linear relationship between y and x The simple" here means the model has only a single explanatory variable. 3 / 32 Lectures 9: Simple Linear Regression Introduction Least-Squares Method Choose β0 and β1 that minimize the sum of the squares of the vertical deviations. n X 2 Q(β0; β1) = [yi − (β0 + β1xi)] : i=1 Taking partial derivatives of Q(β0; β1) and solve a system of equations yields the least squares estimators: β^0 = y − β^1x Pn ^ i=1(xi − x)(yi − y) Sxy β1 = Pn 2 = : i=1(xi − x) Sxx 4 / 32 Lectures 9: Simple Linear Regression Introduction Predicted Values and Residuals I Predicted (estimated) values of y from a model y^i = β^0 + β^1xi I Residuals ei = yi − y^i I Play an important role in diagnosing a tted model. I Sometimes standardized before use (dierent options from dierent statisticians) 5 / 32 Lectures 9: Simple Linear Regression Introduction Alcohol and Death Rate A study in Osborne (1979): I Independent variable: Average alcohol consumption in liters per person per year I Dependent variable: Death rate per 100,000 people from cirrhosis or alcoholism I Data on 15 countries (No.
    [Show full text]
  • Diagnosing Problems in Linear and Generalized Linear Models 6
    Diagnosing Problems in Linear and Generalized Linear Models 6 egression diagnostics are methods for determining whether a fitted regres- R sion model adequately represents the data. We use the term regression broadly in this chapter to include methods for both linear and generalized lin- ear models, and many of the methods described here are also appropriate for other regression models. Because most of the methods for diagnosing prob- lems in linear models extend naturally to generalized linear models, we deal at greater length with linear-model diagnostics, briefly introducing the exten- sions to GLMs. Linear models fit by least squares make strong and sometimes unrealis- tic assumptions about the structure of the data. When these assumptions are violated, least-squares estimates can behave badly and may even completely misrepresent the data. Regression diagnostics can reveal such problems and often point the way toward solutions. Section 6.1 describes various kinds of residuals in linear models, and Section 6.2 introduces basic scatterplots of residuals, along with related plots that are used to assess the fit of a model to data. The remaining sections are specialized to particular problems, describing methods for diagnosis and at least touching on possible remedies. Section 6.3 introduces methods for detecting unusual data, including outliers, high-leverage points, and influen- tial observations. Section 6.4 returns to the topic of transformations of the response and predictors (discussed previously in Section 3.4) to correct prob- lems such as nonnormally distributed errors and nonlinearity. Section 6.5 deals with nonconstant error variance. Section 6.6 describes the extension of diagnostic methods to GLMs such as logistic and Poisson regression.
    [Show full text]
  • Diagnostics for Logistic Regression an Important Part of Model Testing Is Examining Your Model for Indications That Statistical Assumptions Have Been Violated
    Newsom Psy 525/625 Categorical Data Analysis, Spring 2021 1 Diagnostics for Logistic Regression An important part of model testing is examining your model for indications that statistical assumptions have been violated. This diagnostic process involves a considerable amount of judgement call, because there are not typically any definitive statistical tests that can be used to provide assurance that the model meets assumptions or not. One reason that diagnosis is somewhat of a judgement call is that assumptions, such as normality of errors, applies to the population, which we do not have definitive information about. This means that the sample data may be expected to depart from what is expected by the assumption even if there is no real violation in the population. Assumptions with Logistic Regression I will give a brief list of assumptions for logistic regression, but bear in mind, for statistical tests generally, assumptions are interrelated to one another (e.g., heteroscedasticity and independence of errors) and different authors word them differently or include slightly different lists. I will not discuss several assumptions—independence of errors/observations, correctly specified model (all relevant predictors included), correct functional form, absence of multicollinearity, fixed predictors (measured without error)—in detail here, because they are common to ordinary least squares regression (see Cohen, Cohen, West, & Aiken, 2003, for a good introduction). There are a couple of other special numerical problems that occur with logistic regression that I will also address here. An important assumption of logistic regression is that the errors (residuals) of the model are approximately normally distributed. The observed values on the response variable cannot be normally distributed themselves, because Y is binary.
    [Show full text]
  • SAS/STAT® 13.2 User’S Guide the REG Procedure This Document Is an Individual Chapter from SAS/STAT® 13.2 User’S Guide
    SAS/STAT® 13.2 User’s Guide The REG Procedure This document is an individual chapter from SAS/STAT® 13.2 User’s Guide. The correct bibliographic citation for the complete manual is as follows: SAS Institute Inc. 2014. SAS/STAT® 13.2 User’s Guide. Cary, NC: SAS Institute Inc. Copyright © 2014, SAS Institute Inc., Cary, NC, USA All rights reserved. Produced in the United States of America. For a hard-copy book: No part of this publication may be reproduced, stored in a retrieval system, or transmitted, in any form or by any means, electronic, mechanical, photocopying, or otherwise, without the prior written permission of the publisher, SAS Institute Inc. For a Web download or e-book: Your use of this publication shall be governed by the terms established by the vendor at the time you acquire this publication. The scanning, uploading, and distribution of this book via the Internet or any other means without the permission of the publisher is illegal and punishable by law. Please purchase only authorized electronic editions and do not participate in or encourage electronic piracy of copyrighted materials. Your support of others’ rights is appreciated. U.S. Government License Rights; Restricted Rights: The Software and its documentation is commercial computer software developed at private expense and is provided with RESTRICTED RIGHTS to the United States Government. Use, duplication or disclosure of the Software by the United States Government is subject to the license terms of this Agreement pursuant to, as applicable, FAR 12.212, DFAR 227.7202-1(a), DFAR 227.7202-3(a) and DFAR 227.7202-4 and, to the extent required under U.S.
    [Show full text]
  • Lecture 20: Outliers and Influential Points 1 Modified Residuals
    Lecture 20: Outliers and Influential Points An outlier is a point with a large residual. An influential point is a point that has a large impact on the regression. Surprisingly, these are not the same thing. A point can be an outlier without being influential. A point can be influential without being an outlier. A point can be both or neither. Figure 1 shows four famous datasets due to Frank Anscombe. If you run least squares on each dataset you will get the same output: Coefficients: Estimate Std. Error t value Pr(>|t|) (Intercept) 3.0001 1.1247 2.667 0.02573 * x 0.5001 0.1179 4.241 0.00217 ** Residual standard error: 1.237 on 9 degrees of freedom Multiple R-squared: 0.6665,Adjusted R-squared: 0.6295 F-statistic: 17.99 on 1 and 9 DF, p-value: 0.00217 The top left plot has no problems. The top right plot shows a non-linear pattern. The bottom left plot has an an outlier. The bottom right plot has an influential point. Imagine what would happen if we deleted the rightmost point. If you looked at residual plots, you would see problems in the second and third case. But the resdual plot for the fourth example would look fine. You can't see influence in the usual residual plot. 1 Modified Residuals Let e be the vector of residuals. Recall that e = (I − H), E[e] = 0; Var(e) = σ2(I − H): p Thus the standard error of ei is σb 1 − hii where hii ≡ Hii.
    [Show full text]