Read more
Informationen zum Autor GRAHAM J. G. UPTON is formerly Professor of Applied Statistics, Department of Mathematical Sciences, University of Essex. Dr. Upton is author of The Analysis of Cross-tabulated Data (1978) and joint author of Spatial Data Analysis by Example (2 volumes, 1995), both published by Wiley. He is the lead author of The Oxford Dictionary of Statistics (OUP, 2014). His books have been translated into Japanese, Russian, and Welsh. Klappentext Introduces the key concepts in the analysis of categoricaldata with illustrative examples and accompanying R codeThis book is aimed at all those who wish to discover how to analyze categorical data without getting immersed in complicated mathematics and without needing to wade through a large amount of prose. It is aimed at researchers with their own data ready to be analyzed and at students who would like an approachable alternative view of the subject.Each new topic in categorical data analysis is illustrated with an example that readers can apply to their own sets of data. In many cases, R code is given and excerpts from the resulting output are presented. In the context of log-linear models for cross-tabulations, two specialties of the house have been included: the use of cobweb diagrams to get visual information concerning significant interactions, and a procedure for detecting outlier category combinations. The R code used for these is available and may be freely adapted. In addition, this book:* Uses an example to illustrate each new topic in categorical data* Provides a clear explanation of an important subject* Is understandable to most readers with minimal statistical and mathematical backgrounds* Contains examples that are accompanied by R code and resulting output* Includes starred sections that provide more background details for interested readersCategorical Data Analysis by Example is a reference for students in statistics and researchers in other disciplines, especially the social sciences, who use categorical data. This book is also a reference for practitioners in market research, medicine, and other fields.GRAHAM J. G. UPTON is formerly Professor of Applied Statistics, Department of Mathematical Sciences, University of Essex. Dr. Upton is author of The Analysis of Cross-tabulated Data (1978) and joint author of Spatial Data Analysis by Example (2 volumes, 1995), both published by Wiley. He is the lead author of The Oxford Dictionary of Statistics (OUP, 2014). His books have been translated into Japanese, Russian, and Welsh. Zusammenfassung Introduces the key concepts in the analysis of categoricaldata with illustrative examples and accompanying R code This book is aimed at all those who wish to discover how to analyze categorical data without getting immersed in complicated mathematics and without needing to wade through a large amount of prose. Inhaltsverzeichnis Preface xi Acknowledgments xiii 1 Introduction 1 1.1 What are categorical data? 1 1.2 A typical data set 2 1.3 Visualisation and crosstabulation 3 1.4 Samples, populations, and random variation 4 1.5 Proportion, probability and conditional probability 5 1.6 Probability distributions 6 1.6.1 The binomial distribution 6 1.6.2 The multinomial distribution 7 1.6.3 The Poisson distribution 7 1.6.4 The normal distribution 7 1.6.5 The chisquared ( X 2) distribution 8 1.7 *The likelihood 9 2 Estimation and inference for categorical data 11 2.1 Goodness of fit 11 2.1.1 Pearson's X 2 goodness-of-fit statistic 11 2.1.2 * The link between X 2 and the Poisson and I2 distributions 12 2.1.3 The likelihood-ratio goodness-of-fit statistic, G 2 13 2.1.4 * Why the G 2 and X 2 statistics usually have similar values 14...