Skip to:Content
|
Bottom
Cover image for Computational statistics : an introduction to R
Title:
Computational statistics : an introduction to R
Personal Author:
Publication Information:
Boca Raton, FL : Chapman & Hall, 2009
Physical Description:
xiv, 251 p. : ill. (some col.) ; 25 cm.
ISBN:
9781420086782

Available:*

Library
Item Barcode
Call Number
Material Type
Item Category 1
Status
Searching...
30000010226342 QA276.45.R3 S39 2009 Open Access Book Book
Searching...
Searching...
30000010294113 QA276.45.R3 S39 2009 Open Access Book Book
Searching...
Searching...
30000010117589 QA276.45.R3 S39 2009 Open Access Book Book
Searching...

On Order

Summary

Summary

Suitable for a compact course or self-study, Computational Statistics: An Introduction to R illustrates how to use the freely available R software package for data analysis, statistical programming, and graphics. Integrating R code and examples throughout, the text only requires basic knowledge of statistics and computing.

This introduction covers one-sample analysis and distribution diagnostics, regression, two-sample problems and comparison of distributions, and multivariate analysis. It uses a range of examples to demonstrate how R can be employed to tackle statistical problems. In addition, the handy appendix includes a collection of R language elements and functions, serving as a quick reference and starting point to access the rich information that comes bundled with R.

Accessible to a broad audience, this book explores key topics in data analysis, regression, statistical distributions, and multivariate statistics. Full of examples and with a color insert, it helps readers become familiar with R.


Reviews 1

Choice Review

This book provides an introduction to the free programming language and software system R, which is widely used for statistical applications. In the introduction, Sawitzki (StatLab, Heidelberg, Germany) mentions that the work is for users who have some background knowledge of statistics, including such concepts as distribution functions, mean, and variance, and some knowledge of classical distributions, e.g., binomial, normal, etc. The volume consists of four parts: "Basic Data Analysis," "Regression," "Comparisons" (of treatments/distributions), and "Dimensions 1, 2, 3, ..., (infinity)" (analysis of multivariate data). A special feature of the book is each section's concluding, one-page summary of its contents. The author provides a solid introduction to R, and discusses a variety of uses of R for statistical analysis, with an abundance of examples showing how to use the language. Computational Statistics definitely deserves to be in the library of all institutions where R is used or taught. Summing Up: Highly recommended. All collections. R. Bharath emeritus, Northern Michigan University


Table of Contents

