-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathusing-r-main-crc.ind
894 lines (842 loc) · 29.9 KB
/
using-r-main-crc.ind
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
\begin{theindex}
\item aesthetics ('ggplot2'),
\see{grammar of graphics, aesthetics}{271}
\item AIC, \see{\emph{An Information Criterion}}{204}
\item Akaike's \emph{An Information Criterion}, 204, 215
\item algebra of sets, 55
\item analysis of covariance,
\see{linear models, analysis of covariance}{213}
\item analysis of variance,
\see{linear models, analysis of variance}{208}
\subitem model formula, 229
\item ANCOVA, \see{linear models, analysis of covariance}{213}
\item annotations ('ggplot2'),
\see{grammar of graphics, annotations}{271}
\item ANOVA, \see{linear models, analysis of variance}{208}
\item \textsf {`anytime'}, 39, 268, 352
\item apply functions, 154, 164
\item arithmetic overflow, 37
\subitem type promotion, 37
\item arrays, 70--77
\subitem dimensions, 75
\item assignment, 26
\subitem chaining, 27
\subitem leftwise, 27
\item attributes, 114--118
\indexspace
\item \textsf {`base'}, 184
\item {base \Rlang}, 11
\item \textsf {bash}, 21, 134
\item batch job, 17
\item \emph{Bayesian Information Criterion}, 204
\item BIC, \see{\emph{Bayesian Information Criterion}}{204}
\item Bioconductor, 180
\item \textsf {Bitbucket}, 181
\item \textsf {`blogdown'}, 130
\item \textsf {`bookdown'}, 130
\item Boolean arithmetic, 49
\item box plots, \see{plots, box and whiskers plot}{328}
\item \textsf {`broom'}, 324
\indexspace
\item \textsf {C}, 10, 21, 35, 41, 63, 65, 90, 159, 166, 179, 181,
375, 388
\item \textsf {C++}, 10, 11, 21, 41, 46, 65, 166, 179, 181, 246, 375
\item calibration curves, 206
\item categorical variables, \see{factors}{79}
\item chaining statements with \emph{pipes}, 134, 253--256
\item character escape codes, 42
\item character string delimiters, 41
\item character strings, 41
\subitem number of characters, 42
\subitem partial matching and substitution, 45
\subitem position-based operations, 45
\subitem splitting of, 48
\subitem whitespace trimming, 44
\item chemical reaction kinetics, 221
\item classes, 176
\subitem S3 class system, 176
\item classes and modes
\subitem character, 41--48
\subitem logical, 49--52
\subitem numeric, integer, double, 24--39
\item cluster analysis, 240--241
\item \textsf {COBOL}, 390
\item colour
\subitem definitions, 355--357
\subitem names, 355
\item comparison of floating point numbers, 54
\item comparison operators, 52--54
\item compound code statements, 132
\item conditional statements, 138
\item console, 15
\item control of execution flow, 138
\item coordinates ('ggplot2'),
\see{grammar of graphics, coordinates}{271}
\item correlation, 195--197
\subitem Kendall, 197
\subitem non-parametric, 197
\subitem parametric, 195
\subitem Pearson, 195
\subitem Spearman, 197
\item \textsf {CRAN}, 6, 20, 21, 132, 179--184
\indexspace
\item data
\subitem exploration at the R console, 124
\subitem loading data sets, 118--121
\subitem saving data sets, 118--121
\item data frame
\subitem replacements, 247--252
\item data frames, 94--114
\subitem ``filtering rows'', 102
\subitem attaching, 111
\subitem long vs.\ wide shape, 112
\subitem ordering columns, 107
\subitem ordering rows, 107, 109
\subitem splitting, 105
\subitem subsetting, 102
\subitem summarising, 105, 106
\item data manipulation in the tidyverse, 259--267
\item data sets
\subitem characteristics, 86
\subitem origin, 86
\subitem their storage, 85--124
\item data visualisation
\subitem annotations, 273
\subitem concepts, 272
\subitem data labels, 273
\item \textsf {`data.table'}, 243, 244, 247
\item \textsf {`datasets'}, 118, 155, 156, 184
\item \textsf {`dbplyr'}, 259, 412, 413
\item deleting objects, \see {removing objects}{39}
\item devices
\subitem output, \see{graphic output devices}{379}
\item dot-pipe operator, 253
\item double precision numbers
\subitem arithmetic, 35--37
\item \textsf {`dplyr'}, 245--247, 250, 253, 259--264, 266, 409,
412, 413
\item \textsf {`dtplyr'}, 259
\indexspace
\item \textsf {Eclipse}, 13
\item \textsf {Emacs}, 400
\item empirical probability distributions,
\see{probability distributions, observed}{193}
\item EPS ($\epsilon$), \see{machine arithmetic precision}{35}
\item \textsf {Excel}, 400
\item exporting data
\subitem text files, 394, 397--398
\item extensions to R, 179
\item \textsf {`extrafont'}, 308
\indexspace
\item $F$-test, 209
\item facets ('ggplot2'), \see{grammar of graphics, facets}{271}
\item factors, 79--84
\subitem arrange values, 83
\subitem convert to numeric, 82
\subitem drop unused levels, 81
\subitem labels, 80
\subitem levels, 80
\subitem merge levels, 81
\subitem ordered, 79
\subitem reorder levels, 82
\subitem reorder values, 83
\item file connections, 388
\item file formats
\subitem BMP, 379
\subitem GPX, 398
\subitem HTML, 398
\subitem JPEG, 379
\subitem JSON, 413
\subitem NetCDF, 406
\subitem ODS, 403
\subitem PDF, 122, 379
\subitem plain text, 388
\subitem PNG, 122, 379
\subitem PS, EPS, 379
\subitem R data ``deparsed object'', 121
\subitem RDA ``R data, multiple objects'', 118
\subitem RDS ``R data, single object'', 120
\subitem SVG, 379
\subitem TIFF, 379
\subitem xlsx, 401
\subitem XML, 398
\item file names
\subitem portable, 385
\subitem script portability, 385
\item file operations, 385--387
\item file paths
\subitem parsing, 386
\subitem script portability, 386
\item files
\subitem downloading, 410
\item floating point numbers
\subitem arithmetic, 35--37
\item floats, \see{floating point numbers}{35}
\item folders, \see{file paths}{386}
\item for loop, 146
\subitem unrolled, 147
\item \textsf {`foreign'}, 118, 383, 404, 405, 411
\item formatted character strings from numbers, 62
\item \textsf {FORTRAN}, 10, 166, 179, 181, 390, 393
\item functions
\subitem arguments, 172
\subitem call, 133
\subitem defining new, 169, 174
\item further reading
\subitem elegant R code, 414
\subitem grammar of graphics, 381
\subitem idiosyncracies or R, 414
\subitem new grammars of data, 270
\subitem object oriented programming in R, 185
\subitem package development, 185
\subitem plotting, 381
\subitem shell scripts in Unix and Linux, 21
\subitem statistics with R, 241
\subitem the R language, 168
\subitem using the R language, 84, 124
\item \textsf {`future'}, 166
\indexspace
\item generalised linear models, 217--220
\item geometries ('ggplot2'),
\see{grammar of graphics, geometries}{271}
\item \textsf {`ggbeeswarm'}, 329
\item \textsf {`ggforce'}, 329
\item \textsf {`gginnards'}, 380
\item \textsf {`ggplot2'}, xvi, xvii, 121, 271, 273, 274, 276--278,
280, 287, 288, 292, 294, 295, 300, 303, 306--309, 311,
314--316, 319, 330, 334, 335, 340, 342, 344, 354--357,
359, 362, 364, 365, 368--370, 372, 377, 380, 381
\item \textsf {`ggpmisc'}, 323, 324, 334
\item \textsf {`ggpp'}, 311, 315, 340, 359, 360
\item \textsf {`ggrepel'}, 310, 340
\item \textsf {`ggstance'}, 330
\item \textsf {`ggtext'}, 372
\item \textsf {`ggtrace'}, 380
\item \textsf {Git}, 181
\item \textsf {GitHub}, 7, 181
\item GLM, \see{generalised linear models}{217}
\item \textsf {`gpmisc'}, 314
\item grammar of graphics, 273, 377
\subitem aesthetics, 288--294
\subitem annotations, 359--361
\subitem binned scales, 357--358
\subitem cartesian coordinates, 274, 283
\subitem colour and fill scales, 355--359
\subitem column geometry, 303--304
\subitem complete themes, 365--366
\subitem continuous scales, 344--351
\subitem coordinates, 276
\subitem creating a theme, 368--369
\subitem data, 274
\subitem discrete scales, 353--354
\subitem elements, 273--276
\subitem facets, 335--339
\subitem flipped axes, 330--335
\subitem function statistic, 316--317
\subitem geometries, 275, 294--315
\subitem horizontal geometries, 330
\subitem horizontal statistics, 330
\subitem identity colour scales, 358--359
\subitem incomplete themes, 367--368
\subitem inset-related geometries, 311--315
\subitem linewidth scales, 354--355
\subitem mapping of data, 274, 288--294
\subsubitem late, 292
\subitem operators, 276
\subitem orientation, 330
\subitem plot construction, 278--286
\subitem plot structure, 276--278
\subitem plot workings, 276--278
\subitem plots as R objects, 286--288
\subitem point geometry, 294--299
\subitem polar coordinates, 362--364
\subitem positions, 275
\subitem scales, 275, 341--359
\subitem setting default colour and fill scales, 359
\subitem sf geometries, 306
\subitem size scales, 354--355
\subitem statistics, 275, 315--329
\subitem structure of plot objects, 287--288
\subitem summary statistic, 317--320
\subitem swap axes, 330
\subitem text and label geometries, 306--310
\subsubitem repulsive, 310
\subitem themes, 276, 364--369
\subitem tile geometry, 304--305
\subitem time and date scales, 351--353
\subitem various line and path geometries, 300--302
\item graphic output devices, 379
\item \textsf {`grid'}, 271, 313, 314, 360, 380
\item grid graphics coordinate systems, 314
\item \textsf {`gridExtra'}, 312
\item group-wise operations on data, 262--264
\item grouping
\subitem implementation in tidyverse, 263
\indexspace
\item \textsf {`haven'}, 404, 405, 411
\item \textsf {`Hmisc'}, 319
\item \textsf {HTML}, 372, 398
\indexspace
\item IDE, \see{integrated development environment}{12}
\item importing data
\subitem .ods files, 403--404
\subitem .xlsx files, 401--403
\subitem character to factor conversion, 391
\subitem databases, 412--413
\subitem decimal marker, 392
\subitem from SAS, 404
\subitem from SPSS, 404
\subitem from Stata, 404
\subitem from Systat, 404
\subitem geographic positioning system, 398
\subitem GPX files, 398--399
\subitem jsonlite, 413
\subitem NeCDF files, 406--410
\subitem other statistical software, 404--406
\subitem physical devices, 413--414
\subitem R names, 388
\subitem remote connections, 410--411
\subitem remotely, 410
\subitem text encodings, 389
\subitem text files, 388--397
\subitem using URL, 410
\subitem worksheets and workbooks, 399--404
\subitem XML and HTML files, 398
\item inequality and equality tests, 54
\item integer numbers
\subitem arithmetic, 35--37
\item integer numbers and computers, 35
\item integrated development environment, 12
\item internet-of-things, 413
\item iteration, 162
\subitem for loop, 146
\subitem nesting of loops, 153
\subitem repeat loop, 152
\subitem while loop, 150
\indexspace
\item \textsf {Java}, 11, 21
\item joins between data sources, 264--267
\subitem filtering, 266
\subitem mutating, 264
\item \textsf {`jsonlite'}, 413
\indexspace
\item \textsf {`knitr'}, 19, 20, 130
\indexspace
\item languages
\subitem \textsf {C}, 10, 21, 35, 41, 63, 65, 90, 159, 166, 179,
181, 375, 388
\subitem \textsf {C++}, 10, 11, 21, 41, 46, 65, 166, 179, 181, 246,
375
\subitem \textsf {COBOL}, 390
\subitem \textsf {FORTRAN}, 10, 166, 179, 181, 390, 393
\subitem \textsf {HTML}, 372, 398
\subitem \textsf {Java}, 11, 21
\subitem {\LaTeX }, 19, 20, 130
\subitem \textsf {Markdown}, 7, 19, 20, 130, 372
\subitem natural and computer, 24
\subitem \textsf {Pascal}, 10, 11, 129
\subitem \textsf {Perl}, 46
\subitem \textsf {Python}, 10, 13, 406, 414
\subitem \textsf {R markdown}, 20, 130
\subitem \textsf {S}, 10, 22, 210, 257, 335
\subitem \textsf {S-Plus}, 10
\subitem \textsf {XHTML}, 398
\subitem \textsf {XML}, 398
\subitem \textsf {XTML}, 398
\item {\LaTeX }, 19, 20, 130
\item \textsf {`lattice'}, 271, 335
\item \textsf {`learnrbook'}, xvii, 20, 165, 180--182, 271, 362, 385,
412
\item linear models, 200--213
\subitem ad-hoc tests for parameters, 206
\subitem analysis of covariance, 213
\subitem analysis of variance, 208--212
\subitem linear regression, 202--207
\subitem polynomial regression, 203
\subitem stepwise model selection, 214--217
\subitem structure of model fit object, 208
\subitem structure of summary object, 205
\subitem summary table, 203
\item linear regression, \see{linear models, linear regression}{202}
\item \textsf {Linux}, 11, 14, 18, 21, 123, 134, 386
\item listing files or directories, 387
\item lists, 86--94
\subitem append to, 90
\subitem convert into vector, 93
\subitem deletion and addition of members, 87--91
\subitem flattening, 92
\subitem insert into, 90
\subitem member extraction, 87--91
\subitem member indexing, \see{lists, member extraction}{87}
\subitem nested, 91, 92
\subitem structure, 92
\item literate programming, 130
\item LM, \see{linear models}{200}
\item \textsf {`lme4'}, 230
\item local polynomial regression, 223--226
\item LOESS, \see{local polynomial regression}{223}
\item logical operators, 49
\item logical values and their algebra, 49--52
\item long-form- and wide-form tabular data, 256
\item loops, \seealso{iteration}{146}
\subitem faster alternatives, 154, 159, 162
\subitem nested, 153
\item loss of numeric precision, 54
\item \textsf {`lubridate'}, 39, 245, 267--269, 352, 408, 409
\indexspace
\item machine arithmetic
\subitem precision, 35--37
\subitem rounding errors, 35
\item \textsf {`magrittr'}, 245, 253--256, 262, 291
\item MANOVA, \see{multivariate analysis of variance}{236}
\item \textsf {Markdown}, 7, 19, 20, 130, 372
\item math functions, 24
\item math operators, 24
\item matrices, 70--78
\item matrix
\subitem dimensions, 75
\subitem multiplication, 78
\subitem operations with vectors, 77
\subitem operators, 77
\subitem transpose, 77
\item \textsf {`matrixStats'}, 78
\item MDS, \see {multidimensional scaling}{238}
\item merging data from two tibbles, 264--267
\item methods, 176
\subitem S3 class system, 176
\item Michaelis-Menten equation, 221
\item \textsf {`microbenchmark'}, 165
\item \textsf {\hologoRobust {MiKTeX}}, 181
\item \textsf {`mixtools'}, 193
\item model formulas, 226--231
\subitem conversion from character strings, 231
\subitem conversion into character strings, 231
\subitem manipulation, 230
\subitem updating, 231
\item models
\subitem contrasts, 210--212
\subitem fitting, 199--226
\subitem for binomial outcomes data, 217
\subitem for counts data, 217
\subitem generalised linear, \see{generalised linear models}{217}
\subitem linear, \see{linear models}{200}
\subitem nesting of factors, 230
\subitem non-linear, \see{non-linear models}{220}
\subitem specification, \see{model formulas}{226}
\subitem stepwise selection, 214--217
\subitem updating, 213--214
\item \textsf {MS-Excel}, 390, 397, 399, 401, 402, 410
\item \textsf {MS-Windows}, 11, 14, 18, 123, 180, 181, 386, 410, 411
\item \textsf {`multcomp'}, 212
\item multidimensional scaling, 238--240
\item multivariate analysis of variance, 236
\item multivariate statistics, 236--241
\indexspace
\item named vectors
\subitem mapping with, 109
\item names and scoping, 173
\item namespaces, 173
\item \textsf {Nano}, 400
\item \textsf {`ncdf4'}, 406, 407, 411
\item nested iteration loops, 153
\item \textsf {NetCDF}, 406--408, 411
\item netiquette, 6
\item network etiquette, 6
\item \textsf {`nlme'}, 210, 230
\item NLS, \see{non-linear models}{220}
\item non-linear models, 220--223
\item Normal distribution, 189
\item \textsf {Notepad}, 400
\item numbers
\subitem double, 34
\subitem floating point, 34
\subitem integer, 34
\subitem whole, 34
\item numbers and their arithmetic, 24--39
\item numeric values, 24
\item numeric, integer and double values, 27
\indexspace
\item object names, 166
\subitem as character strings, 166
\item object-oriented programming, 176
\item objects, 176
\subitem mode, 59
\item \textsf {Octave}, 404
\item operating systems
\subitem \textsf {Linux}, 11, 14, 18, 123, 134
\subitem \textsf {MS-Windows}, 11, 14, 18, 123, 410, 411
\subitem \textsf {OS X}, 11, 14, 18
\subitem \textsf {Unix}, 11, 14, 18, 134
\item operators
\subitem comparison, 52--54
\subitem defining new, 169, 175
\subitem set, 55--58
\item \textsf {OS X}, 11, 14, 18, 181
\item overflow, \see{arithmetic overflow}{37}
\indexspace
\item packages
\subitem \textsf {`anytime'}, 39, 268, 352
\subitem \textsf {`base'}, 184
\subitem \textsf {`blogdown'}, 130
\subitem \textsf {`bookdown'}, 130
\subitem \textsf {`broom'}, 324
\subitem \textsf {`data.table'}, 243, 244, 247
\subitem \textsf {`datasets'}, 118, 155, 156, 184
\subitem \textsf {`dbplyr'}, 259, 412, 413
\subitem \textsf {`dplyr'}, 245--247, 250, 253, 259--264, 266, 409,
412, 413
\subitem \textsf {`dtplyr'}, 259
\subitem \textsf {`extrafont'}, 308
\subitem \textsf {`foreign'}, 118, 383, 404, 405, 411
\subitem \textsf {`future'}, 166
\subitem \textsf {`ggbeeswarm'}, 329
\subitem \textsf {`ggforce'}, 329
\subitem \textsf {`gginnards'}, 380
\subitem \textsf {`ggplot2'}, xvi, xvii, 121, 271, 273, 274,
276--278, 280, 287, 288, 292, 294, 295, 300, 303,
306--309, 311, 314--316, 319, 330, 334, 335, 340, 342,
344, 354--357, 359, 362, 364, 365, 368--370, 372, 377,
380, 381
\subitem \textsf {`ggpmisc'}, 323, 324, 334
\subitem \textsf {`ggpp'}, 311, 315, 340, 359, 360
\subitem \textsf {`ggrepel'}, 310, 340
\subitem \textsf {`ggstance'}, 330
\subitem \textsf {`ggtext'}, 372
\subitem \textsf {`ggtrace'}, 380
\subitem \textsf {`gpmisc'}, 314
\subitem \textsf {`grid'}, 271, 313, 314, 360, 380
\subitem \textsf {`gridExtra'}, 312
\subitem \textsf {`haven'}, 404, 405, 411
\subitem \textsf {`Hmisc'}, 319
\subitem \textsf {`jsonlite'}, 413
\subitem \textsf {`knitr'}, 19, 20, 130
\subitem \textsf {`lattice'}, 271, 335
\subitem \textsf {`learnrbook'}, xvii, 20, 165, 180--182, 271, 362,
385, 412
\subitem \textsf {`lme4'}, 230
\subitem \textsf {`lubridate'}, 39, 245, 267--269, 352, 408, 409
\subitem \textsf {`magrittr'}, 245, 253--256, 262, 291
\subitem \textsf {`matrixStats'}, 78
\subitem \textsf {`microbenchmark'}, 165
\subitem \textsf {`mixtools'}, 193
\subitem \textsf {`multcomp'}, 212
\subitem \textsf {`ncdf4'}, 406, 407, 411
\subitem \textsf {`nlme'}, 210, 230
\subitem \textsf {`pak'}, 181, 182
\subitem \textsf {`parallel'}, 166
\subitem \textsf {`patchwork'}, 370, 371
\subitem \textsf {`pkgdown'}, 130
\subitem \textsf {`poorman'}, 246, 258, 259
\subitem \textsf {`quarto'}, 130
\subitem \textsf {`readODS'}, 403
\subitem \textsf {`readr'}, 389, 394--397, 400, 402, 410
\subitem \textsf {`readxl'}, 401, 410
\subitem \textsf {`remotes'}, 181
\subitem \textsf {`reprex'}, 7
\subitem \textsf {`reshape'}, 257
\subitem \textsf {`reshape2'}, 257
\subitem \textsf {`reticulate'}, 414
\subitem \textsf {`RNetCDF'}, 406, 411
\subitem \textsf {`RSQLite'}, 412
\subitem \textsf {`scales'}, 347--349
\subitem \textsf {`sf'}, 306, 399
\subitem \textsf {`showtext'}, 308
\subitem \textsf {`stats'}, 175, 184, 240
\subitem \textsf {`stringr'}, 260
\subitem \textsf {`Sweave'}, 19, 130
\subitem \textsf {`tibble'}, 31, 32, 100, 101, 245, 247, 248
\subitem \textsf {`tidync'}, 408
\subitem \textsf {`tidyr'}, 245--247, 256--259, 264
\subitem \textsf {`tidyverse'}, xvii, 31, 118, 243--247, 251, 253,
255, 257, 258, 260, 270, 311, 384, 394, 401
\subitem \textsf {`tools'}, 390
\subitem using, 180
\subitem \textsf {`utils'}, 390, 396, 397, 410
\subitem \textsf {`wrapr'}, 245, 253--256, 291
\subitem \textsf {`xlsx'}, 402, 410
\subitem \textsf {`xml2'}, 398
\item \textsf {`pak'}, 181, 182
\item \textsf {`parallel'}, 166
\item \textsf {Pascal}, 10, 11, 129
\item \textsf {`patchwork'}, 370, 371
\item PCA, \see {principal components analysis}{236}
\item \textsf {Perl}, 46
\item pipe operator, 134, 253
\item pipes
\subitem base R, 134--137
\subitem expressions in rhs, 254
\subitem tidyverse, 253
\subitem wrapr, 253--256
\item \textsf {`pkgdown'}, 130
\item plotmath, 371
\item plots
\subitem aesthetics, 274
\subitem axis position, 350
\subitem base R graphics, 121
\subitem bitmap output, 379
\subitem box and whiskers plot, 328--329
\subitem bubble plot, 298
\subitem caption, 342--344
\subitem circular, 362--364
\subitem column plot, 303--304
\subitem composing, 369--371
\subitem consistent styling, 377
\subitem coordinated panels, 335
\subitem data summaries, 317--320
\subitem density plot
\subsubitem 1 dimension, 326--327
\subsubitem 2 dimensions, 327--328
\subitem dot plot, 297--298
\subitem error bars, 317
\subitem filled-area plot, 301--302
\subitem fitted curves, 320--324
\subitem fonts, 308
\subitem histograms, 324--326
\subitem inset graphical objects, 313--314
\subitem inset plots, 312--313
\subitem inset tables, 311--312
\subitem insets, 311--315
\subitem insets as annotations, 360--361
\subitem labels, 342--344
\subitem layers, 275, 377
\subitem line plot, 300--301
\subitem major axis regression, 334
\subitem maps and spatial plots, 306
\subitem math expressions, 371--376
\subitem maths in, 306--310
\subitem means, 317
\subitem medians, 317
\subitem modular construction, 377--379
\subitem output to files, 379
\subitem PDF output, 379
\subitem pie charts, 364
\subitem plots of functions, 316--317
\subitem Postscript output, 379
\subitem printing, 379
\subitem programatic construction, 377--379
\subitem reference lines, 302
\subitem rendering, 379
\subitem reusing parts of, 377
\subitem rug margin, 299--300
\subitem saving, 379
\subitem saving to file, \see{plots, rendering}{379}
\subitem scales
\subsubitem axis labels, 352
\subsubitem limits, 353
\subsubitem tick breaks, 347
\subsubitem tick labels, 347
\subsubitem transformations, 349
\subitem scatter plot, 294--297
\subitem secondary axes, 351
\subitem segments and arrows, 302
\subitem smooth curves, 320--324
\subitem statistics
\subsubitem density, 326
\subsubitem density 2d, 327
\subsubitem smooth, 320
\subitem step plot, 301
\subitem styling, 364--369
\subitem subtitle, 342--344
\subitem SVG output, 379
\subitem tag, 342--344
\subitem text in, 306--310
\subitem tile plot, 304--305
\subitem title, 342--344
\subitem trellis-like, 335
\subitem violin plot, 329
\subitem wind rose, 362--363
\subitem with colours, 355--359
\item polynomial regression, 203
\item \textsf {`poorman'}, 246, 258, 259
\item portability, 308
\item precision
\subitem math operations, 34
\item principal components analysis, 236--238
\item probability distributions
\subitem density from parameters, 190
\subitem observed, 193--194
\subitem probabilities from quantiles, 190
\subitem pseudo-random draws, 192
\subitem quantiles from probabilities, 191
\subitem standard, 189--192
\subitem theoretical, \see{--- standard}{189}
\item programmes
\subitem \textsf {bash}, 21, 134
\subitem \textsf {Eclipse}, 13
\subitem \textsf {Emacs}, 400
\subitem \textsf {Excel}, 400
\subitem \textsf {Git}, 181
\subitem \textsf {Linux}, 21, 386
\subitem \textsf {\hologoRobust {MiKTeX}}, 181
\subitem \textsf {MS-Excel}, 390, 397, 399, 401, 402, 410
\subitem \textsf {MS-Windows}, 180, 181, 386
\subitem \textsf {Nano}, 400
\subitem \textsf {NetCDF}, 406--408, 411
\subitem \textsf {Notepad}, 400
\subitem \textsf {Octave}, 404
\subitem \textsf {OS X}, 181
\subitem \textsf {Quarto}, 20, 130
\subitem \textsf {RGUI}, 17, 180
\subitem \textsf {RStudio}, 7, 9, 13--21, 39, 40, 49, 114, 123,
127--130, 132, 180, 181, 379, 400
\subitem \textsf {RTools}, 181
\subitem \textsf {SAS}, 10, 210, 404, 405
\subitem \textsf {sh}, 134
\subitem \textsf {SPSS}, 10, 210, 404, 405, 411
\subitem \textsf {SQLite}, 412
\subitem \textsf {Stata}, 404, 405
\subitem \textsf {Statistica}, 404
\subitem \textsf {Systat}, 404, 405
\subitem \textsf {Unix}, 21, 386
\subitem \textsf {Visual Studio Code}, 13
\subitem \textsf {WEB}, 130
\item pseudo-random numbers, 192
\item pseudo-random sampling, 194--195
\item \textsf {Python}, 10, 13, 406, 414
\indexspace
\item \textsf {Quarto}, 20, 130
\item \textsf {`quarto'}, 130
\indexspace
\item {\Rlang as a language}, 10
\item {\Rpgrm as a program}, 10, 11
\item \textsf {R markdown}, 20, 130
\item random draws,
\see{probability distributions, pseudo-random draws}{192}
\item random numbers, \see{pseudo-random numbers}{192}
\item random sampling, \see{pseudo-random sampling}{194}
\item Raspberry Pi, 12, 21
\item \textsf {`readODS'}, 403
\item \textsf {`readr'}, 389, 394--397, 400, 402, 410
\item \textsf {`readxl'}, 401, 410
\item Real numbers and computers, 35
\item recycling of arguments, 30, 162
\item recycling of operands, 30
\item regular expressions, 46--48
\item \textsf {`remotes'}, 181
\item removing objects, 39
\item reprex, \see{reproducible example}{7}
\item \textsf {`reprex'}, 7
\item reproducible data analysis, 18--20
\item reproducible example, 7
\item \textsf {`reshape'}, 257
\item \textsf {`reshape2'}, 257
\item reshaping tibbles, 256--259
\item \textsf {`reticulate'}, 414
\item \textsf {RGUI}, 17, 180
\item \textsf {`RNetCDF'}, 406, 411
\item rOpenScience, 180
\item row-wise operations on data, 259--262
\item \textsf {`RSQLite'}, 412
\item \textsf {RStudio}, 7, 9, 13--21, 39, 40, 49, 114, 123,
127--130, 132, 180, 181, 379, 400
\item \textsf {RTools}, 181
\indexspace
\item \textsf {S}, 10, 22, 210, 257, 335
\item \textsf {S-Plus}, 10
\item S3 class system, 176
\item \textsf {SAS}, 10, 210, 404, 405
\item \textsf {`scales'}, 347--349
\item scales ('ggplot2'), \see{grammar of graphics, scales}{271}
\item Schwarz's \emph{Bayesian criterion},
\see{\emph{Bayesian Information Criterion}}{204}
\item scoping rules, 173
\item scripts, 17, 125
\subitem debugging, 130
\subitem definition, 126
\subitem readability, 129
\subitem sourcing, 127
\subitem writing, 128
\item self-starting functions, 221, 322
\item sequence, 30
\item sets, 55--58
\item \textsf {`sf'}, 306, 399
\item \textsf {sh}, 134
\item \textsf {`showtext'}, 308
\item simple code statements, 132
\item smoothing splines, 223--226
\item special values
\subitem NA, 33
\subitem NaN, 33
\item \textsf {SPSS}, 10, 210, 404, 405, 411
\item \textsf {SQLite}, 412
\item \textsf {StackOverflow}, xvii, 7
\item \textsf {Stata}, 404, 405
\item \textsf {Statistica}, 404
\item statistical graphics, 272
\item statistics ('ggplot2'),
\see{grammar of graphics, statistics}{271}
\item \textsf {`stats'}, 175, 184, 240
\item STL, \see{time series decomposition}{233}
\item \textsf {`stringr'}, 260
\item Student's $t$-test, \see{$t$-test}{197}
\item summaries
\subitem statistical, 188--189
\item \textsf {`Sweave'}, 19, 130
\item \textsf {Systat}, 404, 405
\indexspace
\item $t$-test, 197--199, 206--207
\item tests
\subitem {adjusted $P$-values}, 212
\subitem multiple comparisons, 212
\subitem post-hoc, 212
\subitem Tukey's HSD, 212
\item text files
\subitem CSV files, 390
\subitem fixed width fields, 393
\subitem FORTRAN formatted data transfer, 393
\subitem TSV files, 390
\subitem with field markers, 390
\item themes ('ggplot2'), \see{grammar of graphics, themes}{271}
\item tibble
\subitem differences with data frames, 247--252
\item \textsf {`tibble'}, 31, 32, 100, 101, 245, 247, 248
\item \textsf {`tidync'}, 408
\item \textsf {`tidyr'}, 245--247, 256--259, 264
\item \textsf {`tidyverse'}, xvii, 31, 118, 243--247, 251, 253, 255,
257, 258, 260, 270, 311, 384, 394, 401
\item time and dates, 267--270
\subitem local time, 267
\subitem time zones, 267
\subitem universal time coordinates, 267
\item time series, 232--235
\subitem decomposition, 233
\item \textsf {`tools'}, 390
\item type conversion, 60--64
\item type promotion, 37
\indexspace
\item UNICODE, 308
\item \textsf {Unix}, 11, 14, 18, 21, 134, 386
\item UTF8, 308
\item \textsf {`utils'}, 390, 396, 397, 410
\indexspace
\item variables, 26
\item vector
\subitem run length encoding, 70
\item vectorisation, 162
\item vectorised arithmetic, 30
\item vectorised ifelse, 144
\item vectors
\subitem indexing, 64--70
\subitem introduction, 28--33
\subitem member extraction, 64
\subitem named elements, 67
\subitem sorting, 69
\subitem zero length, 33
\item \textsf {Visual Studio Code}, 13
\indexspace
\item \textsf {WEB}, 130
\item {\textsf{Windows}}, \see{\textsf{MS-Windows}}{11}
\item working directory, 386--387
\item `worksheet', \see{data frame}{94}
\item \textsf {`wrapr'}, 245, 253--256, 291
\indexspace
\item \textsf {XHTML}, 398
\item \textsf {`xlsx'}, 402, 410
\item \textsf {XML}, 398
\item \textsf {`xml2'}, 398
\item \textsf {XTML}, 398
\indexspace
\item YoctoPuce modules, 413
\indexspace
\item zero length objects, 33
\end{theindex}