A Comparative Evaluation of Selected Statistical Software for Computing Various Categorical Analyses

Total Page:16

File Type:pdf, Size:1020Kb

A Comparative Evaluation of Selected Statistical Software for Computing Various Categorical Analyses A Comparative Evaluation of Selected Statistical Software for Computing Various Categorical Analyses Nancy McDermott and Cynthia White Social Science Computing Cooperative University of Wisconsin - Madison Introduction Unlike other statistical packages. by default PROC LOGISTIC models the probability that the event equals zero. To change This paper is a comparative evaluation of statistical software for this to model the probability that the event equals one as in other computing various categorical analyses including logistic packages. specify the DESCENDING option on the PROC regression, multinomial logits, and loglinear analysis. The LOGISTIC statement. If you do not add the DESCENDING following statistical packages were included in the evaluation: option, your parameter estimates may be opposite in sign of The SAS System" (version 6.09). STATA (version 3.1). SPSS what you may' get from other statistical packages. (version 4.0). GLiM (version 3.n). and LlMDEP (version 6.0). The RISKLIMITS option on the MODEL statement requests Large data sets were 'selected for analYSis. The code for the confidence intervals for the conditional odds ratio. 95% analyses is presented for each of the software packages. confidence intervals are computed by default. The LACKFIT Important and unique features of the analyses are noted. option on the MODEL statement requests the Hosmer­ Following the output. perfonnance comparisons on a Spare Lemeshow Goodness~of~Fit Test. Only one other statistical 10/512 MP running UNIX with 128Mb memory are provided. package (STATA) provided outpu1 for these two statistics. The UNIX time command was used to compare the performances of the statistical packages. The paper also makes Logistic Regression in STATA some recommendations on the appropriate package to use in certain situations. The following STATA code requests the logistic regression: Logistic Regression logistic wantyes age numliv educ permort religd2 religd3 cityd2 cityd3 lfit, group(10) The data set used for the logistic regression is from the 1980 logit World Fertility Survey in the Cote d'ivoire. The data -represent responses to interviews of a stratified random sample of women The LFlT command requests the Hosmer-Lemeshow test for ages 15~50 in the Cote d'ivoire. A total of 5764 women were Goodness-of-Fit. Unlike the SAS System, STATA allows you to interviewed. However, for this analysis, only 4165 married. specify the number of groups to construct for the Hosmer~ self-reporting fecund women were included in the analysis. Lemeshow Goodness-of-Fir test. The SAS System uses approximately 10 groups when constructing the test. 8TAlA The dependent variable, WANTYES, was a woman's response reported a Hosmer-LemeShow Goodness~of~Fit test of 8.42 for when asked whether or not she wanted more children. The this example while the SAS System reported 9.865. The reason independent variables were AGE. number'of children ever born for the difference is unknown because both packages (NUMLlV). percent of children who died (PERMORT). constructed the same number of groups after ordering on the EDUCATION. RELIGION, and urbanization (CITY). RELIGION predicted probabilities. You get the underlying coefficients for and CITY were categorical variables with three levels each. 1110 odds ratios by typing LOGIT without arguments after the LOGISTIC command. Logistic Regression in the SAS System Logistic Regression in SPSS The SAS System has several procedures which can cany out logistic regression including LOGISTIC. GENMOD. CATMOD. SPSS has several commands which can carry out logistic and NUN. The LOGISTIC procedure was used for this regression including LOGISTIC REGRESSION. LOGLINEAR. discussion. HILOGLIN. and NLR. The LOGISTIC REGRESSION command was used for this discussion. Note that it is not necessary to The following SAS code requests the logistic regression with create the dummy variables for the two categorical variables WANTYES as the dependent variable. Among the regressors (RELIGION and CITY) because SPSS's LOGISTIC are RELlGD2. RELlGD3. CITYD2. and CITYD3 which are REGRESSION procedure generates them automatically. Only dummy variables created from the RELIGION and CITY one other package (GUM) offered this feature. The following categorical variables. Note that RELlGD1 and CITYD1 were not SPSS code requests the logistic regression: included in the model so that it would not be overdetermined. logistic regression wantyes with age numliv educ proc logistic descending; - permort religion city model wantyes=age numliv educ permort religd2 /external religd3 cityd2 cityd3 /categorical=religion city /contrast (religion) =simple (1) / ris~limits lackfit ctable; /contrast(city}=simple(l) 938 The !EXTERNAL subcommand was used to conserve memory. Performance Comparisons for Logistic Regression The ICATEGORICAL subcommand was included to declare the Categorical variables. The two ICONTRAST subcommends were Each program for each package was run 10 times. The average used to set 1he reference category to one ~ as to make the time in seconds spent in execution of the program (not real time) coefficien1s comparable to the output from the other statistical is shown in the table below. Times could not be reported for packages. There are four other types of contrasts available in SPSS because the time command did not accurately report SPSS: deviations from the overall effect. difference or reverse these for SPSS. Heimerl contras1s, Heimerl contras1s, and polynomial contras1s. Only a basic logistic regression was specified for each package. The LOGISTIC REGRESSION command computes a Goodness­ In order to make a fair comparison, the Hosmer-Lemeshow of-Fit test by default. However, this statistic is not appropriate Goodness-of-Fit test was not specified because this test can be for data like these because there are very few observations at computationally intensive and thus inflate the times for the two each observed level of the covariate. Hence, the Goodness-of­ packages that can compute the test. Fit statistic does not have an approximate chi-squared distribution. A test similar to the Hosmer-Lemeshow Goodness-<>f-Fit tests computed by the SAS System and STATA Package Time in Seconds would be much more appropriate for the data in this example. SPSS does not compute this test, however. SAS 1.50 (1) Logietic Regression in GUM STATA 3.11 (2) GUM fi1s generafized linear models, as defined by Neider and GUM 6.09 (3) Wedderburn (1972), which include logistic regression. You need UMDEP 31.22 (4) to specify a binomial distribution function with a 10gH link function. The following commands fit the logistic model: The number in parentheses represents the package's relativt:' $faeter relig 3 city 3 $ rank for performance. $yvar wantyes$ Scale n=l$ Recommendations for Logistic Regression $error -binomial n$ Slink g$ $fit age+numliv+ educ+ permort+ relig+ city$ All of the statistical packages considered provided a simple $display e$ procedure for computing a logistic regression. Unless you need a particular option or CPU time is a factor, it may be more The FACTOR command defines which variables are categorical. convenient just to use the package with which you are most Only one other package (SPSS) can generate the dummy familiar. SAS's LOGISTIC procedure provided the most options. variables automatically. The YVAR command specifies the especially in the areas of criteria for assessing the fit of the dependent variable. You must set n equal to 1 with the CALC model and rank correlation between the observed response and command because there is only one measurement on each the predicted probabilities. If you only wanted a Goodness-of-Fit person. The ERROR specification is binomial with the total test for assessing fit, either the SAS System or STATA would be number of observations on each person equal to 1. The LINK G a good choice. Both packages compute the Hosmer-Lemeshow command specifies that a logit link function will be used for the test. Also, the SAS System and STAT A were the only packages fit The FIT command fi1s the model specified. that computed odds ratios with confidence intervals. SPSS computed the odds ratio but without confidence intervals. Finally, the DISPLAY directive instructs GUM to display the resul1s of the model fit. In this case, DISPLAY E instruc1s GUM SPSS provided most of the options that the SAS System and to display the parameter estimates and their standaro errors, STATA did. One nice feature offered by SPSS that only one including extrinsically aliased parameters. GLIM does not other package (GUM) offered was the automatic construction of provide a test similar to the Hosmer-Lemeshow Goodness-of-Fit dummy variables for categorical independent variables. In tests computed by the SAS System and STATA. addition, it provides five different types of contrasts for the categorical variables used for interpreting the coefficients in Logistic Regression in UMDEP different ways. The easiest way to carry out a simple logistic regression in The SAS System and STATA ranked highest in execution time. UMDEP is with the LOGIT command. The LOGIT command STATA's good performance was not unexpected because carries out both binomial and multinomial logit models. STATA puts all the data in memory instead of using swap space. Although this method of execution can put a huge drain on a legit; lhs=wantyesi machine's memory when a large job is executing, it usually rhs=one;age,numliv, educ,permort. religd2.religd3, means the package will execute jobs very quickly. What was cityd2, cityd3 $ unexpected was that the SAS System actually performed better LIMDEP does not provide a test similar to the Hosmer­ than STATA for the larger analysis. The SAS System does Lemeshow Goodness-<>f-Fit tests computed by the SAS System make use of swap space instead of putting everything in and STATA. memory. Both the SAS System and STATA appear to be good choices when CPU time is a factor. Because of slow performance, you may want to avoid LlMDEP for large problems. 939 Multinomial Logit Regression Following is the MLOGIT command to fit the one-way model: mlogit occup xl-x3l' SAS, STATA, and LlMDEP were the only packages compared mlogit, rrr for the muftinomiallogit runs.
Recommended publications
  • Manual Eviews 6 Espanol Pdf
    Manual Eviews 6 Espanol Pdf Statistical, forecasting, and modeling tools with a simple object-oriented interface. Corel VideoStudio Pro X8 User Guide PDF. 6. Corel VideoStudio Pro User Guide. EViews Illustrated.book Page 1 Thursday, March 19, 2015 9:53 AM Microsoft Corporation. All other product names mentioned in this manual may be Page 6. On this page you can download PDF book Onan Generator Shop Manual Model It can be done by copy-and-paste as well, which is described in EViews' help. This software product, including program code and manual, is copyrighted, and all rights manual or the EViews program. 6. Custom Edit Fields in EViews. 3 Achievements, 4 Performance, 5 Licensing and availability, 6 Software packages editing and embedding SageMath within LaTeX documents, The Python standard library, Archived from the original (PDF) on 2007-06-27. Català · Čeština · Deutsch · Español · Français · Bahasa Indonesia · Italiano · Nederlands. Manual Eviews 6 Espanol Pdf Read/Download Software Lga 775 Related Programs Free Download write Offline Spanish Pilz 4BB0D53E-1167- 4A61-8661-62FB02050D02 EViews 6 Why do I have 2. 0.4 sourceblog.sourceforge.net/maximo- 6-training-manual.pdf 2015-09-03.net/applied-advanced-econometrics-using-eviews.pdf 2015-08- 19 08:25:07 sourceblog.sourceforge.net/manual-de-primavera-p6-en-espanol.pdf. This software product, including program code and manual, is copyrighted, and all you may access the PDF files from within EViews by clicking on Help in the For discussion, see “Command and Capture Window Docking” on page 6. Software Installation for Eviews 8 for SMU Student - Free download as PDF File (.pdf), Text file (.txt) or read online for free.
    [Show full text]
  • An Introduction to R Notes on R: a Programming Environment for Data Analysis and Graphics Version 4.1.1 (2021-08-10)
    An Introduction to R Notes on R: A Programming Environment for Data Analysis and Graphics Version 4.1.1 (2021-08-10) W. N. Venables, D. M. Smith and the R Core Team This manual is for R, version 4.1.1 (2021-08-10). Copyright c 1990 W. N. Venables Copyright c 1992 W. N. Venables & D. M. Smith Copyright c 1997 R. Gentleman & R. Ihaka Copyright c 1997, 1998 M. Maechler Copyright c 1999{2021 R Core Team Permission is granted to make and distribute verbatim copies of this manual provided the copyright notice and this permission notice are preserved on all copies. Permission is granted to copy and distribute modified versions of this manual under the conditions for verbatim copying, provided that the entire resulting derived work is distributed under the terms of a permission notice identical to this one. Permission is granted to copy and distribute translations of this manual into an- other language, under the above conditions for modified versions, except that this permission notice may be stated in a translation approved by the R Core Team. i Table of Contents Preface :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: 1 1 Introduction and preliminaries :::::::::::::::::::::::::::::::: 2 1.1 The R environment :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: 2 1.2 Related software and documentation ::::::::::::::::::::::::::::::::::::::::::::::: 2 1.3 R and statistics :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: 2 1.4 R and the window system ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
    [Show full text]
  • Modeling Data with Functional Programming in R 2 Preface
    Brian Lee Yung Rowe Modeling Data With Functional Programming In R 2 Preface This book is about programming. Not just any programming, but program- ming for data science and numerical systems. This type of programming usually starts as a mathematical modeling problem that needs to be trans- lated into computer code. With functional programming, the same reasoning used for the mathematical model can be used for the software model. This not only reduces the impedance mismatch between model and code, it also makes code easier to understand, maintain, change, and reuse. Functional program- ming is the conceptual force that binds the these two models together. Most books that cover numerical and/or quantitative methods focus primarily on the mathematics of the model. Once this model is established the computa- tional algorithms are presented without fanfare as imperative, step-by-step, algorithms. These detailed steps are designed for machines. It is often difficult to reason about the algorithm in a way that can meaningfully leverage the properties of the mathematical model. This is a shame because mathematical models are often quite beautiful and elegant yet are transformed into ugly and cumbersome software. This unfortunate outcome is exacerbated by the real world, which is messy: data does not always behave as desired; data sources change; computational power is not always as great as we wish; re- porting and validation workflows complicate model implementations. Most theoretical books ignore the practical aspects of working in thefield. The need for a theoretical and structured bridge from the quantitative methods to programming has grown as data science and the computational sciences become more pervasive.
    [Show full text]
  • From Datasets to Resultssets in Stata
    From datasets to resultssets in Stata Roger Newson King's College London, London, UK [email protected] http://www.kcl-phs.org.uk/rogernewson/ Distributed at the 10th UK Stata Users' Group Meeting on 29 June 2004 1 What are resultssets? A resultsset is a Stata dataset created as output by a Stata command. It may be simply listed to the Stata log and/or output to a disk ¯le and/or written to the memory, overwriting any pre-existing dataset. If you are a SAS user converting to Stata, then note that Stata datasets do the job of SAS data sets, and Stata resultssets do the job of SAS output data sets. 1.1 Why resultssets? In general, a Stata dataset, or a dataset in any other format, should contain one observation per thing, and data on attributes of things. For instance, in the medical sector, a dataset might have one observation per patient, and data on the patient's baseline characteristics. Alternatively, a dataset might have one observation per visit to a health centre, and data on the state of the patient who made the visit. Usually, the variables in a dataset are either primary key variables, which identify the things corresponding to the observations, or non-key variables, which identify interesting attributes of those things. For instance, if there is one observation per patient, then one of the variables is usually a patient ID number, which identi¯es the observation uniquely. Or, if there is one observation per visit, and a patient may only make one visit per day, then the primary key variables are usually patient ID and visit date.
    [Show full text]
  • Symbolic Formulae for Linear Mixed Models Arxiv:1911.08628V1 [Stat
    Symbolic Formulae for Linear Mixed Models∗ Emi Tanaka1,2,* Francis K. C. Hui3 1 School of Mathematics and Statistics, The University of Sydney, NSW, Australia, 2006 2 Department of Econometrics and Business Statistics, Monash University, VIC, Australia, 3800 3 Research School of Finance, Actuarial Studies & Statistics, Australian National University, ACT, Australia, 2601 < [email protected] Abstract A statistical model is a mathematical representation of an often simpli- fied or idealised data-generating process. In this paper, we focus on a par- ticular type of statistical model, called linear mixed models (LMMs), that is widely used in many disciplines e.g. agriculture, ecology, econometrics, psychology. Mixed models, also commonly known as multi-level, nested, hierarchical or panel data models, incorporate a combination of fixed and random effects, with LMMs being a special case. The inclusion of random effects in particular gives LMMs considerable flexibility in accounting for many types of complex correlated structures often found in data. This flex- arXiv:1911.08628v1 [stat.ME] 19 Nov 2019 ibility, however, has given rise to a number of ways by which an end-user can specify the precise form of the LMM that they wish to fit in statistical software. In this paper, we review the software design for specification of the LMM (and its special case, the linear model), focusing in particular on the use of high-level symbolic model formulae and two popular but contrasting R-packages in lme4 and asreml. ∗Supported by R Consortium 1 1 Introduction Statistical models are mathematical formulation of often simplified real world phe- nomena, the use of which is ubiquitous in many data analyses.
    [Show full text]
  • Experiences in Training Students in Statistical Consulting and Data Analysis
    ICOTS 3, 1990: Gordon Smyth Experiences in Training Students in Statistical Consulting and Data Analysis Gordon I( Smyth - Brisbane, Australia 1. Introduction This paper describes some of my experiences teaching consulting and data analysis at the University of California, Santa Barbara, and at The University of Queensland, Australia. Both universities have formal data analysis courses. At the University of California, however, there is also an organised consulting service, the "StatLab, directed by a faculty member and staffed by graduate students. The graduate students discharge their Teaching Assistant obligations by consulting under the supervision of the Director. The aims of the StatLab are: (1) to give graduate students experience in consulting, (2) to provide statitical assistance to researchers and graduate students on campus, and (3) to provide a commercial consulting service to the general community. At The University of Queensland, graduate students are drastically more scarce, and there is no consulting laboratory along the above lines. It is still possible, though, to give a small number of the most interested students experience in consulting through Research Assistantships, Vacation Scholarships, and Honours projects. How we teach consulting depends of course on how we see the consulting process itself. I find it useful to emphasis four distinct steps: (1) defining the prob- lem, (2) initial examination of the &a using tables and graphs, (3) more formal analysis as appropriate using parametric models and statistical tests, and (4) presenting con- clusions. I often ask students in my data analysis courses to write reports in four sections corresponding to the above four steps. Most of the following discussion is organi,sed under the same headings.
    [Show full text]
  • Still Coming Down from the Mountains
    IASE 2017 Satellite Paper – Refereed Stern, Coe, & Stern STILL COMING DOWN FROM THE MOUNTAINS Roger Stern1,2, Ric Coe2,3 , and David Stern1 1University of Reading 2Statistics for Sustainable Development 3ICRAF [email protected] Statistics has changed in many ways since the 1960s, when many African countries became independent. Among these changes are an increasing emphasis on data and a set of unifying principles that can simplify the teaching of statistical modelling. These changes have yet to impact training in statistics in many countries. Access to technology is needed if these changes are to be incorporated into statistics teaching, and this is now feasible in many African universities. INTRODUCTION We are in the middle of a “Data Revolution” according to the United Nations (2014). Statistical skills are needed to make sense of data and this means that training in statistics should include components that are more data based, using a range of real examples. This is reflected in the 2016 GAISE report, which recommends that (introductory) statistics courses should “integrate real data with a context and purpose”. The report also notes that the “rapid increase in available data has made the field of statistics more salient”. Prior to the data revolution there was a statistical modelling revolution that gathered pace following the seminal paper by Nelder and Wedderburn (1972) together with the accompanying GLIM software. The changes in modelling have made more advanced statistical skills accessible to a wider range of students. The teaching of statistics in many African universities has been unaffected by these major developments in the subject.
    [Show full text]
  • Newsletter24
    GENSTAT Newsletter Issue No. 24 Iaa 11 II MM '^1^ kii II 11 & Iaa II II Editors PWLane Rothamsted Experimentai Station HARPENDEN Hertfordshire United Kingdom AI^ 2JQ K I TWnder NAG Limited Wilkinson House Jordan Hill Road OXFORD United Kingdom 0X2 8DR Printed and produced by the Numerical Algorithms Group ®The Numerical Algorithms Group Limited 1988 All rights reserved. NAG is a registered trademark of The Numerical Algoridims Group Ltd ISSN 0269-0764 The views expressed in contributed articles are not necessarily those of the publishers. Genstat Newsletter Issue No. 24 NP1976 October 1989 Genstat Newsletter No. 24 Contents Page 1. Editorial 3 2. News 4 3. Sixth Genstat Conference, Edinburgh, 11-15 September 1989 J Maindonald 5 4. Modelling the Variance in Regression M S Ridout 1 5. Use of Genstat at the Intemational Maize and Wheat Improvement Centre C Gonzalez 15 6. Experience with Genstat in Teaching an Applied Statistics Course C Donnelly 17 7. Experiences with Genstat 5 on Personal Computers V van den Berg 19 8. Genstat 5 Release 1 for Personal Computers PGN Digby 24 9. Use of Genstat and Other Software in Graduate Students' Problems P ME Altham 27 10. Features of the Genstat 5 Language: 3 KITrinder 35 Published Twice Yearly by Rothamsted Experimental Station Statistics Department and the Numerical Algorithms Group Ltd Page 2 Genstat Newsletter No. 24 Editorial This issue has been a little delayed because of a shortage of articles. However, articles are now arriving based on talks given at the Genstat Conference in Edinburgh. Three of these have been included in this issue, together with the report on the Conference.
    [Show full text]
  • R: a Free Software Project in Statistical Computing
    R: A Free Software Project in Statistical Computing Achim Zeileis http://statmath.wu-wien.ac.at/∼zeileis/ [email protected] Overview • A short introduction to some letters of interest – R, S, Z • Statistics and computing – applied vs. computational statistics vs. stat. computing – statistical software • The R project • Basic functionality • Empirical application: diabetes in native populations – exploratory analysis – linear regression – tree models • Packages • Summary Some letters R is an interactive computational environment for data analysis, inference and visualization. S is a language for data analysis and graphics, implemented in the commercial software S-PLUS and the open-source software R. Z (aka Achim Zeileis) is a statistician at WU Wien spending a considerable share of his time using and developing R: • for research, • for applied data analysis, • for course administration, • for Web page generation, CD covers, mp3 administration . (but that’s another story). Some letters: R • R is an interactive computational environment for data anal- ysis, inference and visualization. • Developed for the Unix, Windows and Macintosh families of operating systems by an international team. • Released under the GPL (General Public License), similar to the open-source operating system Linux. • Highly extensible through user-defined functions and a fast- growing list of add-on packages. • Based on the S language but with a new underlying imple- mentation. Some letters: S • S is a language for data analysis and graphics developed by John Chambers and co-workers at Bell Labs (of AT&T, now Lucent Technologies). • Exclusively licensed (and eventually sold) to Insightful Corp. as the basis for the commercial statistics system S-PLUS.
    [Show full text]
  • Comments on Micro Computer Software (Pdf 1.2
    223 COMMENTS ON MICRO COMPUTER SOFTWARE Y. E. PITTELKOW The diversity of possible approaches to the analysis of longitudinal data is described in HAND (1991). This diversity is also present in the types of analyses available in computer packages for analyzing longitudinal data. The purpose of this note is to provide some indication of the range of software that is available on micro computers and which may be used for analyzing longitudinal data. Attention is restricted to software packages, thus excluding libraries of subroutines. Software for the analysis of longitudinal data may be broadly categorized into three main types as follows: 1. Special purpose software that is tailored for longitudinal data. This type of software is sometimes restrictive in the range of analyses that it performs, but it is often efficient, since it can take account of special structures and restrictions; 2. General model fitting software, where analyses suitable for longitudinal data are performed as a special case of a more general model (eg. MANOVA in SPSS, MGLH in SYSTAT); 3. General purpose software that has no specific facilities for handling longitudinal data, but where it is possible to program a series of steps using available functions and facilities supplied with the software to perform suitable analyses. These steps (sometimes referred to as macros or procedures) may be stored and used repeatedly (eg. GAUSS, MATLAB, S, S-SPLUS, SAS, and X-LISP STAT). Software systems, or packages, may contain implementations of the three types of software within the single system. This is common amongst the 'bigger' systems such as BMDP, GENSTAT, PSTAT, SAS, and SPSS.
    [Show full text]
  • San Fernando Earthquake Conference 50 Years of Lifeline Engineering Understanding, Improving, & Operationalizing Hazard Resilience for Lifelines
    University of California, Los Angeles (UCLA) California, USA San Fernando Earthquake Conference 50 Years of Lifeline Engineering Understanding, Improving, & Operationalizing Hazard Resilience for Lifelines Book of Abstracts Version 1 Edited by Craig A. Davis, Kent Yu, and Ertugrul Taciroglu Published by UCLA Natural Hazards Risk and Resiliency Research Center (NHR3) Report# GIRS-2021-05 March 22, 2021 lifelines2021.ucla.edu This book of abstracts is published by the University of California Los Angeles Natural Hazards Risk and Resiliency Research Center (NHR3) for the Lifelines 2021-22 Conference commemorating the San Fernando Earthquake – 50 Years of Lifeline Earthquake Engineering. Any statements expressed in these materials are those of the individual authors and do not necessarily represent the views of ASCE, the B. John Garrick Risk Institute, the Natural Hazards Risk and Resiliency Research Center, or the Regents of the University of California. No reference made in this publication to any specific method, product, process, or service constitutes or implies an endorsement, recommendation, or warranty thereof by UCLA or ASCE. The materials are for general information only and do not represent a standard of UCLA or ASCE, nor are they intended as a reference to purchase specifications, contracts, regulations, statutes, or any other legal document. UCLA and ASCE make no warranty of any kind, whether express or implied, concerning the accuracy, completeness, suitability, or utility of any information, apparatus, product, or process discussed in this publication and assumes no liability therefor. This information should not be used without first securing competent advice with respect to its suitability for any general or specific application.
    [Show full text]
  • Download User Manual
    Version 3.1 User Manual Wayne R. Jones ([email protected]) Principal Data Scientist Shell Research Limited (U.K.) Ltd, London Luc Rock ([email protected]) Soil and Groundwater Scientist Shell Global Solutions International B.V., Netherlands, Rijswijk Claire Miller ([email protected]) Marnie Low ([email protected]) Craig Alexander ([email protected]) Adrian Bowman ([email protected]) School of Mathematics & Statistics, The University of Glasgow 12 July, 2021 1 Contents 1 Acknowledgements 4 2 Introduction 5 3 Accessing GWSDAT 6 3.1 Online Version............................................6 3.2 Excel Add-in Interface........................................6 3.3 GWSDAT R Package........................................6 4 Input Data Format 7 4.1 Historical Monitoring Data Input Table..............................7 4.2 Well Coordinates Table.......................................8 4.3 GIS ShapeFiles............................................9 5 GWSDAT Excel Add-in 10 5.1 Add-in Menu............................................. 10 5.2 Add-in Data Processing Options.................................. 10 5.3 NAPL Handling Method....................................... 12 6 GWSDAT Graphical User Interface (GUI) 13 6.1 Data Input via Graphical User Interface.............................. 13 6.2 Spatial plot.............................................. 14 6.3 Plume Diagnostics.......................................... 17 6.4 Well Redundancy Analysis...................................... 19 6.5 Time
    [Show full text]