Introductionp. v
1 Basic Data Analysisp. 1
1.1 R Programming Conventionsp. 1
1.2 Generation of Random Numbers and Patternsp. 4
1.2.1 Random Numbersp. 4
1.2.2 Patternsp. 9
1.3 Case Study: Distribution Diagnosticsp. 10
1.3.1 Distribution Functionsp. 13
1.3.2 Histogramsp. 17
Barchartsp. 21
1.3.3 Statistics of Distribution Functions: Kolmogorov-Smirnov Testsp. 22
Monte Carlo Confidence Bandsp. 23
1.3.4 Statistics of Histograms and Related Plots; X2-Testsp. 29
1.4 Moments and Quantilesp. 34
1.5 R Complementsp. 39
1.5.1 Random Numbersp. 39
1.5.2 Graphical Comparisonsp. 40
1.5.3 Functionsp. 46
1.5.4 Enhancing Graphical Displaysp. 50
1.5.5 R Internalsp. 53
parsep. 53
evalp. 53
printp. 54
Executing Filesp. 54
1.5.6 Packagesp. 54
1.6 Statistical Summaryp. 56
1.7 Literature and Additional Referencesp. 57
2 Regressionp. 59
2.1 General Regression Modelp. 59
2.2 Linear Modelp. 60
2.2.1 Factorsp. 63
2.2.2 Least Squares Estimationp. 64
2.2.3 Regression Diagnosticsp. 69
2.2.4 More Examples for Linear Modelsp. 75
2.2.5 Model Formulaep. 76
2.2.6 Gauss-Markov Estimator and Residualsp. 77
2.3 Variance Decomposition and Analysis of Variancep. 79
2.4 Simultaneous Inferencep. 85
2.4.1 Scheffé's Confidence Bandsp. 85
2.4.2 Tukey's Confidence Intervalsp. 87
Case Study: Titre Platesp. 88
2.5 Beyond Linear Regressionp. 96
Transformationsp. 96
2.5.1 Generalised Linear Modelsp. 96
2.5.2 Local Regressionp. 97
2.6 R Complementsp. 101
2.6.1 Discretisationp. 101
2.6.2 External Datap. 101
2.6.3 Testing Softwarep. 101
2.6.4 R Data Typesp. 102
2.6.5 Classes and Polymorphic Functionsp. 103
2.6.6 Extractor Functionsp. 104
2.7 Statistical Summaryp. 105
2.8 Literature and Additional Referencesp. 105
3 Comparisonsp. 107
3.1 Shift/Scale Families, and Stochastic Orderp. 109
3.2 QQ Plot, PP Plot, and Comparison of Distributionsp. 111
3.2.1 Kolmogorov-Smirnov Testsp. 116
3.3 Tests for Shift Alternativesp. 117
3.4 A Road Mapp. 125
3.5 Power and Confidencep. 126
3.5.1 Theoretical Power and Confidencep. 126
3.5.2 Simulated Power and Confidencep. 130
3.5.3 Quantile Estimationp. 133
3.6 Qualitative Features of Distributionsp. 135
3.7 Statistical Summaryp. 136
3.8 Literature and Additional Referencesp. 137
4 Dimensions 1, 2, 3, ..., ¿p. 139
4.1 R Complementsp. 140
4.2 Dimensionsp. 143
4.3 Selectionsp. 145
4.4 Projectionsp. 145
4.4.1 Marginal Distributions and Scatter Plot Matricesp. 145
4.4.2 Projection Pursuitp. 150
4.4.3 Projections for Dimensions 1, 2, 3, ...7p. 153
4.4.4 Parallel Coordinatesp. 154
4.5 Sections, Conditional Distributions and Coplotsp. 156
4.6 Transformation and Dimension Reductionp. 162
4.7 Higher Dimensionsp. 167
4.7.1 Linear Casep. 167
Partial Residuals and Added Variable Plotsp. 168
4.7.2 Non-Linear Casep. 169
Example: Cusp Non-Linearityp. 169
4.7.3 Case Study: Melbourne Temperature Datap. 173
4.7.4 Curse of Dimensionalityp. 174
4.7.5 Case Study: Body Fatp. 175
4.8 High Dimensionsp. 189
4.9 Statistical Summaryp. 190
R as a Programming Language and Environmentp. 193
A.1 Help and Informationp. 193
A.2 Names and Search Pathsp. 195
A.3 Administration and Customisationp. 196
A.4 Basic Data Typesp. 197
A.5 Output for Objectsp. 199
A.6 Object Inspectionp. 200
A.7 System Inspectionp. 201
A.8 Complex Data Typesp. 202
A.9 Accessing Componentsp. 204
A.10 Data Manipulationp. 206
A.11 Operatorsp. 208
A.12 Functionsp. 209
A.13 Debugging and Profilingp. 211
A.14 Control Structuresp. 213
A.15 Input and Output to Data Streams; External Datap. 215
A.16 Libraries, Packagesp. 218
A.17 Mathematical Operators and Functions; Linear Algebrap. 220
A.18 Model Descriptionsp. 221
A.19 Graphic Functionsp. 223
A.19.1 High-Level Graphicsp. 223
A.19.2 Low-Level Graphicsp. 224
A.19.3 Annotations and Legendsp. 225
A.19.4 Graphic Parameters and Layoutp. 226
A.20 Elementary Statistical Functionsp. 227
A.21 Distributions, Random Numbers, Densities...p. 228
A.22 Computing on the Languagep. 231
Referencesp. 233
Functions and Variables by Topicp. 237
Function and Variable Indexp. 245
Subject Indexp. 249
Go to:Top of Page