Computational statistics: an introduction to R
Gespeichert in:
1. Verfasser: | |
---|---|
Format: | Buch |
Sprache: | English |
Veröffentlicht: |
Boca Raton [u.a.]
CRC Press
2009
|
Schriftenreihe: | A Chapman & Hall book
|
Schlagworte: | |
Online-Zugang: | Inhaltsverzeichnis Klappentext |
Beschreibung: | XIV, 251 S. Ill., graph. Darst. |
ISBN: | 9781420086782 |
Internformat
MARC
LEADER | 00000nam a2200000zc 4500 | ||
---|---|---|---|
001 | BV035279333 | ||
003 | DE-604 | ||
005 | 20100820 | ||
007 | t| | ||
008 | 090129s2009 xxuad|| |||| 00||| eng d | ||
010 | |a 2008042298 | ||
020 | |a 9781420086782 |9 978-1-4200-8678-2 | ||
035 | |a (OCoLC)698847655 | ||
035 | |a (DE-599)BVBBV035279333 | ||
040 | |a DE-604 |b ger |e aacr | ||
041 | 0 | |a eng | |
044 | |a xxu |c XD-US | ||
049 | |a DE-20 |a DE-521 |a DE-91G |a DE-473 |a DE-739 |a DE-11 |a DE-384 |a DE-19 |a DE-188 |a DE-1050 | ||
050 | 0 | |a QA276.45.R3 | |
082 | 0 | |a 519.50285 | |
084 | |a QH 231 |0 (DE-625)141546: |2 rvk | ||
084 | |a ST 250 |0 (DE-625)143626: |2 rvk | ||
084 | |a DAT 368f |2 stub | ||
084 | |a MAT 620f |2 stub | ||
100 | 1 | |a Sawitzki, Günther |e Verfasser |0 (DE-588)109649141 |4 aut | |
245 | 1 | 0 | |a Computational statistics |b an introduction to R |c Günther Sawitzki |
264 | 1 | |a Boca Raton [u.a.] |b CRC Press |c 2009 | |
300 | |a XIV, 251 S. |b Ill., graph. Darst. | ||
336 | |b txt |2 rdacontent | ||
337 | |b n |2 rdamedia | ||
338 | |b nc |2 rdacarrier | ||
490 | 0 | |a A Chapman & Hall book | |
650 | 4 | |a Datenverarbeitung | |
650 | 4 | |a R (Computer program language) | |
650 | 4 | |a Mathematical statistics |x Data processing | |
650 | 0 | 7 | |a R |g Programm |0 (DE-588)4705956-4 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Statistik |0 (DE-588)4056995-0 |2 gnd |9 rswk-swf |
689 | 0 | 0 | |a R |g Programm |0 (DE-588)4705956-4 |D s |
689 | 0 | 1 | |a Statistik |0 (DE-588)4056995-0 |D s |
689 | 0 | |5 DE-604 | |
856 | 4 | 2 | |m Digitalisierung UB Bayreuth |q application/pdf |u http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=017084567&sequence=000003&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |3 Inhaltsverzeichnis |
856 | 4 | 2 | |m Digitalisierung UB Bayreuth |q application/pdf |u http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=017084567&sequence=000004&line_number=0002&func_code=DB_RECORDS&service_type=MEDIA |3 Klappentext |
943 | 1 | |a oai:aleph.bib-bvb.de:BVB01-017084567 |
Datensatz im Suchindex
_version_ | 1817704613408669696 |
---|---|
adam_text |
Contents
Introduction
v
1
Basic
Data Analysis
1
1.1
R
Programming Conventions
1
1.2
Generation of Random Numbers and Patterns
4
1.2.1
Random Numbers
4
1.2.2
Patterns
9
1.3
Case Study: Distribution Diagnostics
10
1.3.1
Distribution Functions
13
1.3.2
Histograms
17
Barcharts 21
1.3.3
Statistics of Distribution Functions; Kolmogorov-Smirnov Tests
22
Monte Carlo Confidence Bands
23
1.3.4
Statistics of Histograms and Related Plots; x2-Tests
29
1.4
Moments and Quantiles
34
1.5
R
Complements
39
1.5.1
Random Numbers
39
1.5.2
Graphical Comparisons
40
1.5.3
Functions
46
1.5.4
Enhancing Graphical Displays
50
1.5.5
R
Internals
53
parse
53
eval
53
print
54
xii CONTENTS
Executing
Files 54
1.5.6
Packages
54
1.6
Statistical Summary
56
1.7
Literature and Additional References
57
2
Regression
59
2.1
General Regression Model
59
2.2
Linear Model
60
2.2.1
Factors
63
2.2.2
Least Squares Estimation
64
2.2.3
Regression Diagnostics
69
2.2.4
More Examples for Linear Models
75
2.2.5
Model Formulae
76
2.2.6
Gauss-Markov Estimator and Residuals
77
2.3
Variance Decomposition and Analysis of Variance
79
2.4
Simultaneous Inference
85
2.4.1
Scheffé's
Confidence Bands
85
2.4.2
Tukey's Confidence Intervals
87
Case Study:
Titre
Plates
88
2.5
Beyond Linear Regression
96
Transformations
96
2.5.1
Generalised Linear Models
96
2.5.2
Local Regression
97
2.6
R
Complements
101
2.6.1
Discretisation
101
2.6.2
External Data
101
2.6.3
Testing Software
101
2.6.4
R
Data Types
102
2.6.5
Classes and Polymorphic Functions
103
2.6.6
Extractor Functions
104
2.7
Statistical Summary
105
2.8
Literature and Additional References
105
CONTENTS xiii
3
Comparisons
107
3.1
Shift/Scale Families, and Stochastic Order
109
3.2
QQ Plot, PP Plot, and Comparison of Distributions 111
3.2.1
Kolmogorov-Smirnov Tests
116
3.3
Tests for Shift Alternatives
117
3.4
A Road Map
125
3.5
Power and Confidence
126
3.5.1
Theoretical Power and Confidence
126
3.5.2
Simulated Power and Confidence
130
3.5.3
Quantile Estimation
133
3.6
Qualitative Features of Distributions
135
3.7
Statistical Summary
136
3.8
Literature and Additional References
137
4
Dimensions
1, 2, 3, .,
oc
139
4.1
R
Complements
140
4.2
Dimensions
143
4.3
Selections
145
4.4
Projections
145
4.4.1
Marginal Distributions and Scatter Plot Matrices
145
4.4.2
Projection Pursuit
150
4.4.3
Projections for Dimensions
1, 2, 3, . 7 153
4.4.4
Parallel Coordinates
154
4.5
Sections, Conditional Distributions and Coplots
156
4.6
Transformations and Dimension Reduction
162
4.7
Higher Dimensions
167
4.7.1
Linear Case
167
Partial Residuals and Added Variable Plots
168
4.7.2
Non-Linear Case
169
Example: Cusp Non-Linearity
169
4.7.3
Case Study: Melbourne Temperature Data
173
4.7.4
Curse of Dimensionality
174
4.7.5
Case Study: Body Fat
175
4.8
High Dimensions 189
4.9
Statistical Summary
190
xiv CONTENTS
R
as a Programming Language and Environment A-
193
A.I Help and Information A-
193
A.2 Names and Search Paths A-
195
A.3 Administration and Customisation A-196
A.4 Basic Data Types A-197
A.5 Output for Objects A-
199
A.
6
Object Inspection A-200
A.
7
System Inspection A-201
A.
8
Complex Data Types A-202
A.
9
Accessing Components A-204
A.10 Data Manipulation A-206
A.
11
Operators A-208
A.
12
Functions A-209
A.
13
Debugging and Profiling A-211
A.
14
Control Structures A-213
A.
15
Input and Output to Data Streams; External Data A-215
A.
16
Libraries, Packages A-218
A.
17
Mathematical Operators and Functions; Linear Algebra A-220
A.
18
Model Descriptions A-221
A.
19
Graphic Functions A-223
A.19.1 High-Level Graphics A-223
A.
19.2
Low-Level Graphics A-224
A.
19.3
Annotations and Legends A-225
A.
19.4
Graphic Parameters and Layout A-226
A.
20
Elementary Statistical Functions A-227
A.
21
Distributions, Random Numbers, Densities.
.
A-228
A.
22
Computing on the Language A-231
References
233
Functions and Variables by Topic
237
Function and Variable Index
245
Subject Index
249
Statistics
Computational Statistics
An Introduction to
Opens the Door to Statistical Data Analysis Using R.
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.
Full of examples and exercises, this book helps readers become familiar
with R. It offers the full
R
source code for all examples, selected solutions,
and other ancillary material on http://sintro.r-forge.r-project.org/. |
any_adam_object | 1 |
author | Sawitzki, Günther |
author_GND | (DE-588)109649141 |
author_facet | Sawitzki, Günther |
author_role | aut |
author_sort | Sawitzki, Günther |
author_variant | g s gs |
building | Verbundindex |
bvnumber | BV035279333 |
callnumber-first | Q - Science |
callnumber-label | QA276 |
callnumber-raw | QA276.45.R3 |
callnumber-search | QA276.45.R3 |
callnumber-sort | QA 3276.45 R3 |
callnumber-subject | QA - Mathematics |
classification_rvk | QH 231 ST 250 |
classification_tum | DAT 368f MAT 620f |
ctrlnum | (OCoLC)698847655 (DE-599)BVBBV035279333 |
dewey-full | 519.50285 |
dewey-hundreds | 500 - Natural sciences and mathematics |
dewey-ones | 519 - Probabilities and applied mathematics |
dewey-raw | 519.50285 |
dewey-search | 519.50285 |
dewey-sort | 3519.50285 |
dewey-tens | 510 - Mathematics |
discipline | Informatik Mathematik Wirtschaftswissenschaften |
format | Book |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>00000nam a2200000zc 4500</leader><controlfield tag="001">BV035279333</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">20100820</controlfield><controlfield tag="007">t|</controlfield><controlfield tag="008">090129s2009 xxuad|| |||| 00||| eng d</controlfield><datafield tag="010" ind1=" " ind2=" "><subfield code="a">2008042298</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781420086782</subfield><subfield code="9">978-1-4200-8678-2</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)698847655</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)BVBBV035279333</subfield></datafield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">DE-604</subfield><subfield code="b">ger</subfield><subfield code="e">aacr</subfield></datafield><datafield tag="041" ind1="0" ind2=" "><subfield code="a">eng</subfield></datafield><datafield tag="044" ind1=" " ind2=" "><subfield code="a">xxu</subfield><subfield code="c">XD-US</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-20</subfield><subfield code="a">DE-521</subfield><subfield code="a">DE-91G</subfield><subfield code="a">DE-473</subfield><subfield code="a">DE-739</subfield><subfield code="a">DE-11</subfield><subfield code="a">DE-384</subfield><subfield code="a">DE-19</subfield><subfield code="a">DE-188</subfield><subfield code="a">DE-1050</subfield></datafield><datafield tag="050" ind1=" " ind2="0"><subfield code="a">QA276.45.R3</subfield></datafield><datafield tag="082" ind1="0" ind2=" "><subfield code="a">519.50285</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">QH 231</subfield><subfield code="0">(DE-625)141546:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">ST 250</subfield><subfield code="0">(DE-625)143626:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">DAT 368f</subfield><subfield code="2">stub</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">MAT 620f</subfield><subfield code="2">stub</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Sawitzki, Günther</subfield><subfield code="e">Verfasser</subfield><subfield code="0">(DE-588)109649141</subfield><subfield code="4">aut</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Computational statistics</subfield><subfield code="b">an introduction to R</subfield><subfield code="c">Günther Sawitzki</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Boca Raton [u.a.]</subfield><subfield code="b">CRC Press</subfield><subfield code="c">2009</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">XIV, 251 S.</subfield><subfield code="b">Ill., graph. Darst.</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="b">txt</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="b">n</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="b">nc</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="490" ind1="0" ind2=" "><subfield code="a">A Chapman & Hall book</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Datenverarbeitung</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">R (Computer program language)</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Mathematical statistics</subfield><subfield code="x">Data processing</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">R</subfield><subfield code="g">Programm</subfield><subfield code="0">(DE-588)4705956-4</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Statistik</subfield><subfield code="0">(DE-588)4056995-0</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="689" ind1="0" ind2="0"><subfield code="a">R</subfield><subfield code="g">Programm</subfield><subfield code="0">(DE-588)4705956-4</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2="1"><subfield code="a">Statistik</subfield><subfield code="0">(DE-588)4056995-0</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2=" "><subfield code="5">DE-604</subfield></datafield><datafield tag="856" ind1="4" ind2="2"><subfield code="m">Digitalisierung UB Bayreuth</subfield><subfield code="q">application/pdf</subfield><subfield code="u">http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=017084567&sequence=000003&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA</subfield><subfield code="3">Inhaltsverzeichnis</subfield></datafield><datafield tag="856" ind1="4" ind2="2"><subfield code="m">Digitalisierung UB Bayreuth</subfield><subfield code="q">application/pdf</subfield><subfield code="u">http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=017084567&sequence=000004&line_number=0002&func_code=DB_RECORDS&service_type=MEDIA</subfield><subfield code="3">Klappentext</subfield></datafield><datafield tag="943" ind1="1" ind2=" "><subfield code="a">oai:aleph.bib-bvb.de:BVB01-017084567</subfield></datafield></record></collection> |
id | DE-604.BV035279333 |
illustrated | Illustrated |
indexdate | 2024-12-06T15:16:44Z |
institution | BVB |
isbn | 9781420086782 |
language | English |
lccn | 2008042298 |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-017084567 |
oclc_num | 698847655 |
open_access_boolean | |
owner | DE-20 DE-521 DE-91G DE-BY-TUM DE-473 DE-BY-UBG DE-739 DE-11 DE-384 DE-19 DE-BY-UBM DE-188 DE-1050 |
owner_facet | DE-20 DE-521 DE-91G DE-BY-TUM DE-473 DE-BY-UBG DE-739 DE-11 DE-384 DE-19 DE-BY-UBM DE-188 DE-1050 |
physical | XIV, 251 S. Ill., graph. Darst. |
publishDate | 2009 |
publishDateSearch | 2009 |
publishDateSort | 2009 |
publisher | CRC Press |
record_format | marc |
series2 | A Chapman & Hall book |
spelling | Sawitzki, Günther Verfasser (DE-588)109649141 aut Computational statistics an introduction to R Günther Sawitzki Boca Raton [u.a.] CRC Press 2009 XIV, 251 S. Ill., graph. Darst. txt rdacontent n rdamedia nc rdacarrier A Chapman & Hall book Datenverarbeitung R (Computer program language) Mathematical statistics Data processing R Programm (DE-588)4705956-4 gnd rswk-swf Statistik (DE-588)4056995-0 gnd rswk-swf R Programm (DE-588)4705956-4 s Statistik (DE-588)4056995-0 s DE-604 Digitalisierung UB Bayreuth application/pdf http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=017084567&sequence=000003&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA Inhaltsverzeichnis Digitalisierung UB Bayreuth application/pdf http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=017084567&sequence=000004&line_number=0002&func_code=DB_RECORDS&service_type=MEDIA Klappentext |
spellingShingle | Sawitzki, Günther Computational statistics an introduction to R Datenverarbeitung R (Computer program language) Mathematical statistics Data processing R Programm (DE-588)4705956-4 gnd Statistik (DE-588)4056995-0 gnd |
subject_GND | (DE-588)4705956-4 (DE-588)4056995-0 |
title | Computational statistics an introduction to R |
title_auth | Computational statistics an introduction to R |
title_exact_search | Computational statistics an introduction to R |
title_full | Computational statistics an introduction to R Günther Sawitzki |
title_fullStr | Computational statistics an introduction to R Günther Sawitzki |
title_full_unstemmed | Computational statistics an introduction to R Günther Sawitzki |
title_short | Computational statistics |
title_sort | computational statistics an introduction to r |
title_sub | an introduction to R |
topic | Datenverarbeitung R (Computer program language) Mathematical statistics Data processing R Programm (DE-588)4705956-4 gnd Statistik (DE-588)4056995-0 gnd |
topic_facet | Datenverarbeitung R (Computer program language) Mathematical statistics Data processing R Programm Statistik |
url | http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=017084567&sequence=000003&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=017084567&sequence=000004&line_number=0002&func_code=DB_RECORDS&service_type=MEDIA |
work_keys_str_mv | AT sawitzkigunther computationalstatisticsanintroductiontor |