Tutorial on Heteroskedasticity Using Heteroskedasticityv3 SPSS Macro

Total Page:16

File Type:pdf, Size:1020Kb

Tutorial on Heteroskedasticity Using Heteroskedasticityv3 SPSS Macro ¦ 2020 Vol. 16 no. 5 TEACHING Quantitative Methods Vignettes Tutorial ON HeteroskEDASTICITY USING HeteroskedasticityV3 SPSS MACRO Ahmad Daryanto A B A Lancaster University AbstrACT In THIS paper, I DEMONSTRATE HOW TO ASSESS THE HETEROSKEDASTICITY prob- ACTING Editor Het- LEMS IN cross-sectional STUDIES THAT USE LINEAR REGRESSION MODELS USING MY S´EBASTIEN B´ELAND EROSKedasticityV3 (Universit´E DE SPSS macro. I PRESENT TWO ILLUSTRATIVE EXAMPLES INSPIRED FROM Montr´eal) REAL research. This PAPER ALSO PROVIDES THE ANNOTATIONS OF THE MACRO outputs. In MY CLASSROOM DEMONSTRations, STUDENTS WERE ASKED TO ANALYSE DATA SETS USED IN Reviewers Three ANONYMOUS THIS PAPER AND DISCUSS THEIR REGRESSION RESULTS WITH AND WITHOUT IMPLEMENTING ro- REVIEWERS BUST STANDARD errors. The MERITS OF CHECKING FOR THE PRESENCE OF HETEROSKEDASTICITY PRIOR TO ADJUSTING ROBUST STANDARD ERRORS WERE ALSO DISCUSSED IN class. KEYWORDS HeteroskEDASTICITY, cross-sectional studies. TOOLS SPSS, R. B [email protected] 10.20982/tqmp.16.5.v008 LOYAL AND non-loYAL CUSTOMERS IN A population. The distri- Concept TO BE PRESENTED BUTIONS OF THE ERROR TERMS WITHIN EACH GROUP ARE ASSUMED HomoskEDASTICITY IS ONE OF THE BASIC ASSUMPTIONS IN OLS TO BE NORMAL WITH MEAN zero. (ordinary LEAST squares) regression, WHICH STATES THAT THE REGRESSION ERROR TERMS SHOULD HAVE THE SAME SPREADS HomoskEDASTICITY IS A SPECIAL CASE OF HETEROSKedastic- ACROSS ANY VALUES OF INDEPENDENT variables. FOR simplic- ITY. In THIS PARTICULAR example, ERROR TERMS µi ARE het- ITY, LET US CONSIDER A SIMPLE LINEAR REGRESSION MODEL OF cus- EROSKEDASTIC IF THE VARIANCE OF THE ERROR TERMS FOR THE LOYAL TOMERS’ SATISFACTION SCORES ON TYPES OF CUSTOMERS DESCRIBED CUSTOMERS IS NOT THE SAME AS THAT OF THE non-loYAL cus- BY THE FOLLOWING equation: tomers, i.e., V ar(µijLoyali = 1) 6= V ar(µijLoyali = 2 2 2 0) = σi , OR SIMPLY put, σloyal 6= σnon−loyal. In GENERal, Satisfactioni = β0 + β1Loyali + µi (1) HETEROSKEDASTICITY EXISTS IF THE VARIANCE OF THE ERROR IS NOT FOR i = 1; :::; N, WHERE N EQUALS THE NUMBER OF CUSTOMERS CONSTANT AT ANY VALUES OF INDEPENDENT variables. In OLS re- IN A RANDOM sample. Loyali IS A DUMMY VARIABLE THAT GRESSION THAT ASSUMES HOMOSKEDASTIC errors, THE VARIANCE EQUALS 1 FOR LOYAL CUSTOMERS AND EQUALS 0 FOR non-loYAL OF THE REGRESSION PARAMETERS CAN BE CALCULATED ACCORDING customers. The ERROR TERM µi IS NORMALLY DISTRIBUTED WITH TO THE FOLLOWING formula: MEAN EQUALS ZERO AND VARIANCE EQUALS V ar(µijLoyali) = 2 T −1 2 V ar(b) = σ (X X) (2) σi . The ERROR TERMS ARE ASSUMED TO BE independent, WHICH MEANS THAT THEY ARE NOT correlated, i.e., Cov(µi; µj) = WHERE b IS A VECTOR OF THE COEffiCIENT estimates. FOR TWO pa- T 0; for i 6= j. 1. FOR THE ABOVE model, THE HOMOSKedastic- RAMETERS AS IN Equation1, b = (b0 b1) WHERE E(b) = β. ITY ASSUMPTION REQUIRES THE VARIANCE OF THE ERROR TERMS TO X IS AN N × K MATRIX OF INDEPENDENT VARIABLES WHERE BE CONSTANT ACROSS LOYAL vs. non-loYAL customers. That is, K IS REGRESSION PARAMETERS INCLUDING A constant, WHICH 2 V ar(µijLoyali = 1) = V ar(µijLoyali = 0) = σ , OR sim- EQUALS 2 (i.e., THE INTERCEPT AND THE slope) IN Equation (1). 2 2 2 PLY put, σloyal = σnon−loyal. This IMPLIES THAT THE VARIANCE The SYMBOL σ DENOTES THE VARIANCE OF THE ERROR terms, 2 OF THE DISTRIBUTION OF SATISFACTION SCORES IS THE SAME FOR i.e., V ar(µ) = σ . However, WHEN ERROR TERMS ARE het- 1Hereafter, I USE THE TERM RESIDUALS INSTEAD OF ERRORS IF THE PARAMETERS OF THE ABOVE MODEL ARE ESTIMATED USING A RANDOM SAMPLE T Q M P HE UANTITATIVE ETHODS FOR SYCHOLOGY v8 2 ¦ 2020 Vol. 16 no. 5 Figure 1 Scatter PLOT OF CUSTOMER TYPE AND SATISFACTION scores. (a) (b) EROSKedastic, THE ABOVE FORMULA TO COMPUTE THE STANDARD WHERE ai = xi − x¯ (i.e., SUBTRACTING THE MEAN OF xi’S PN 2 ERRORS OF THE REGRESSION COEffiCIENTS ARE NOT CORRECT ANy- FROM xi), AND Sxx = i=1 ai IS THE SUM OF SQUARES OF THE 2 MORE AS σ VALUES ARE NOT CONSTANT ACROSS VALUES OF X. The ai’s. These RESULTS ARE COVERED IN THE TEXTBOOKS MENTIONED GENERAL FORM OF THE VARIANCE OF THE REGRESSION COEffiCIENTS ABOVE AND PRESENTED HERE TO MAKE READERS AWARE OF THE CAN BE SEEN BELOW (see e.g., Stock & Watson, 2015; David- SUBTLE DIFFERENCES IN THE FORMULA FOR COMPUTING STANDARD SON & MacKinnon, 2004; Fox, 2015): ERRORS FOR b1 WHEN HETEROSKEDASTICITY EXISTS (Equation (4)) AND WHEN IT DOES NOT (Equation (5)). I PRESENT THE DETAILS OF V ar(b) = (XT X)−1XT ΩX(XT X)−1 (3) THESE DERIVATIONS IN THE appendix. The HOMOSKEDASTIC vs. HETEROSKEDASTIC REGRESSION sit- WHERE Ω IS THE COVARIANCE MATRIX OF THE ERROR terms. If 2 UATIONS ARE TYPICALLY EXPLAINED USING A GRAPHICAL method. ERROR TERMS ARE HOMOSKEDASTIC (Ω = σ I, WHERE I IS THE Figure1 PROVIDES AN ILLUSTRation. In Panel A OF Figure1, THE N × N IDENTITY matrix), Equation (3) SIMPLIfiES TO Equa- HETEROSKedasticityV3 VARIANCE OF SATISFACTION SCORES OF LOYAL CUSTOMERS IS ROUGHLY TION (2). My MACRO PRESENTED IN THIS EQUAL TO THAT OF THE LOYAL customers. This IS INDICATED BY THE PAPER IMPLEMENTS THIS GENERAL FORMULA AS A BASIS IN calcu- non-signifiCANT DIFFERENCE IN THE STANDARD DEVIATIONS OF THE LATING VARIOUS OPTIONS TO ADJUST STANDARD errors, WHICH WILL SATISFACTION SCORES BETWEEN THE TWO GROUPS OF customers. BE EXPLAINED later. In LITERature, Equation (3) IS ALSO re- As SHOWN IN THE figure, THE VERTICAL SPREADS OF SATISFACTION FERRED AS THE HETEROSKedasticity-consistent COVARIANCE ma- ACROSS THE TWO GROUPS ARE RELATIVELY equal. Equal SPREADS TRIX (HCCM) 2 AND IS ALSO KNOWN AS THE SANDWICH covari- IN THE SATISFACTION SCORES IMPLIES THAT THE REGRESSION residu- ANCE MATRIX (Davidson & MacKinnon, 2004).3. ALS WILL ALSO HAVE THE SAME spreads. Thus, Panel A EXHIBITS FOR A SIMPLE LINEAR REGRESSION model, AS WE ARE inter- 4 HOMOSKEDASTIC ERRORS situations. ESTED IN THE VARIANCE OF THE COEffiCIENT ESTIMATE OF b1, THE In Panel B OF Figure1, THE VARIANCE OF SATISFACTION VARIANCE IS GIVEN BY THE FOLLOWING formula: SCORES ACROSS THE TWO GROUPS OF CUSTOMERS ARE unequal. PN 2 2 As CAN BE SEEN IN THE figure, THE VERTICAL SPREADS OF i=1 ai σi V ar(b1) = (4) THE SATISFACTION SCORES ACROSS THE TWO GROUPS ARE un- PN s2 i=1 i EQUAL—SATISFACTION SCORES ARE MORE SPREAD OUT FOR LOYAL 2 CUSTOMERS THAN THOSE FOR non-loYAL customers. Unequal FOR HOMOSKEDASTIC ERRORS WHERE σi IS THE SAME FOR ALL SPREADS IN THE SATISFACTION SCORES IMPLIES THAT THE regres- i, THE VARIANCE OF b1 IS GIVEN BY SION RESIDUALS WILL ALSO HAVE UNEQUAL SPREADS (Stock & Wat- σ2 son, 2015). Thus, Panel B EXHIBITS HETEROSKEDASTIC ERROR sit- V ar(b ) = 1 2 (5) uations. In BOTH panels, SIMPLE REGRESSION LINES AND COEffi- Sxx 2The WORD ’CORRECTED’ IS ALSO POPULAR INSTEAD OF ’CONSISTENT’. T T −1 3Due TO THE FACT THAT X ΩX IS PLACED BETWEEN TWO SLICES OF (X X) . 4Instead OF PLOTTING THE ACTUAL values, BOXPLOTS ARE RECOMMENDED TO USE AS IT CONTAINS MORE INFORMATION ABOUT DATA e.g., SKewness, outliers, median, MIN AND MAX values. T Q M P HE UANTITATIVE ETHODS FOR SYCHOLOGY v9 2 ¦ 2020 Vol. 16 no. 5 CIENT ESTIMATES WERE ALSO plotted. Readers CAN EASILY VERIFY DEVELOPED BY MacKinnon AND White (1985). HC1 IMPROVES N THE RELATIONSHIP BETWEEN THE COEffiCIENT ESTIMATES AND THE HC0 BY ADJUSTING FOR THE DEGREES OF freedom, i.e., N−K . MEAN SATISFACTION SCORES OF LOYAL vs. non-loYAL customers. HC2 MODIfiED HC1 BY ADJUSTING FOR THE LEVERAGE VALUE OF 0 When HETEROSKEDASTICITY PROBLEM exists, THE STANDARD OBSERVATIONS (hi). These his LIE IN THE MAIN DIAGONAL OF THE T −1 T ERRORS OF THE OLS REGRESSION COEffiCIENTS WILL BE biased. PROJECTION MATRIX P = X(X X) X . HC3 AND HC4 WAS However, THE REGRESSION COEffiCIENTS WILL STILL BE UNBIASED DEVELOPED BY Davidson AND MacKinnon (1993) AND Cribari- (i.e., OVER REPEATED samples, ON AVERAGE THE ESTIMATES WILL Neto (2004), RESPECTIVELY. HC3 MODIfiED HC2 SLIGHTLY AND BE EQUAL TO POPULATION PARameters) AND OLS IS STILL consis- HC4 MODIfiED HC3 BY ADJUSTING RESIDUALS WITH A LEVERAGE TENT (i.e., WILL GET CLOSER TO POPULATION PARAMETERS AS sam- factor. I PRESENT THE MODIfiCATIONS OF THE MATRIX Ω TO esti- T PLE GETS larger) (Stock & Watson, 2015). If REGRESSION er- MATE X ΩX TO CALCULATE EACH OF THESE OPTIONS below: RORS ARE HETEROSKEDASTIC BUT STANDARD OLS IS applied, THE 2 ΩHC0 = diag(ei ) (6) T AND F TEST USED TO TEST HYPOTHESES AND CONfiDENCE inter- VALS ASSOCIATED WITH REGRESSION COEffiCIENTS ARE WRONG be- N 2 ΩHC1 = diag(ei ) (7) CAUSE THE STANDARD ERRORS ARE wrong. Subsequently, OLS N − K 2 RESULTS COULD LEAD TO AN ERRONEOUS CONCLUSION IN REGARD TO ei ΩHC2 = diag (8) HYPOTHESIS testing. FOR example, non-signifiCANT relation- 1 − hi SHIP IN A POPULATION CAN BE SIGNIfiCANT IN A SAMPLE WITH het- 2 2 ei EROSKEDASTIC errors. A SIMPLE REMEDY THAT HAS BEEN recom- Ω = diag HC3 1 − h (9) MENDED IN THE LITERATURE IS TO ADJUST THE STANDARD ERRORS us- i 2 ING THE HETEROSKedasticity-adjusted OR ROBUST STANDARD er- ei n Nhi o 5 ΩHC4 = diag δ ; δi = min 4; (10) RORS (Stock & Watson, 2015). (1 − hi) i K Het- This TUTORIAL AIMS TO DEMONSTRATE THE USE OF MY EROSKedasticityV3 Based ON SIMULATION STUDY OF Long AND Ervin (2000), SPSS MACRO TO ASSESS THE IMPACT OF THE THEY FOUND THAT HC3 PERFORMS WELL IN A SMALL SAMPLE (N ≤ HETEROSKEDASTICITY PROBLEMS ON HYPOTHESIS testing. The 250) - THE STATISTICAL POWER ASSOCIATED WITH TESTING A Hy- MACRO ALLOW USERS TO EYEBALL THE OLS RESULTS WITH OR with- POTHESIS IS HIGHER THAN THAT OF OTHER adjustments.
Recommended publications
  • Understanding Linear and Logistic Regression Analyses
    EDUCATION • ÉDUCATION METHODOLOGY Understanding linear and logistic regression analyses Andrew Worster, MD, MSc;*† Jerome Fan, MD;* Afisi Ismaila, MSc† SEE RELATED ARTICLE PAGE 105 egression analysis, also termed regression modeling, come). For example, a researcher could evaluate the poten- Ris an increasingly common statistical method used to tial for injury severity score (ISS) to predict ED length-of- describe and quantify the relation between a clinical out- stay by first producing a scatter plot of ISS graphed against come of interest and one or more other variables. In this ED length-of-stay to determine whether an apparent linear issue of CJEM, Cummings and Mayes used linear and lo- relation exists, and then by deriving the best fit straight line gistic regression to determine whether the type of trauma for the data set using linear regression carried out by statis- team leader (TTL) impacts emergency department (ED) tical software. The mathematical formula for this relation length-of-stay or survival.1 The purpose of this educa- would be: ED length-of-stay = k(ISS) + c. In this equation, tional primer is to provide an easily understood overview k (the slope of the line) indicates the factor by which of these methods of statistical analysis. We hope that this length-of-stay changes as ISS changes and c (the “con- primer will not only help readers interpret the Cummings stant”) is the value of length-of-stay when ISS equals zero and Mayes study, but also other research that uses similar and crosses the vertical axis.2 In this hypothetical scenario, methodology.
    [Show full text]
  • Application of General Linear Models (GLM) to Assess Nodule Abundance Based on a Photographic Survey (Case Study from IOM Area, Pacific Ocean)
    minerals Article Application of General Linear Models (GLM) to Assess Nodule Abundance Based on a Photographic Survey (Case Study from IOM Area, Pacific Ocean) Monika Wasilewska-Błaszczyk * and Jacek Mucha Department of Geology of Mineral Deposits and Mining Geology, Faculty of Geology, Geophysics and Environmental Protection, AGH University of Science and Technology, 30-059 Cracow, Poland; [email protected] * Correspondence: [email protected] Abstract: The success of the future exploitation of the Pacific polymetallic nodule deposits depends on an accurate estimation of their resources, especially in small batches, scheduled for extraction in the short term. The estimation based only on the results of direct seafloor sampling using box corers is burdened with a large error due to the long sampling interval and high variability of the nodule abundance. Therefore, estimations should take into account the results of bottom photograph analyses performed systematically and in large numbers along the course of a research vessel. For photographs taken at the direct sampling sites, the relationship linking the nodule abundance with the independent variables (the percentage of seafloor nodule coverage, the genetic types of nodules in the context of their fraction distribution, and the degree of sediment coverage of nodules) was determined using the general linear model (GLM). Compared to the estimates obtained with a simple Citation: Wasilewska-Błaszczyk, M.; linear model linking this parameter only with the seafloor nodule coverage, a significant decrease Mucha, J. Application of General in the standard prediction error, from 4.2 to 2.5 kg/m2, was found. The use of the GLM for the Linear Models (GLM) to Assess assessment of nodule abundance in individual sites covered by bottom photographs, outside of Nodule Abundance Based on a direct sampling sites, should contribute to a significant increase in the accuracy of the estimation of Photographic Survey (Case Study nodule resources.
    [Show full text]
  • The Simple Linear Regression Model
    The Simple Linear Regression Model Suppose we have a data set consisting of n bivariate observations {(x1, y1),..., (xn, yn)}. Response variable y and predictor variable x satisfy the simple linear model if they obey the model yi = β0 + β1xi + ǫi, i = 1,...,n, (1) where the intercept and slope coefficients β0 and β1 are unknown constants and the random errors {ǫi} satisfy the following conditions: 1. The errors ǫ1, . , ǫn all have mean 0, i.e., µǫi = 0 for all i. 2 2 2 2. The errors ǫ1, . , ǫn all have the same variance σ , i.e., σǫi = σ for all i. 3. The errors ǫ1, . , ǫn are independent random variables. 4. The errors ǫ1, . , ǫn are normally distributed. Note that the author provides these assumptions on page 564 BUT ORDERS THEM DIFFERENTLY. Fitting the Simple Linear Model: Estimating β0 and β1 Suppose we believe our data obey the simple linear model. The next step is to fit the model by estimating the unknown intercept and slope coefficients β0 and β1. There are various ways of estimating these from the data but we will use the Least Squares Criterion invented by Gauss. The least squares estimates of β0 and β1, which we will denote by βˆ0 and βˆ1 respectively, are the values of β0 and β1 which minimize the sum of errors squared S(β0, β1): n 2 S(β0, β1) = X ei i=1 n 2 = X[yi − yˆi] i=1 n 2 = X[yi − (β0 + β1xi)] i=1 where the ith modeling error ei is simply the difference between the ith value of the response variable yi and the fitted/predicted valuey ˆi.
    [Show full text]
  • Chapter 2 Simple Linear Regression Analysis the Simple
    Chapter 2 Simple Linear Regression Analysis The simple linear regression model We consider the modelling between the dependent and one independent variable. When there is only one independent variable in the linear regression model, the model is generally termed as a simple linear regression model. When there are more than one independent variables in the model, then the linear model is termed as the multiple linear regression model. The linear model Consider a simple linear regression model yX01 where y is termed as the dependent or study variable and X is termed as the independent or explanatory variable. The terms 0 and 1 are the parameters of the model. The parameter 0 is termed as an intercept term, and the parameter 1 is termed as the slope parameter. These parameters are usually called as regression coefficients. The unobservable error component accounts for the failure of data to lie on the straight line and represents the difference between the true and observed realization of y . There can be several reasons for such difference, e.g., the effect of all deleted variables in the model, variables may be qualitative, inherent randomness in the observations etc. We assume that is observed as independent and identically distributed random variable with mean zero and constant variance 2 . Later, we will additionally assume that is normally distributed. The independent variables are viewed as controlled by the experimenter, so it is considered as non-stochastic whereas y is viewed as a random variable with Ey()01 X and Var() y 2 . Sometimes X can also be a random variable.
    [Show full text]
  • The Conspiracy of Random Predictors and Model Violations Against Classical Inference in Regression 1 Introduction
    The Conspiracy of Random Predictors and Model Violations against Classical Inference in Regression A. Buja, R. Berk, L. Brown, E. George, E. Pitkin, M. Traskin, K. Zhang, L. Zhao March 10, 2014 Dedicated to Halbert White (y2012) Abstract We review the early insights of Halbert White who over thirty years ago inaugurated a form of statistical inference for regression models that is asymptotically correct even under \model misspecification.” This form of inference, which is pervasive in econometrics, relies on the \sandwich estimator" of standard error. Whereas the classical theory of linear models in statistics assumes models to be correct and predictors to be fixed, White permits models to be \misspecified” and predictors to be random. Careful reading of his theory shows that it is a synergistic effect | a \conspiracy" | of nonlinearity and randomness of the predictors that has the deepest consequences for statistical inference. It will be seen that the synonym \heteroskedasticity-consistent estimator" for the sandwich estimator is misleading because nonlinearity is a more consequential form of model deviation than heteroskedasticity, and both forms are handled asymptotically correctly by the sandwich estimator. The same analysis shows that a valid alternative to the sandwich estimator is given by the \pairs bootstrap" for which we establish a direct connection to the sandwich estimator. We continue with an asymptotic comparison of the sandwich estimator and the standard error estimator from classical linear models theory. The comparison shows that when standard errors from linear models theory deviate from their sandwich analogs, they are usually too liberal, but occasionally they can be too conservative as well.
    [Show full text]
  • Lecture 14 Multiple Linear Regression and Logistic Regression
    Lecture 14 Multiple Linear Regression and Logistic Regression Fall 2013 Prof. Yao Xie, [email protected] H. Milton Stewart School of Industrial Systems & Engineering Georgia Tech H1 Outline • Multiple regression • Logistic regression H2 Simple linear regression Based on the scatter diagram, it is probably reasonable to assume that the mean of the random variable Y is related to X by the following simple linear regression model: Response Regressor or Predictor Yi = β0 + β1X i + εi i =1,2,!,n 2 ε i 0, εi ∼ Ν( σ ) Intercept Slope Random error where the slope and intercept of the line are called regression coefficients. • The case of simple linear regression considers a single regressor or predictor x and a dependent or response variable Y. H3 Multiple linear regression • Simple linear regression: one predictor variable x • Multiple linear regression: multiple predictor variables x1, x2, …, xk • Example: • simple linear regression property tax = a*house price + b • multiple linear regression property tax = a1*house price + a2*house size + b • Question: how to fit multiple linear regression model? H4 JWCL232_c12_449-512.qxd 1/15/10 10:06 PM Page 450 450 CHAPTER 12 MULTIPLE LINEAR REGRESSION 12-2 HYPOTHESIS TESTS IN MULTIPLE 12-4 PREDICTION OF NEW LINEAR REGRESSION OBSERVATIONS 12-2.1 Test for Significance of 12-5 MODEL ADEQUACY CHECKING Regression 12-5.1 Residual Analysis 12-2.2 Tests on Individual Regression 12-5.2 Influential Observations Coefficients and Subsets of Coefficients 12-6 ASPECTS OF MULTIPLE REGRESSION MODELING 12-3 CONFIDENCE
    [Show full text]
  • Design and Analysis of Ecological Data Landscape of Statistical Methods: Part 1
    Design and Analysis of Ecological Data Landscape of Statistical Methods: Part 1 1. The landscape of statistical methods. 2 2. General linear models.. 4 3. Nonlinearity. 11 4. Nonlinearity and nonnormal errors (generalized linear models). 16 5. Heterogeneous errors. 18 *Much of the material in this section is taken from Bolker (2008) and Zur et al. (2009) Landscape of statistical methods: part 1 2 1. The landscape of statistical methods The field of ecological modeling has grown amazingly complex over the years. There are now methods for tackling just about any problem. One of the greatest challenges in learning statistics is figuring out how the various methods relate to each other and determining which method is most appropriate for any particular problem. Unfortunately, the plethora of statistical methods defy simple classification. Instead of trying to fit methods into clearly defined boxes, it is easier and more meaningful to think about the factors that help distinguish among methods. In this final section, we will briefly review these factors with the aim of portraying the “landscape” of statistical methods in ecological modeling. Importantly, this treatment is not meant to be an exhaustive survey of statistical methods, as there are many other methods that we will not consider here because they are not commonly employed in ecology. In the end, the choice of a particular method and its interpretation will depend heavily on whether the purpose of the analysis is descriptive or inferential, the number and types of variables (i.e., dependent, independent, or interdependent) and the type of data (e.g., continuous, count, proportion, binary, time at death, time series, circular).
    [Show full text]
  • Chapter 11 Autocorrelation
    Chapter 11 Autocorrelation One of the basic assumptions in the linear regression model is that the random error components or disturbances are identically and independently distributed. So in the model y Xu , it is assumed that 2 u ifs 0 Eu(,tts u ) 0 if0s i.e., the correlation between the successive disturbances is zero. 2 In this assumption, when Eu(,tts u ) u , s 0 is violated, i.e., the variance of disturbance term does not remain constant, then the problem of heteroskedasticity arises. When Eu(,tts u ) 0, s 0 is violated, i.e., the variance of disturbance term remains constant though the successive disturbance terms are correlated, then such problem is termed as the problem of autocorrelation. When autocorrelation is present, some or all off-diagonal elements in E(')uu are nonzero. Sometimes the study and explanatory variables have a natural sequence order over time, i.e., the data is collected with respect to time. Such data is termed as time-series data. The disturbance terms in time series data are serially correlated. The autocovariance at lag s is defined as sttsEu( , u ); s 0, 1, 2,... At zero lag, we have constant variance, i.e., 22 0 Eu()t . The autocorrelation coefficient at lag s is defined as Euu()tts s s ;s 0,1,2,... Var() utts Var ( u ) 0 Assume s and s are symmetrical in s , i.e., these coefficients are constant over time and depend only on the length of lag s . The autocorrelation between the successive terms (and)uu21, (and),....uu32 (and)uunn1 gives the autocorrelation of order one, i.e., 1 .
    [Show full text]
  • Simple Statistics, Linear and Generalized Linear Models
    Simple Statistics, Linear and Generalized Linear Models Rajaonarifara Elinambinina PhD Student: Sorbonne Universt´e January 8, 2020 Rajaonarifara Elinambinina ( PhD Student: SorbonneSimple Statistics, Universt´e) Linear and Generalized Linear Models January 8, 2020 1 / 20 Outline 1 Basic statistics 2 Data Analysis 3 Linear model: linear regression 4 Generalized linear models Rajaonarifara Elinambinina ( PhD Student: SorbonneSimple Statistics, Universt´e) Linear and Generalized Linear Models January 8, 2020 2 / 20 Basic statistics A statistical variable is either quantitative or qualitative quantitative variable: numerical variable: discrete or continuous I Discrete distribution: countable I Continuous: not countable qualitative variable: not numerical variable: nominal or ordinal( cathegories) I ordinal: can be ranked I nominal: cannot be ranked Rajaonarifara Elinambinina ( PhD Student: SorbonneSimple Statistics, Universt´e) Linear and Generalized Linear Models January 8, 2020 3 / 20 Example of discrete distribution I Binomial distribution F binary data:there are only two issues (0 or 1) F repeat the experiment several times I Poisson distribution F Count of something in a limited time or space: positive F The probability of realising the event is small F The variance is equal to the mean I Binomial Negative F Number of experiment needed to get specific number of success Rajaonarifara Elinambinina ( PhD Student: SorbonneSimple Statistics, Universt´e) Linear and Generalized Linear Models January 8, 2020 4 / 20 Example of continuous distribution
    [Show full text]
  • Binary Response and Logistic Regression Analysis
    Chapter 3 Binary Response and Logistic Regression Analysis February 7, 2001 Part of the Iowa State University NSF/ILI project Beyond Traditional Statistical Methods Copyright 2000 D. Cook, P. Dixon, W. M. Duckworth, M. S. Kaiser, K. Koehler, W. Q. Meeker and W. R. Stephenson. Developed as part of NSF/ILI grant DUE9751644. Objectives This chapter explains • the motivation for the use of logistic regression for the analysis of binary response data. • simple linear regression and why it is inappropriate for binary response data. • a curvilinear response model and the logit transformation. • the use of maximum likelihood methods to perform logistic regression. • how to assess the fit of a logistic regression model. • how to determine the significance of explanatory variables. Overview Modeling the relationship between explanatory and response variables is a fundamental activity encoun- tered in statistics. Simple linear regression is often used to investigate the relationship between a single explanatory (predictor) variable and a single response variable. When there are several explanatory variables, multiple regression is used. However, often the response is not a numerical value. Instead, the response is simply a designation of one of two possible outcomes (a binary response) e.g. alive or dead, success or failure. Although responses may be accumulated to provide the number of successes and the number of failures, the binary nature of the response still remains. Data involving the relationship between explanatory variables and binary responses abound in just about every discipline from engineering to, the natural sciences, to medicine, to education, etc. How does one model the relationship between explanatory variables and a binary response variable? This chapter looks at binary response data and its analysis via logistic regression.
    [Show full text]
  • Skedastic: Heteroskedasticity Diagnostics for Linear Regression
    Package ‘skedastic’ June 14, 2021 Type Package Title Heteroskedasticity Diagnostics for Linear Regression Models Version 1.0.3 Description Implements numerous methods for detecting heteroskedasticity (sometimes called heteroscedasticity) in the classical linear regression model. These include a test based on Anscombe (1961) <https://projecteuclid.org/euclid.bsmsp/1200512155>, Ramsey's (1969) BAMSET Test <doi:10.1111/j.2517-6161.1969.tb00796.x>, the tests of Bickel (1978) <doi:10.1214/aos/1176344124>, Breusch and Pagan (1979) <doi:10.2307/1911963> with and without the modification proposed by Koenker (1981) <doi:10.1016/0304-4076(81)90062-2>, Carapeto and Holt (2003) <doi:10.1080/0266476022000018475>, Cook and Weisberg (1983) <doi:10.1093/biomet/70.1.1> (including their graphical methods), Diblasi and Bowman (1997) <doi:10.1016/S0167-7152(96)00115-0>, Dufour, Khalaf, Bernard, and Genest (2004) <doi:10.1016/j.jeconom.2003.10.024>, Evans and King (1985) <doi:10.1016/0304-4076(85)90085-5> and Evans and King (1988) <doi:10.1016/0304-4076(88)90006-1>, Glejser (1969) <doi:10.1080/01621459.1969.10500976> as formulated by Mittelhammer, Judge and Miller (2000, ISBN: 0-521-62394-4), Godfrey and Orme (1999) <doi:10.1080/07474939908800438>, Goldfeld and Quandt (1965) <doi:10.1080/01621459.1965.10480811>, Harrison and McCabe (1979) <doi:10.1080/01621459.1979.10482544>, Harvey (1976) <doi:10.2307/1913974>, Honda (1989) <doi:10.1111/j.2517-6161.1989.tb01749.x>, Horn (1981) <doi:10.1080/03610928108828074>, Li and Yao (2019) <doi:10.1016/j.ecosta.2018.01.001>
    [Show full text]
  • Statistical Analysis of Corpus Data with R a Short Introduction to Regression and Linear Models
    Statistical Analysis of Corpus Data with R A short introduction to regression and linear models Designed by Marco Baroni1 and Stefan Evert2 1Center for Mind/Brain Sciences (CIMeC) University of Trento 2Institute of Cognitive Science (IKW) University of Onsabr¨uck Baroni & Evert (Trento/Osnabr¨uck) SIGIL: Linear Models 1 / 15 Outline Outline 1 Regression Simple linear regression General linear regression 2 Linear statistical models A statistical model of linear regression Statistical inference 3 Generalised linear models Baroni & Evert (Trento/Osnabr¨uck) SIGIL: Linear Models 2 / 15 Least-squares regression minimizes prediction error n X 2 Q = yi − (β0 + β1xi ) i=1 for data points (x1; y1);:::; (xn; yn) Regression Simple linear regression Linear regression Can random variable Y be predicted from r. v. X ? + focus on linear relationship between variables Linear predictor: Y ≈ β0 + β1 · X I β0 = intercept of regression line I β1 = slope of regression line Baroni & Evert (Trento/Osnabr¨uck) SIGIL: Linear Models 3 / 15 Regression Simple linear regression Linear regression Can random variable Y be predicted from r. v. X ? + focus on linear relationship between variables Linear predictor: Y ≈ β0 + β1 · X I β0 = intercept of regression line I β1 = slope of regression line Least-squares regression minimizes prediction error n X 2 Q = yi − (β0 + β1xi ) i=1 for data points (x1; y1);:::; (xn; yn) Baroni & Evert (Trento/Osnabr¨uck) SIGIL: Linear Models 3 / 15 Mathematical derivation of regression coefficients I minimum of Q(β0; β1) satisfies @Q=@β0 =
    [Show full text]