Instructions on How to Use the Gamlss Package in R Second Edition

Total Page:16

File Type:pdf, Size:1020Kb

Instructions on How to Use the Gamlss Package in R Second Edition Instructions on how to use the gamlss package in R Second Edition Mikis Stasinopoulos, Bob Rigby and Calliope Akantziliotou January 11, 2008 2 Preface This document contains a brief introduction to Generalized Additive Models for Location, Scale and Shape (GAMLSS)1 and information on how to install and use the gamlss package in R. The gamlss package is free software and comes with ABSOLUTELY NO WARRANTY. In this edition major changes have been made in Chapter 2, 3, 4 and in the Appendix. For any inquiry or problem please contact Mikis Stasinopoulos at [email protected] . h i The authors would appreciate any comments for the improvement of the package or this manual. Warning: The models described here are very flexible and therefore should be used with care. As simple advice start with a simple model and built it up do not attempt to fit overcomplex models that are not supported by your data compare results from several models 1 © The material contained here is the property of the authors and in no circumstances should be reproduced without the authors’ permission Contents 1 Introduction 13 1.1 WhatisGAMLSS ................................... 13 1.2 GAMLSS:thestatisticalmodel . ...... 13 2 The gamlss package 17 2.1 How to input the GAMLSS framework packages . ...... 17 2.2 The different functions of the gamlss package .................... 18 2.3 An introduction to the gamlss packages ....................... 21 3 The gamlss() function 29 3.1 Theargumentsofthefunction . ..... 29 3.1.1 Thealgorithms ................................. 31 3.1.2 The algorithmic control functions . ....... 32 3.1.3 Weighting out observations, the weight and data=subset() arguments . 35 3.2 Thegamlssobject ................................. 41 3.3 Therefitandupdatefunctions . ..... 45 3.3.1 refit() ...................................... 45 3.3.2 update()..................................... 46 3.4 Thepredictandlpredfunctions. ....... 48 3.5 The prof.dev and prof.term functions . ......... 55 3.6 Other gamlss functions................................. 63 4 Distributions 67 4.1 Different distributions in gamlss() .......................... 67 4.2 Amending and constructing a new distribution . .......... 73 4.3 Fitting distributions (with constant parameters) to a datasample. 77 4.3.1 Datawithsamplekurtosislessthan3 . ..... 78 4.3.2 Datawithsamplekurtosismorethan3 . .... 83 4.4 Plotting pdf’s using pdf.plot() ........................... 91 5 Additive terms 95 5.1 Cubic splines, the cs() function ........................... 96 5.2 Varying coefficient, the vc() function ........................ 97 5.3 Penalized splines, the ps() function ......................... 102 5.4 The loess function lo() ............................... 106 5.5 Fractional polynomials, the fp() function ...................... 109 5.6 Therandomeffectsfunctions . ..... 112 3 4 CONTENTS 5.6.1 The random function.............................. 112 5.6.2 The ra function ................................ 115 5.6.3 The random coefficient, rc,function ..................... 120 6 Diagnostics 121 6.1 The plot function ................................... 121 6.2 The wp() function ................................... 127 6.3 the Q.stats function.................................. 131 6.4 the rqres.plot function ............................... 132 7 Model selection 135 7.1 Model selection in gamlss ............................... 135 7.2 Selecting explanatory variables using addterm, dropterm, and stepGAIC ..... 136 7.3 Selecting hyperparameters using find.hyper .................... 148 8 Centiles 157 8.1 Plotting fitted values against one x variable using fitted.plot() .................................... 157 8.2 Plotting centiles curves using centiles() ...................... 158 8.2.1 The function centiles() ........................... 158 8.2.2 The function centiles.split() ....................... 162 8.2.3 The function centiles.com() ........................ 167 8.2.4 The function centiles.pred() ........................ 169 9 Examples 177 9.1 Theabdominalcircumferencedata . ....... 177 A Distributions in the gamlss packages 181 A.1 Continuous two parameter distributions on .................... 181 ℜ A.1.1 Normal (or Gausian) distribution (NO, NO2, NOF) . ....... 181 A.1.2 Logisticdistribution(LO) . ..... 182 A.1.3 Gumbel distribution (GU) . 182 A.1.4 Reverse Gumbel distribution (RG) . ..... 183 A.2 Continuous three parameter distributions on ................... 183 ℜ A.2.1 Exponential Gaussian distribution (exGAUS) . ......... 183 A.2.2 Power Exponential distribution (PE, PE2) . ........ 183 A.2.3 t familydistribution(TF) . 184 A.3 Continuous four parameter distributions on ................... 184 ℜ A.3.1 Exponential Generalized Beta type 2 distribution (EGB2)......... 184 A.3.2 Generalized t distribution(GT). 184 A.3.3 Johnson SU distribution (JSUo, JSU) . ..... 184 A.3.4 Normal-Exponential-t distribution(NET) . 185 A.3.5 Sinh-Arcsinh(SHASH) . 186 A.3.6 Skew Exponential Power type 1 distribution (SEP1) . ......... 186 A.3.7 Skew Exponential Power type 2 distribution (SEP2) . ......... 187 A.3.8 Skew Exponential Power type 3 distribution (SEP3) . ......... 187 A.3.9 Skew Exponential Power type 4 distribution (SEP4) . ......... 188 A.3.10 Skew t type1distribution(ST1) . 188 A.3.11 Skew t type2distribution(ST2) . 188 CONTENTS 5 A.3.12 Skew t type3distribution(ST3) . 188 A.3.13 Skew t type4distribution(ST4) . 189 A.3.14 Skew t type5distribution(ST5) . 189 A.4 Continuous one parameter distribution in + .................... 189 A.4.1 Exponential distribution (EXP) . .ℜ . ...... 189 A.5 Continuous two parameter distribution in + .................... 190 A.5.1 Gamma distribution (GA) . .ℜ . 190 A.5.2 Log Normal distribution (LOGNO, LNO) . .... 190 A.5.3 Inverse Gaussian distribution (IG) . ....... 190 A.5.4 Weibull distribution (WEI, WEI2, WEI3) . ...... 191 A.6 Continuous three parameter distribution in + ................... 191 A.6.1 Box-Cox Cole and Green distributionℜ (BCCG) . ...... 191 A.6.2 Generalized gamma distribution (GG, GG2) . ....... 192 A.6.3 Generalized inverse Gaussian distribution (GIG) . ........... 193 A.6.4 Zero adjusted Inverse Gaussian distribution (ZAIG) . ........... 193 A.7 Continuous four parameter distribution in + ................... 193 A.7.1 Box-Cox t distribution(BCT). .ℜ . 193 A.7.2 Box-Cox power exponential distribution (BCPE) . ......... 193 A.7.3 Generalized Beta type 2 distribution (GB2) . ........ 194 A.8 Continuous two parameter distribution in [0, 1] .................. 194 A.8.1 Betadistribution(BE,BEo) . .ℜ . 194 A.8.2 Beta inflated distribution (BEINF) . ...... 195 A.8.3 Generalized Beta type 1 distribution (GB1) . ........ 195 A.9 Binomialtypedata................................ 195 A.9.1 The Binomial distribution (BI) . ..... 195 A.9.2 Beta Binomial distribution (BB) . ..... 195 A.10Countdata ...................................... 196 A.10.1Poissondistribution(PO) . ..... 196 A.10.2 Negative Binomial distribution (NBI, NBII) . .......... 196 A.10.3 Poisson-inverse Gaussian distribution (PIG) . ............ 197 A.10.4 Delaportedistribution(DEL) . ...... 197 A.10.5 Sichel distribution (SI, SICHEL) . ....... 197 A.10.6 Zeroinflatedpoisson(ZIP,ZIP2) . ...... 198 Index 203 6 CONTENTS List of Figures 2.1 Aplotoftheabdominalcircumferencedata . ......... 21 2.2 Residual plot from the normal fitted model abd2 with µ = cs(x, 3) and log(σ)= cs(x, 3) 25 2.3 Worm plot from the normal fitted model abd2 with µ = cs(x, 3) and log(σ)= cs(x, 3) 26 3.1 Rent (R) against floor space (Fl) from the rent data . .......... 48 3.2 Profile global deviance for the degrees of freedom parameter of the t distribution fitted to the abdom data with µ = cs(x, 3) and σ = cs(x, 3) ........... 58 3.3 Profile global deviance for the linear trend parameter in the model gamlss(y x+qrt, data=aids, family=NBI) ............................... 60 3.4 Profile global deviance for the break point in the model gamlss(y x+(x>break)*(x- break)+qrt,data=aids,family=NBI) ........................ 62 3.5 Profile GAIC with penalty 2.5 for the degrees of freedom in the model gamlss(y cs(x,df=this) + qrt, data = aids, family = NBI) .............. 63 4.1 Rent (R) against floor space (Fl) from the rent data . .......... 69 4.2 Plots created by (a) dGA (b) pGA (c) qGA, and (d) rGA functions respectively, i.e. (a) the pdf (b) the cdf (c) the inverse cdf (or quantiles) and (d) a histogram of a random sample, from the gamma distribution. ....... 71 4.3 Plot created by (a) dNBI (b) pNBI (c) qNBI and (d) rNBI functions respectively, (a) the pdf (b) the cdf (c) the inverse cdf and (d) a histogram of a random sample, from the negative binomial distribution type I. ......... 72 4.4 An histogram of the y variable in the abdom data . ........ 78 4.5 Residual plot from fitting a Normal distribution with µ = 1 and σ = 1 to the abdomdata....................................... 79 4.6 The fitted BCPE distribution to the y variable of the abdom data ........ 82 4.7 The histogram and the fitted PE distribution to the y variable of the abdom data 83 4.8 Histogram of the subset of the head circumference Dutch boysdata. 84 4.9 Residual plot from the Normal (NO) fitted model on the subset of the Dutch boysdata ........................................ 85 4.10 Residual plot of the BCT model fitted in to the Dutch boys data ......... 87 4.11 The fitted BCT distribution to the Dutch boys data . .......... 88 4.12 The histigram and the fitted BCT distribution to the Dutchboysdata . 88 4.13 Residual plot of the BCPE model fitted to the subset of the Dutch
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]
  • 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.
    [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]