-
Notifications
You must be signed in to change notification settings - Fork 1
/
Chapter_38.html
838 lines (798 loc) · 84.4 KB
/
Chapter_38.html
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
<!DOCTYPE html>
<html lang="" xml:lang="">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>Chapter 38 Reporting statistics | Fundamental statistical concepts and techniques in the biological and environmental sciences: With jamovi</title>
<meta name="description" content="This is an introductory statistics textbook for students in the biological and environmental sciences with examples using jamovi statistical software." />
<meta name="generator" content="bookdown 0.37 and GitBook 2.6.7" />
<meta property="og:title" content="Chapter 38 Reporting statistics | Fundamental statistical concepts and techniques in the biological and environmental sciences: With jamovi" />
<meta property="og:type" content="book" />
<meta property="og:description" content="This is an introductory statistics textbook for students in the biological and environmental sciences with examples using jamovi statistical software." />
<meta name="github-repo" content="bradduthie/statistics_book" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="Chapter 38 Reporting statistics | Fundamental statistical concepts and techniques in the biological and environmental sciences: With jamovi" />
<meta name="twitter:description" content="This is an introductory statistics textbook for students in the biological and environmental sciences with examples using jamovi statistical software." />
<meta name="author" content="Brad Duthie" />
<meta name="date" content="2024-02-24" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<link rel="prev" href="Chapter_37.html"/>
<link rel="next" href="Chapter_39.html"/>
<script src="libs/jquery-3.6.0/jquery-3.6.0.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/fuse.js@6.4.6/dist/fuse.min.js"></script>
<link href="libs/gitbook-2.6.7/css/style.css" rel="stylesheet" />
<link href="libs/gitbook-2.6.7/css/plugin-table.css" rel="stylesheet" />
<link href="libs/gitbook-2.6.7/css/plugin-bookdown.css" rel="stylesheet" />
<link href="libs/gitbook-2.6.7/css/plugin-highlight.css" rel="stylesheet" />
<link href="libs/gitbook-2.6.7/css/plugin-search.css" rel="stylesheet" />
<link href="libs/gitbook-2.6.7/css/plugin-fontsettings.css" rel="stylesheet" />
<link href="libs/gitbook-2.6.7/css/plugin-clipboard.css" rel="stylesheet" />
<link href="libs/anchor-sections-1.1.0/anchor-sections.css" rel="stylesheet" />
<link href="libs/anchor-sections-1.1.0/anchor-sections-hash.css" rel="stylesheet" />
<script src="libs/anchor-sections-1.1.0/anchor-sections.js"></script>
<style type="text/css">
pre > code.sourceCode { white-space: pre; position: relative; }
pre > code.sourceCode > span { display: inline-block; line-height: 1.25; }
pre > code.sourceCode > span:empty { height: 1.2em; }
.sourceCode { overflow: visible; }
code.sourceCode > span { color: inherit; text-decoration: inherit; }
pre.sourceCode { margin: 0; }
@media screen {
div.sourceCode { overflow: auto; }
}
@media print {
pre > code.sourceCode { white-space: pre-wrap; }
pre > code.sourceCode > span { text-indent: -5em; padding-left: 5em; }
}
pre.numberSource code
{ counter-reset: source-line 0; }
pre.numberSource code > span
{ position: relative; left: -4em; counter-increment: source-line; }
pre.numberSource code > span > a:first-child::before
{ content: counter(source-line);
position: relative; left: -1em; text-align: right; vertical-align: baseline;
border: none; display: inline-block;
-webkit-touch-callout: none; -webkit-user-select: none;
-khtml-user-select: none; -moz-user-select: none;
-ms-user-select: none; user-select: none;
padding: 0 4px; width: 4em;
}
pre.numberSource { margin-left: 3em; padding-left: 4px; }
div.sourceCode
{ }
@media screen {
pre > code.sourceCode > span > a:first-child::before { text-decoration: underline; }
}
code span.al { font-weight: bold; } /* Alert */
code span.an { font-style: italic; } /* Annotation */
code span.cf { font-weight: bold; } /* ControlFlow */
code span.co { font-style: italic; } /* Comment */
code span.cv { font-style: italic; } /* CommentVar */
code span.do { font-style: italic; } /* Documentation */
code span.dt { text-decoration: underline; } /* DataType */
code span.er { font-weight: bold; } /* Error */
code span.in { font-style: italic; } /* Information */
code span.kw { font-weight: bold; } /* Keyword */
code span.pp { font-weight: bold; } /* Preprocessor */
code span.wa { font-style: italic; } /* Warning */
</style>
<style type="text/css">
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
</style>
<style type="text/css">
/* Used with Pandoc 2.11+ new --citeproc when CSL is used */
div.csl-bib-body { }
div.csl-entry {
clear: both;
}
.hanging div.csl-entry {
margin-left:2em;
text-indent:-2em;
}
div.csl-left-margin {
min-width:2em;
float:left;
}
div.csl-right-inline {
margin-left:2em;
padding-left:1em;
}
div.csl-indent {
margin-left: 2em;
}
</style>
<link rel="stylesheet" href="style.css" type="text/css" />
</head>
<body>
<div class="book without-animation with-summary font-size-2 font-family-1" data-basepath=".">
<div class="book-summary">
<nav role="navigation">
<ul class="summary">
<li><a href="./">Statistics with jamovi</a></li>
<li class="divider"></li>
<li class="chapter" data-level="" data-path="index.html"><a href="index.html"><i class="fa fa-check"></i>Preface</a>
<ul>
<li class="chapter" data-level="" data-path="index.html"><a href="index.html#structure"><i class="fa fa-check"></i>How this book is structured</a></li>
<li class="chapter" data-level="" data-path="index.html"><a href="index.html#datasets"><i class="fa fa-check"></i>Datasets used in this book</a></li>
<li class="chapter" data-level="" data-path="index.html"><a href="index.html#acknowledgements"><i class="fa fa-check"></i>Acknowledgements</a></li>
<li class="chapter" data-level="" data-path="index.html"><a href="index.html#author"><i class="fa fa-check"></i>About the author</a></li>
</ul></li>
<li class="part"><span><b>I Background mathematics and data organisation</b></span></li>
<li class="chapter" data-level="" data-path="Week1.html"><a href="Week1.html"><i class="fa fa-check"></i>Part I Overview</a></li>
<li class="chapter" data-level="1" data-path="Chapter_1.html"><a href="Chapter_1.html"><i class="fa fa-check"></i><b>1</b> Background mathematics</a>
<ul>
<li class="chapter" data-level="1.1" data-path="Chapter_1.html"><a href="Chapter_1.html#numbers-and-operations"><i class="fa fa-check"></i><b>1.1</b> Numbers and operations</a></li>
<li class="chapter" data-level="1.2" data-path="Chapter_1.html"><a href="Chapter_1.html#logarithms"><i class="fa fa-check"></i><b>1.2</b> Logarithms</a></li>
<li class="chapter" data-level="1.3" data-path="Chapter_1.html"><a href="Chapter_1.html#order-of-operations"><i class="fa fa-check"></i><b>1.3</b> Order of operations</a></li>
</ul></li>
<li class="chapter" data-level="2" data-path="Chapter_2.html"><a href="Chapter_2.html"><i class="fa fa-check"></i><b>2</b> Data organisation</a>
<ul>
<li class="chapter" data-level="2.1" data-path="Chapter_2.html"><a href="Chapter_2.html#tidy-data"><i class="fa fa-check"></i><b>2.1</b> Tidy data</a></li>
<li class="chapter" data-level="2.2" data-path="Chapter_2.html"><a href="Chapter_2.html#data-files"><i class="fa fa-check"></i><b>2.2</b> Data files</a></li>
<li class="chapter" data-level="2.3" data-path="Chapter_2.html"><a href="Chapter_2.html#managing-data-files"><i class="fa fa-check"></i><b>2.3</b> Managing data files</a></li>
</ul></li>
<li class="chapter" data-level="3" data-path="Chapter_3.html"><a href="Chapter_3.html"><i class="fa fa-check"></i><b>3</b> <em>Practical</em>. Preparing data</a>
<ul>
<li class="chapter" data-level="3.1" data-path="Chapter_3.html"><a href="Chapter_3.html#exercise-1-transferring-data-to-a-spreadsheet"><i class="fa fa-check"></i><b>3.1</b> Exercise 1: Transferring data to a spreadsheet</a></li>
<li class="chapter" data-level="3.2" data-path="Chapter_3.html"><a href="Chapter_3.html#exercise-2-making-spreadsheet-data-tidy"><i class="fa fa-check"></i><b>3.2</b> Exercise 2: Making spreadsheet data tidy</a></li>
<li class="chapter" data-level="3.3" data-path="Chapter_3.html"><a href="Chapter_3.html#exercise-3-making-data-tidy-again"><i class="fa fa-check"></i><b>3.3</b> Exercise 3: Making data tidy again</a></li>
<li class="chapter" data-level="3.4" data-path="Chapter_3.html"><a href="Chapter_3.html#exercise-4-tidy-data-and-spreadsheet-calculations"><i class="fa fa-check"></i><b>3.4</b> Exercise 4: Tidy data and spreadsheet calculations</a></li>
<li class="chapter" data-level="3.5" data-path="Chapter_3.html"><a href="Chapter_3.html#summary"><i class="fa fa-check"></i><b>3.5</b> Summary</a></li>
</ul></li>
<li class="part"><span><b>II Statistical concepts</b></span></li>
<li class="chapter" data-level="" data-path="Week2.html"><a href="Week2.html"><i class="fa fa-check"></i>Part II Overview</a></li>
<li class="chapter" data-level="4" data-path="Chapter_4.html"><a href="Chapter_4.html"><i class="fa fa-check"></i><b>4</b> Populations and samples</a></li>
<li class="chapter" data-level="5" data-path="Chapter_5.html"><a href="Chapter_5.html"><i class="fa fa-check"></i><b>5</b> Types of variables</a></li>
<li class="chapter" data-level="6" data-path="Chapter_6.html"><a href="Chapter_6.html"><i class="fa fa-check"></i><b>6</b> Accuracy, precision, and units</a>
<ul>
<li class="chapter" data-level="6.1" data-path="Chapter_6.html"><a href="Chapter_6.html#accuracy"><i class="fa fa-check"></i><b>6.1</b> Accuracy</a></li>
<li class="chapter" data-level="6.2" data-path="Chapter_6.html"><a href="Chapter_6.html#precision"><i class="fa fa-check"></i><b>6.2</b> Precision</a></li>
<li class="chapter" data-level="6.3" data-path="Chapter_6.html"><a href="Chapter_6.html#systems-of-units"><i class="fa fa-check"></i><b>6.3</b> Systems of units</a></li>
<li class="chapter" data-level="6.4" data-path="Chapter_6.html"><a href="Chapter_6.html#other-examples-of-units"><i class="fa fa-check"></i><b>6.4</b> Other examples of units</a>
<ul>
<li class="chapter" data-level="6.4.1" data-path="Chapter_6.html"><a href="Chapter_6.html#units-of-density"><i class="fa fa-check"></i><b>6.4.1</b> Units of density</a></li>
<li class="chapter" data-level="6.4.2" data-path="Chapter_6.html"><a href="Chapter_6.html#mass-of-metal-discharged-from-a-catchment"><i class="fa fa-check"></i><b>6.4.2</b> Mass of metal discharged from a catchment</a></li>
<li class="chapter" data-level="6.4.3" data-path="Chapter_6.html"><a href="Chapter_6.html#soil-carbon-inventories"><i class="fa fa-check"></i><b>6.4.3</b> Soil carbon inventories</a></li>
</ul></li>
</ul></li>
<li class="chapter" data-level="7" data-path="Chapter_7.html"><a href="Chapter_7.html"><i class="fa fa-check"></i><b>7</b> Uncertainty propagation</a>
<ul>
<li class="chapter" data-level="7.1" data-path="Chapter_7.html"><a href="Chapter_7.html#adding-or-subtracting-errors"><i class="fa fa-check"></i><b>7.1</b> Adding or subtracting errors</a></li>
<li class="chapter" data-level="7.2" data-path="Chapter_7.html"><a href="Chapter_7.html#multiplying-or-dividing-errors"><i class="fa fa-check"></i><b>7.2</b> Multiplying or dividing errors</a></li>
</ul></li>
<li class="chapter" data-level="8" data-path="Chapter_8.html"><a href="Chapter_8.html"><i class="fa fa-check"></i><b>8</b> <em>Practical</em>. Introduction to jamovi</a>
<ul>
<li class="chapter" data-level="8.1" data-path="Chapter_8.html"><a href="Chapter_8.html#summary_statistics_02"><i class="fa fa-check"></i><b>8.1</b> Exercise for summary statistics</a></li>
<li class="chapter" data-level="8.2" data-path="Chapter_8.html"><a href="Chapter_8.html#transforming_variables_02"><i class="fa fa-check"></i><b>8.2</b> Exercise on transforming variables</a></li>
<li class="chapter" data-level="8.3" data-path="Chapter_8.html"><a href="Chapter_8.html#computing_variables_02"><i class="fa fa-check"></i><b>8.3</b> Exercise on computing variables</a></li>
<li class="chapter" data-level="8.4" data-path="Chapter_8.html"><a href="Chapter_8.html#summary-1"><i class="fa fa-check"></i><b>8.4</b> Summary</a></li>
</ul></li>
<li class="part"><span><b>III Summary statistics</b></span></li>
<li class="chapter" data-level="" data-path="Week3.html"><a href="Week3.html"><i class="fa fa-check"></i>Part III Overview</a></li>
<li class="chapter" data-level="9" data-path="Chapter_9.html"><a href="Chapter_9.html"><i class="fa fa-check"></i><b>9</b> Decimal places, significant figures, and rounding</a>
<ul>
<li class="chapter" data-level="9.1" data-path="Chapter_9.html"><a href="Chapter_9.html#decimal-places-and-significant-figures"><i class="fa fa-check"></i><b>9.1</b> Decimal places and significant figures</a></li>
<li class="chapter" data-level="9.2" data-path="Chapter_9.html"><a href="Chapter_9.html#rounding"><i class="fa fa-check"></i><b>9.2</b> Rounding</a></li>
</ul></li>
<li class="chapter" data-level="10" data-path="Chapter_10.html"><a href="Chapter_10.html"><i class="fa fa-check"></i><b>10</b> Graphs</a>
<ul>
<li class="chapter" data-level="10.1" data-path="Chapter_10.html"><a href="Chapter_10.html#histograms"><i class="fa fa-check"></i><b>10.1</b> Histograms</a></li>
<li class="chapter" data-level="10.2" data-path="Chapter_10.html"><a href="Chapter_10.html#barplots-and-pie-charts"><i class="fa fa-check"></i><b>10.2</b> Barplots and pie charts</a></li>
<li class="chapter" data-level="10.3" data-path="Chapter_10.html"><a href="Chapter_10.html#box-whisker-plots"><i class="fa fa-check"></i><b>10.3</b> Box-whisker plots</a></li>
</ul></li>
<li class="chapter" data-level="11" data-path="Chapter_11.html"><a href="Chapter_11.html"><i class="fa fa-check"></i><b>11</b> Measures of central tendency</a>
<ul>
<li class="chapter" data-level="11.1" data-path="Chapter_11.html"><a href="Chapter_11.html#the-mean"><i class="fa fa-check"></i><b>11.1</b> The mean</a></li>
<li class="chapter" data-level="11.2" data-path="Chapter_11.html"><a href="Chapter_11.html#the-mode"><i class="fa fa-check"></i><b>11.2</b> The mode</a></li>
<li class="chapter" data-level="11.3" data-path="Chapter_11.html"><a href="Chapter_11.html#the-median-and-quantiles"><i class="fa fa-check"></i><b>11.3</b> The median and quantiles</a></li>
</ul></li>
<li class="chapter" data-level="12" data-path="Chapter_12.html"><a href="Chapter_12.html"><i class="fa fa-check"></i><b>12</b> Measures of spread</a>
<ul>
<li class="chapter" data-level="12.1" data-path="Chapter_12.html"><a href="Chapter_12.html#the-range"><i class="fa fa-check"></i><b>12.1</b> The range</a></li>
<li class="chapter" data-level="12.2" data-path="Chapter_12.html"><a href="Chapter_12.html#the-inter-quartile-range"><i class="fa fa-check"></i><b>12.2</b> The inter-quartile range</a></li>
<li class="chapter" data-level="12.3" data-path="Chapter_12.html"><a href="Chapter_12.html#the-variance"><i class="fa fa-check"></i><b>12.3</b> The variance</a></li>
<li class="chapter" data-level="12.4" data-path="Chapter_12.html"><a href="Chapter_12.html#the-standard-deviation"><i class="fa fa-check"></i><b>12.4</b> The standard deviation</a></li>
<li class="chapter" data-level="12.5" data-path="Chapter_12.html"><a href="Chapter_12.html#the-coefficient-of-variation"><i class="fa fa-check"></i><b>12.5</b> The coefficient of variation</a></li>
<li class="chapter" data-level="12.6" data-path="Chapter_12.html"><a href="Chapter_12.html#the-standard-error"><i class="fa fa-check"></i><b>12.6</b> The standard error</a></li>
</ul></li>
<li class="chapter" data-level="13" data-path="skew-and-kurtosis.html"><a href="skew-and-kurtosis.html"><i class="fa fa-check"></i><b>13</b> Skew and Kurtosis</a>
<ul>
<li class="chapter" data-level="13.1" data-path="skew-and-kurtosis.html"><a href="skew-and-kurtosis.html#skew"><i class="fa fa-check"></i><b>13.1</b> Skew</a></li>
<li class="chapter" data-level="13.2" data-path="skew-and-kurtosis.html"><a href="skew-and-kurtosis.html#kurtosis"><i class="fa fa-check"></i><b>13.2</b> Kurtosis</a></li>
<li class="chapter" data-level="13.3" data-path="skew-and-kurtosis.html"><a href="skew-and-kurtosis.html#moments"><i class="fa fa-check"></i><b>13.3</b> Moments</a></li>
</ul></li>
<li class="chapter" data-level="14" data-path="Chapter_14.html"><a href="Chapter_14.html"><i class="fa fa-check"></i><b>14</b> <em>Practical</em>. Plotting and statistical summaries in jamovi</a>
<ul>
<li class="chapter" data-level="14.1" data-path="Chapter_14.html"><a href="Chapter_14.html#reorganise-the-dataset-into-a-tidy-format"><i class="fa fa-check"></i><b>14.1</b> Reorganise the dataset into a tidy format</a></li>
<li class="chapter" data-level="14.2" data-path="Chapter_14.html"><a href="Chapter_14.html#histograms-and-box-whisker-plots"><i class="fa fa-check"></i><b>14.2</b> Histograms and box-whisker plots</a></li>
<li class="chapter" data-level="14.3" data-path="Chapter_14.html"><a href="Chapter_14.html#calculate-summary-statistics"><i class="fa fa-check"></i><b>14.3</b> Calculate summary statistics</a></li>
<li class="chapter" data-level="14.4" data-path="Chapter_14.html"><a href="Chapter_14.html#reporting-decimals-and-significant-figures"><i class="fa fa-check"></i><b>14.4</b> Reporting decimals and significant figures</a></li>
<li class="chapter" data-level="14.5" data-path="Chapter_14.html"><a href="Chapter_14.html#comparing-across-sites"><i class="fa fa-check"></i><b>14.5</b> Comparing across sites</a></li>
</ul></li>
<li class="part"><span><b>IV Probability models and the Central Limit Theorem</b></span></li>
<li class="chapter" data-level="" data-path="Week4.html"><a href="Week4.html"><i class="fa fa-check"></i>Part IV Overview</a></li>
<li class="chapter" data-level="15" data-path="Chapter_15.html"><a href="Chapter_15.html"><i class="fa fa-check"></i><b>15</b> Introduction to probability models</a>
<ul>
<li class="chapter" data-level="15.1" data-path="Chapter_15.html"><a href="Chapter_15.html#an-instructive-example"><i class="fa fa-check"></i><b>15.1</b> An instructive example</a></li>
<li class="chapter" data-level="15.2" data-path="Chapter_15.html"><a href="Chapter_15.html#biological-applications"><i class="fa fa-check"></i><b>15.2</b> Biological applications</a></li>
<li class="chapter" data-level="15.3" data-path="Chapter_15.html"><a href="Chapter_15.html#sampling-with-and-without-replacement"><i class="fa fa-check"></i><b>15.3</b> Sampling with and without replacement</a></li>
<li class="chapter" data-level="15.4" data-path="Chapter_15.html"><a href="Chapter_15.html#probability-distributions"><i class="fa fa-check"></i><b>15.4</b> Probability distributions</a>
<ul>
<li class="chapter" data-level="15.4.1" data-path="Chapter_15.html"><a href="Chapter_15.html#binomial-distribution"><i class="fa fa-check"></i><b>15.4.1</b> Binomial distribution</a></li>
<li class="chapter" data-level="15.4.2" data-path="Chapter_15.html"><a href="Chapter_15.html#poisson-distribution"><i class="fa fa-check"></i><b>15.4.2</b> Poisson distribution</a></li>
<li class="chapter" data-level="15.4.3" data-path="Chapter_15.html"><a href="Chapter_15.html#uniform-distribution"><i class="fa fa-check"></i><b>15.4.3</b> Uniform distribution</a></li>
<li class="chapter" data-level="15.4.4" data-path="Chapter_15.html"><a href="Chapter_15.html#normal-distribution"><i class="fa fa-check"></i><b>15.4.4</b> Normal distribution</a></li>
</ul></li>
<li class="chapter" data-level="15.5" data-path="Chapter_15.html"><a href="Chapter_15.html#summary-2"><i class="fa fa-check"></i><b>15.5</b> Summary</a></li>
</ul></li>
<li class="chapter" data-level="16" data-path="Chapter_16.html"><a href="Chapter_16.html"><i class="fa fa-check"></i><b>16</b> The Central Limit Theorem (CLT)</a>
<ul>
<li class="chapter" data-level="16.1" data-path="Chapter_16.html"><a href="Chapter_16.html#the-distribution-of-means-is-normal"><i class="fa fa-check"></i><b>16.1</b> The distribution of means is normal</a></li>
<li class="chapter" data-level="16.2" data-path="Chapter_16.html"><a href="Chapter_16.html#probability-and-z-scores"><i class="fa fa-check"></i><b>16.2</b> Probability and z-scores</a></li>
</ul></li>
<li class="chapter" data-level="17" data-path="Chapter_17.html"><a href="Chapter_17.html"><i class="fa fa-check"></i><b>17</b> <em>Practical</em>. Probability and simulation</a>
<ul>
<li class="chapter" data-level="17.1" data-path="Chapter_17.html"><a href="Chapter_17.html#probabilities-from-a-dataset"><i class="fa fa-check"></i><b>17.1</b> Probabilities from a dataset</a></li>
<li class="chapter" data-level="17.2" data-path="Chapter_17.html"><a href="Chapter_17.html#probabilities-from-a-normal-distribution"><i class="fa fa-check"></i><b>17.2</b> Probabilities from a normal distribution</a></li>
<li class="chapter" data-level="17.3" data-path="Chapter_17.html"><a href="Chapter_17.html#central-limit-theorem"><i class="fa fa-check"></i><b>17.3</b> Central limit theorem</a></li>
</ul></li>
<li class="part"><span><b>V Statistical inference</b></span></li>
<li class="chapter" data-level="" data-path="Week5.html"><a href="Week5.html"><i class="fa fa-check"></i>Part V Overview</a></li>
<li class="chapter" data-level="18" data-path="Chapter_18.html"><a href="Chapter_18.html"><i class="fa fa-check"></i><b>18</b> Confidence intervals (CIs)</a>
<ul>
<li class="chapter" data-level="18.1" data-path="Chapter_18.html"><a href="Chapter_18.html#normal-distribution-cis"><i class="fa fa-check"></i><b>18.1</b> Normal distribution CIs</a></li>
<li class="chapter" data-level="18.2" data-path="Chapter_18.html"><a href="Chapter_18.html#binomial-distribution-cis"><i class="fa fa-check"></i><b>18.2</b> Binomial distribution CIs</a></li>
</ul></li>
<li class="chapter" data-level="19" data-path="Chapter_19.html"><a href="Chapter_19.html"><i class="fa fa-check"></i><b>19</b> The t-interval</a></li>
<li class="chapter" data-level="20" data-path="Chapter_20.html"><a href="Chapter_20.html"><i class="fa fa-check"></i><b>20</b> <em>Practical</em>. z- and t- intervals</a>
<ul>
<li class="chapter" data-level="20.1" data-path="Chapter_20.html"><a href="Chapter_20.html#confidence-intervals-with-distraction"><i class="fa fa-check"></i><b>20.1</b> Confidence intervals with distrACTION</a></li>
<li class="chapter" data-level="20.2" data-path="Chapter_20.html"><a href="Chapter_20.html#confidence-intervals-from-z--and-t-scores"><i class="fa fa-check"></i><b>20.2</b> Confidence intervals from z- and t-scores</a></li>
<li class="chapter" data-level="20.3" data-path="Chapter_20.html"><a href="Chapter_20.html#confidence-intervals-for-different-sample-sizes-t--and-z-"><i class="fa fa-check"></i><b>20.3</b> Confidence intervals for different sample sizes (t- and z-)</a></li>
<li class="chapter" data-level="20.4" data-path="Chapter_20.html"><a href="Chapter_20.html#proportion-confidence-intervals"><i class="fa fa-check"></i><b>20.4</b> Proportion confidence intervals</a></li>
<li class="chapter" data-level="20.5" data-path="Chapter_20.html"><a href="Chapter_20.html#another-proportion-confidence-interval"><i class="fa fa-check"></i><b>20.5</b> Another proportion confidence interval</a></li>
</ul></li>
<li class="part"><span><b>VI Hypothesis testing</b></span></li>
<li class="chapter" data-level="" data-path="Week6.html"><a href="Week6.html"><i class="fa fa-check"></i>Part VI Overview</a></li>
<li class="chapter" data-level="21" data-path="Chapter_21.html"><a href="Chapter_21.html"><i class="fa fa-check"></i><b>21</b> What is hypothesis testing?</a>
<ul>
<li class="chapter" data-level="21.1" data-path="Chapter_21.html"><a href="Chapter_21.html#how-ridiculous-is-our-hypothesis"><i class="fa fa-check"></i><b>21.1</b> How ridiculous is our hypothesis?</a></li>
<li class="chapter" data-level="21.2" data-path="Chapter_21.html"><a href="Chapter_21.html#statistical-hypothesis-testing"><i class="fa fa-check"></i><b>21.2</b> Statistical hypothesis testing</a></li>
<li class="chapter" data-level="21.3" data-path="Chapter_21.html"><a href="Chapter_21.html#p-values-false-positives-and-power"><i class="fa fa-check"></i><b>21.3</b> P-values, false positives, and power</a></li>
</ul></li>
<li class="chapter" data-level="22" data-path="Chapter_22.html"><a href="Chapter_22.html"><i class="fa fa-check"></i><b>22</b> The t-test</a>
<ul>
<li class="chapter" data-level="22.1" data-path="Chapter_22.html"><a href="Chapter_22.html#one-sample-t-test"><i class="fa fa-check"></i><b>22.1</b> One sample t-test</a></li>
<li class="chapter" data-level="22.2" data-path="Chapter_22.html"><a href="Chapter_22.html#independent-samples-t-test"><i class="fa fa-check"></i><b>22.2</b> Independent samples t-test</a></li>
<li class="chapter" data-level="22.3" data-path="Chapter_22.html"><a href="Chapter_22.html#paired-sample-t-test"><i class="fa fa-check"></i><b>22.3</b> Paired sample t-test</a></li>
<li class="chapter" data-level="22.4" data-path="Chapter_22.html"><a href="Chapter_22.html#assumptions-of-t-tests"><i class="fa fa-check"></i><b>22.4</b> Assumptions of t-tests</a></li>
<li class="chapter" data-level="22.5" data-path="Chapter_22.html"><a href="Chapter_22.html#non-parametric-alternatives"><i class="fa fa-check"></i><b>22.5</b> Non-parametric alternatives</a>
<ul>
<li class="chapter" data-level="22.5.1" data-path="Chapter_22.html"><a href="Chapter_22.html#wilcoxon-test"><i class="fa fa-check"></i><b>22.5.1</b> Wilcoxon test</a></li>
<li class="chapter" data-level="22.5.2" data-path="Chapter_22.html"><a href="Chapter_22.html#mann-whitney-u-test"><i class="fa fa-check"></i><b>22.5.2</b> Mann-Whitney U test</a></li>
</ul></li>
<li class="chapter" data-level="22.6" data-path="Chapter_22.html"><a href="Chapter_22.html#summary-3"><i class="fa fa-check"></i><b>22.6</b> Summary</a></li>
</ul></li>
<li class="chapter" data-level="23" data-path="Chapter_23.html"><a href="Chapter_23.html"><i class="fa fa-check"></i><b>23</b> <em>Practical</em>. Hypothesis testing and t-tests</a>
<ul>
<li class="chapter" data-level="23.1" data-path="Chapter_23.html"><a href="Chapter_23.html#exercise-on-a-simple-one-sample-t-test"><i class="fa fa-check"></i><b>23.1</b> Exercise on a simple one sample t-test</a></li>
<li class="chapter" data-level="23.2" data-path="Chapter_23.html"><a href="Chapter_23.html#exercise-on-a-paired-t-test"><i class="fa fa-check"></i><b>23.2</b> Exercise on a paired t-test</a></li>
<li class="chapter" data-level="23.3" data-path="Chapter_23.html"><a href="Chapter_23.html#wilcoxon-test-1"><i class="fa fa-check"></i><b>23.3</b> Wilcoxon test</a></li>
<li class="chapter" data-level="23.4" data-path="Chapter_23.html"><a href="Chapter_23.html#independent-samples-t-test-1"><i class="fa fa-check"></i><b>23.4</b> Independent samples t-test</a></li>
<li class="chapter" data-level="23.5" data-path="Chapter_23.html"><a href="Chapter_23.html#mann-whitney-u-test-1"><i class="fa fa-check"></i><b>23.5</b> Mann-Whitney U Test</a></li>
</ul></li>
<li class="part"><span><b>VII Analysis of Variance (ANOVA)</b></span></li>
<li class="chapter" data-level="" data-path="Week8.html"><a href="Week8.html"><i class="fa fa-check"></i>Part VII Overview</a></li>
<li class="chapter" data-level="24" data-path="Chapter_24.html"><a href="Chapter_24.html"><i class="fa fa-check"></i><b>24</b> Analysis of variance</a>
<ul>
<li class="chapter" data-level="24.1" data-path="Chapter_24.html"><a href="Chapter_24.html#the-f-distribution"><i class="fa fa-check"></i><b>24.1</b> The F-distribution</a></li>
<li class="chapter" data-level="24.2" data-path="Chapter_24.html"><a href="Chapter_24.html#one-way-anova"><i class="fa fa-check"></i><b>24.2</b> One-way ANOVA</a>
<ul>
<li class="chapter" data-level="24.2.1" data-path="Chapter_24.html"><a href="Chapter_24.html#anova-mean-variance-among-groups"><i class="fa fa-check"></i><b>24.2.1</b> ANOVA mean variance among groups</a></li>
<li class="chapter" data-level="24.2.2" data-path="Chapter_24.html"><a href="Chapter_24.html#anova-mean-variance-within-groups"><i class="fa fa-check"></i><b>24.2.2</b> ANOVA mean variance within groups</a></li>
<li class="chapter" data-level="24.2.3" data-path="Chapter_24.html"><a href="Chapter_24.html#anova-f-statistic-calculation"><i class="fa fa-check"></i><b>24.2.3</b> ANOVA F statistic calculation</a></li>
</ul></li>
<li class="chapter" data-level="24.3" data-path="Chapter_24.html"><a href="Chapter_24.html#assumptions-of-anova"><i class="fa fa-check"></i><b>24.3</b> Assumptions of ANOVA</a></li>
</ul></li>
<li class="chapter" data-level="25" data-path="Chapter_25.html"><a href="Chapter_25.html"><i class="fa fa-check"></i><b>25</b> Multiple comparisons</a></li>
<li class="chapter" data-level="26" data-path="Chapter_26.html"><a href="Chapter_26.html"><i class="fa fa-check"></i><b>26</b> Kruskall-Wallis H test</a></li>
<li class="chapter" data-level="27" data-path="Chapter_27.html"><a href="Chapter_27.html"><i class="fa fa-check"></i><b>27</b> Two-way ANOVA</a></li>
<li class="chapter" data-level="28" data-path="Chapter_28.html"><a href="Chapter_28.html"><i class="fa fa-check"></i><b>28</b> <em>Practical</em>. ANOVA and associated tests</a>
<ul>
<li class="chapter" data-level="28.1" data-path="Chapter_28.html"><a href="Chapter_28.html#one-way-anova-site"><i class="fa fa-check"></i><b>28.1</b> One-way ANOVA (site)</a></li>
<li class="chapter" data-level="28.2" data-path="Chapter_28.html"><a href="Chapter_28.html#one-way-anova-profile"><i class="fa fa-check"></i><b>28.2</b> One-way ANOVA (profile)</a></li>
<li class="chapter" data-level="28.3" data-path="Chapter_28.html"><a href="Chapter_28.html#multiple-comparisons"><i class="fa fa-check"></i><b>28.3</b> Multiple comparisons</a></li>
<li class="chapter" data-level="28.4" data-path="Chapter_28.html"><a href="Chapter_28.html#kruskall-wallis-h-test"><i class="fa fa-check"></i><b>28.4</b> Kruskall-Wallis H test</a></li>
<li class="chapter" data-level="28.5" data-path="Chapter_28.html"><a href="Chapter_28.html#two-way-anova"><i class="fa fa-check"></i><b>28.5</b> Two-way ANOVA</a></li>
</ul></li>
<li class="part"><span><b>VIII Counts and Correlation</b></span></li>
<li class="chapter" data-level="" data-path="Week9.html"><a href="Week9.html"><i class="fa fa-check"></i>Part VIII Overview</a></li>
<li class="chapter" data-level="29" data-path="Chapter_29.html"><a href="Chapter_29.html"><i class="fa fa-check"></i><b>29</b> Frequency and count data</a>
<ul>
<li class="chapter" data-level="29.1" data-path="Chapter_29.html"><a href="Chapter_29.html#the-chi-square-distribution"><i class="fa fa-check"></i><b>29.1</b> The Chi-square distribution</a></li>
<li class="chapter" data-level="29.2" data-path="Chapter_29.html"><a href="Chapter_29.html#chi-squared-goodness-of-fit"><i class="fa fa-check"></i><b>29.2</b> Chi-squared goodness of fit</a></li>
<li class="chapter" data-level="29.3" data-path="Chapter_29.html"><a href="Chapter_29.html#chi-squared-test-of-association"><i class="fa fa-check"></i><b>29.3</b> Chi-squared test of association</a></li>
</ul></li>
<li class="chapter" data-level="30" data-path="Chapter_30.html"><a href="Chapter_30.html"><i class="fa fa-check"></i><b>30</b> Correlation</a>
<ul>
<li class="chapter" data-level="30.1" data-path="Chapter_30.html"><a href="Chapter_30.html#scatterplots"><i class="fa fa-check"></i><b>30.1</b> Scatterplots</a></li>
<li class="chapter" data-level="30.2" data-path="Chapter_30.html"><a href="Chapter_30.html#the-correlation-coefficient"><i class="fa fa-check"></i><b>30.2</b> The correlation coefficient</a>
<ul>
<li class="chapter" data-level="30.2.1" data-path="Chapter_30.html"><a href="Chapter_30.html#pearson-product-moment-correlation-coefficient"><i class="fa fa-check"></i><b>30.2.1</b> Pearson product moment correlation coefficient</a></li>
<li class="chapter" data-level="30.2.2" data-path="Chapter_30.html"><a href="Chapter_30.html#spearman-rank-correlation-coefficient"><i class="fa fa-check"></i><b>30.2.2</b> Spearman rank correlation coefficient</a></li>
</ul></li>
<li class="chapter" data-level="30.3" data-path="Chapter_30.html"><a href="Chapter_30.html#correlation-hypothesis-testing"><i class="fa fa-check"></i><b>30.3</b> Correlation hypothesis testing</a></li>
</ul></li>
<li class="chapter" data-level="31" data-path="Chapter_31.html"><a href="Chapter_31.html"><i class="fa fa-check"></i><b>31</b> <em>Practical</em>. Analysis of counts and correlations</a>
<ul>
<li class="chapter" data-level="31.1" data-path="Chapter_31.html"><a href="Chapter_31.html#survival-goodness-of-fit"><i class="fa fa-check"></i><b>31.1</b> Survival goodness of fit</a></li>
<li class="chapter" data-level="31.2" data-path="Chapter_31.html"><a href="Chapter_31.html#colony-goodness-of-fit"><i class="fa fa-check"></i><b>31.2</b> Colony goodness of fit</a></li>
<li class="chapter" data-level="31.3" data-path="Chapter_31.html"><a href="Chapter_31.html#chi-square-test-of-association"><i class="fa fa-check"></i><b>31.3</b> Chi-Square test of association</a></li>
<li class="chapter" data-level="31.4" data-path="Chapter_31.html"><a href="Chapter_31.html#pearson-product-moment-correlation-test"><i class="fa fa-check"></i><b>31.4</b> Pearson product moment correlation test</a></li>
<li class="chapter" data-level="31.5" data-path="Chapter_31.html"><a href="Chapter_31.html#spearman-rank-correlation-test"><i class="fa fa-check"></i><b>31.5</b> Spearman rank correlation test</a></li>
<li class="chapter" data-level="31.6" data-path="Chapter_31.html"><a href="Chapter_31.html#untidy-goodness-of-fit"><i class="fa fa-check"></i><b>31.6</b> Untidy goodness of fit</a></li>
</ul></li>
<li class="part"><span><b>IX Linear Regression</b></span></li>
<li class="chapter" data-level="" data-path="Week10.html"><a href="Week10.html"><i class="fa fa-check"></i>Part IX Overview</a></li>
<li class="chapter" data-level="32" data-path="Chapter_32.html"><a href="Chapter_32.html"><i class="fa fa-check"></i><b>32</b> Simple linear regression</a>
<ul>
<li class="chapter" data-level="32.1" data-path="Chapter_32.html"><a href="Chapter_32.html#visual-interpretation-of-regression"><i class="fa fa-check"></i><b>32.1</b> Visual interpretation of regression</a></li>
<li class="chapter" data-level="32.2" data-path="Chapter_32.html"><a href="Chapter_32.html#intercepts-slopes-and-residuals"><i class="fa fa-check"></i><b>32.2</b> Intercepts, slopes, and residuals</a></li>
<li class="chapter" data-level="32.3" data-path="Chapter_32.html"><a href="Chapter_32.html#regression-coefficients"><i class="fa fa-check"></i><b>32.3</b> Regression coefficients</a></li>
<li class="chapter" data-level="32.4" data-path="Chapter_32.html"><a href="Chapter_32.html#regression-line-calculation"><i class="fa fa-check"></i><b>32.4</b> Regression line calculation</a></li>
<li class="chapter" data-level="32.5" data-path="Chapter_32.html"><a href="Chapter_32.html#coefficient-of-determination"><i class="fa fa-check"></i><b>32.5</b> Coefficient of determination</a></li>
<li class="chapter" data-level="32.6" data-path="Chapter_32.html"><a href="Chapter_32.html#regression-assumptions"><i class="fa fa-check"></i><b>32.6</b> Regression assumptions</a></li>
<li class="chapter" data-level="32.7" data-path="Chapter_32.html"><a href="Chapter_32.html#regression-hypothesis-testing"><i class="fa fa-check"></i><b>32.7</b> Regression hypothesis testing</a>
<ul>
<li class="chapter" data-level="32.7.1" data-path="Chapter_32.html"><a href="Chapter_32.html#overall-model-significance"><i class="fa fa-check"></i><b>32.7.1</b> Overall model significance</a></li>
<li class="chapter" data-level="32.7.2" data-path="Chapter_32.html"><a href="Chapter_32.html#significance-of-the-intercept"><i class="fa fa-check"></i><b>32.7.2</b> Significance of the intercept</a></li>
<li class="chapter" data-level="32.7.3" data-path="Chapter_32.html"><a href="Chapter_32.html#significance-of-the-slope"><i class="fa fa-check"></i><b>32.7.3</b> Significance of the slope</a></li>
<li class="chapter" data-level="32.7.4" data-path="Chapter_32.html"><a href="Chapter_32.html#simple-regression-output"><i class="fa fa-check"></i><b>32.7.4</b> Simple regression output</a></li>
</ul></li>
<li class="chapter" data-level="32.8" data-path="Chapter_32.html"><a href="Chapter_32.html#prediction-with-linear-models"><i class="fa fa-check"></i><b>32.8</b> Prediction with linear models</a></li>
<li class="chapter" data-level="32.9" data-path="Chapter_32.html"><a href="Chapter_32.html#conclusion"><i class="fa fa-check"></i><b>32.9</b> Conclusion</a></li>
</ul></li>
<li class="chapter" data-level="33" data-path="Chapter_33.html"><a href="Chapter_33.html"><i class="fa fa-check"></i><b>33</b> Multiple regression</a>
<ul>
<li class="chapter" data-level="33.1" data-path="Chapter_33.html"><a href="Chapter_33.html#adjusted-coefficient-of-determination"><i class="fa fa-check"></i><b>33.1</b> Adjusted coefficient of determination</a></li>
</ul></li>
<li class="chapter" data-level="34" data-path="Chapter_34.html"><a href="Chapter_34.html"><i class="fa fa-check"></i><b>34</b> <em>Practical</em>. Using regression</a>
<ul>
<li class="chapter" data-level="34.1" data-path="Chapter_34.html"><a href="Chapter_34.html#predicting-pyrogenic-carbon-from-soil-depth"><i class="fa fa-check"></i><b>34.1</b> Predicting pyrogenic carbon from soil depth</a></li>
<li class="chapter" data-level="34.2" data-path="Chapter_34.html"><a href="Chapter_34.html#predicting-pyrogenic-carbon-from-fire-frequency"><i class="fa fa-check"></i><b>34.2</b> Predicting pyrogenic carbon from fire frequency</a></li>
<li class="chapter" data-level="34.3" data-path="Chapter_34.html"><a href="Chapter_34.html#multiple-regression-depth-and-fire-frequency"><i class="fa fa-check"></i><b>34.3</b> Multiple regression depth and fire frequency</a></li>
<li class="chapter" data-level="34.4" data-path="Chapter_34.html"><a href="Chapter_34.html#large-multiple-regression"><i class="fa fa-check"></i><b>34.4</b> Large multiple regression</a></li>
<li class="chapter" data-level="34.5" data-path="Chapter_34.html"><a href="Chapter_34.html#predicting-temperature-from-fire-frequency"><i class="fa fa-check"></i><b>34.5</b> Predicting temperature from fire frequency</a></li>
</ul></li>
<li class="part"><span><b>X Randomisation approaches</b></span></li>
<li class="chapter" data-level="" data-path="Week11.html"><a href="Week11.html"><i class="fa fa-check"></i>Part X Overview</a></li>
<li class="chapter" data-level="35" data-path="Chapter_35.html"><a href="Chapter_35.html"><i class="fa fa-check"></i><b>35</b> Randomisation</a>
<ul>
<li class="chapter" data-level="35.1" data-path="Chapter_35.html"><a href="Chapter_35.html#summary-of-parametric-hypothesis-testing"><i class="fa fa-check"></i><b>35.1</b> Summary of parametric hypothesis testing</a></li>
<li class="chapter" data-level="35.2" data-path="Chapter_35.html"><a href="Chapter_35.html#randomisation-approach"><i class="fa fa-check"></i><b>35.2</b> Randomisation approach</a></li>
<li class="chapter" data-level="35.3" data-path="Chapter_35.html"><a href="Chapter_35.html#randomisation-for-hypothesis-testing"><i class="fa fa-check"></i><b>35.3</b> Randomisation for hypothesis testing</a></li>
<li class="chapter" data-level="35.4" data-path="Chapter_35.html"><a href="Chapter_35.html#randomisation-assumptions"><i class="fa fa-check"></i><b>35.4</b> Randomisation assumptions</a></li>
<li class="chapter" data-level="35.5" data-path="Chapter_35.html"><a href="Chapter_35.html#bootstrapping"><i class="fa fa-check"></i><b>35.5</b> Bootstrapping</a></li>
<li class="chapter" data-level="35.6" data-path="Chapter_35.html"><a href="Chapter_35.html#monte-carlo"><i class="fa fa-check"></i><b>35.6</b> Monte Carlo</a></li>
<li class="chapter" data-level="35.7" data-path="Chapter_35.html"><a href="Chapter_35.html#randomisation-conclusions"><i class="fa fa-check"></i><b>35.7</b> Randomisation conclusions</a></li>
</ul></li>
<li class="chapter" data-level="36" data-path="Chapter_36.html"><a href="Chapter_36.html"><i class="fa fa-check"></i><b>36</b> <em>Practical</em>. Introduction to R</a>
<ul>
<li class="chapter" data-level="36.1" data-path="Chapter_36.html"><a href="Chapter_36.html#getting-used-to-the-r-interface"><i class="fa fa-check"></i><b>36.1</b> Getting used to the R interface</a></li>
<li class="chapter" data-level="36.2" data-path="Chapter_36.html"><a href="Chapter_36.html#assigning-variables-in-the-r-console"><i class="fa fa-check"></i><b>36.2</b> Assigning variables in the R console</a></li>
<li class="chapter" data-level="36.3" data-path="Chapter_36.html"><a href="Chapter_36.html#some-descriptive-statistics"><i class="fa fa-check"></i><b>36.3</b> Some descriptive statistics</a></li>
<li class="chapter" data-level="36.4" data-path="Chapter_36.html"><a href="Chapter_36.html#bootstrapping-confidence-intervals"><i class="fa fa-check"></i><b>36.4</b> Bootstrapping confidence intervals</a></li>
</ul></li>
<li class="part"><span><b>XI Experimental Design and Statistical Reporting</b></span></li>
<li class="chapter" data-level="" data-path="Week12.html"><a href="Week12.html"><i class="fa fa-check"></i>Part XI Overview</a></li>
<li class="chapter" data-level="37" data-path="Chapter_37.html"><a href="Chapter_37.html"><i class="fa fa-check"></i><b>37</b> Experimental design</a>
<ul>
<li class="chapter" data-level="37.1" data-path="Chapter_37.html"><a href="Chapter_37.html#before-collecting-data"><i class="fa fa-check"></i><b>37.1</b> Before collecting data</a></li>
</ul></li>
<li class="chapter" data-level="38" data-path="Chapter_38.html"><a href="Chapter_38.html"><i class="fa fa-check"></i><b>38</b> Reporting statistics</a>
<ul>
<li class="chapter" data-level="38.1" data-path="Chapter_38.html"><a href="Chapter_38.html#statistical-reporting"><i class="fa fa-check"></i><b>38.1</b> Statistical reporting</a>
<ul>
<li class="chapter" data-level="38.1.1" data-path="Chapter_38.html"><a href="Chapter_38.html#abstract"><i class="fa fa-check"></i><b>38.1.1</b> Abstract</a></li>
<li class="chapter" data-level="38.1.2" data-path="Chapter_38.html"><a href="Chapter_38.html#introduction"><i class="fa fa-check"></i><b>38.1.2</b> Introduction</a></li>
<li class="chapter" data-level="38.1.3" data-path="Chapter_38.html"><a href="Chapter_38.html#methods"><i class="fa fa-check"></i><b>38.1.3</b> Methods</a></li>
<li class="chapter" data-level="38.1.4" data-path="Chapter_38.html"><a href="Chapter_38.html#results"><i class="fa fa-check"></i><b>38.1.4</b> Results</a></li>
<li class="chapter" data-level="38.1.5" data-path="Chapter_38.html"><a href="Chapter_38.html#discussion"><i class="fa fa-check"></i><b>38.1.5</b> Discussion</a></li>
</ul></li>
<li class="chapter" data-level="38.2" data-path="Chapter_38.html"><a href="Chapter_38.html#figures-and-tables"><i class="fa fa-check"></i><b>38.2</b> Figures and tables</a>
<ul>
<li class="chapter" data-level="38.2.1" data-path="Chapter_38.html"><a href="Chapter_38.html#figures"><i class="fa fa-check"></i><b>38.2.1</b> Figures</a></li>
<li class="chapter" data-level="38.2.2" data-path="Chapter_38.html"><a href="Chapter_38.html#tables"><i class="fa fa-check"></i><b>38.2.2</b> Tables</a></li>
</ul></li>
<li class="chapter" data-level="38.3" data-path="Chapter_38.html"><a href="Chapter_38.html#statistical-tests"><i class="fa fa-check"></i><b>38.3</b> Statistical tests</a>
<ul>
<li class="chapter" data-level="38.3.1" data-path="Chapter_38.html"><a href="Chapter_38.html#reporting-t-tests"><i class="fa fa-check"></i><b>38.3.1</b> Reporting t-tests</a></li>
<li class="chapter" data-level="38.3.2" data-path="Chapter_38.html"><a href="Chapter_38.html#reporting-anova"><i class="fa fa-check"></i><b>38.3.2</b> Reporting ANOVA</a></li>
<li class="chapter" data-level="38.3.3" data-path="Chapter_38.html"><a href="Chapter_38.html#reporting-a-main-whitney-u-test"><i class="fa fa-check"></i><b>38.3.3</b> Reporting a Main-Whitney U test</a></li>
<li class="chapter" data-level="38.3.4" data-path="Chapter_38.html"><a href="Chapter_38.html#reporting-a-wilcoxon-signed-rank-test"><i class="fa fa-check"></i><b>38.3.4</b> Reporting a Wilcoxon signed-rank test</a></li>
<li class="chapter" data-level="38.3.5" data-path="Chapter_38.html"><a href="Chapter_38.html#reporting-chi-square-tests"><i class="fa fa-check"></i><b>38.3.5</b> Reporting Chi-square tests</a></li>
<li class="chapter" data-level="38.3.6" data-path="Chapter_38.html"><a href="Chapter_38.html#reporting-correlation-coefficients"><i class="fa fa-check"></i><b>38.3.6</b> Reporting correlation coefficients</a></li>
<li class="chapter" data-level="38.3.7" data-path="Chapter_38.html"><a href="Chapter_38.html#reporting-regressions"><i class="fa fa-check"></i><b>38.3.7</b> Reporting regressions</a></li>
</ul></li>
<li class="chapter" data-level="38.4" data-path="Chapter_38.html"><a href="Chapter_38.html#conclusions"><i class="fa fa-check"></i><b>38.4</b> Conclusions</a></li>
</ul></li>
<li class="chapter" data-level="39" data-path="Chapter_39.html"><a href="Chapter_39.html"><i class="fa fa-check"></i><b>39</b> <em>Practical</em>. Statistical techniques in R</a>
<ul>
<li class="chapter" data-level="39.1" data-path="Chapter_39.html"><a href="Chapter_39.html#working-with-a-data-set"><i class="fa fa-check"></i><b>39.1</b> Working with a data set</a></li>
<li class="chapter" data-level="39.2" data-path="Chapter_39.html"><a href="Chapter_39.html#familiar-statistical-tests-in-r"><i class="fa fa-check"></i><b>39.2</b> Familiar statistical tests in R</a>
<ul>
<li class="chapter" data-level="39.2.1" data-path="Chapter_39.html"><a href="Chapter_39.html#one-way-anova-in-r"><i class="fa fa-check"></i><b>39.2.1</b> One-way ANOVA in R</a></li>
<li class="chapter" data-level="39.2.2" data-path="Chapter_39.html"><a href="Chapter_39.html#two-way-anova-in-r"><i class="fa fa-check"></i><b>39.2.2</b> Two-way ANOVA in R</a></li>
<li class="chapter" data-level="39.2.3" data-path="Chapter_39.html"><a href="Chapter_39.html#chi-square-test-in-r"><i class="fa fa-check"></i><b>39.2.3</b> Chi-square test in R</a></li>
<li class="chapter" data-level="39.2.4" data-path="Chapter_39.html"><a href="Chapter_39.html#correlation-test-in-r"><i class="fa fa-check"></i><b>39.2.4</b> Correlation test in R</a></li>
<li class="chapter" data-level="39.2.5" data-path="Chapter_39.html"><a href="Chapter_39.html#simple-linear-regression-in-r"><i class="fa fa-check"></i><b>39.2.5</b> Simple linear regression in R</a></li>
<li class="chapter" data-level="39.2.6" data-path="Chapter_39.html"><a href="Chapter_39.html#multiple-regression-in-r"><i class="fa fa-check"></i><b>39.2.6</b> Multiple regression in R</a></li>
</ul></li>
<li class="chapter" data-level="39.3" data-path="Chapter_39.html"><a href="Chapter_39.html#statistical-test-assumptions-in-r"><i class="fa fa-check"></i><b>39.3</b> Statistical test assumptions in R</a></li>
</ul></li>
<li class="appendix"><span><b>Appendix</b></span></li>
<li class="chapter" data-level="A" data-path="appendexA.html"><a href="appendexA.html"><i class="fa fa-check"></i><b>A</b> Answers to chapter exercises</a>
<ul>
<li class="chapter" data-level="A.1" data-path="appendexA.html"><a href="appendexA.html#chapter-3"><i class="fa fa-check"></i><b>A.1</b> Chapter 3</a>
<ul>
<li class="chapter" data-level="A.1.1" data-path="appendexA.html"><a href="appendexA.html#exercise-3.1"><i class="fa fa-check"></i><b>A.1.1</b> Exercise 3.1:</a></li>
<li class="chapter" data-level="A.1.2" data-path="appendexA.html"><a href="appendexA.html#exercise-3.2"><i class="fa fa-check"></i><b>A.1.2</b> Exercise 3.2</a></li>
<li class="chapter" data-level="A.1.3" data-path="appendexA.html"><a href="appendexA.html#exercise-3.2-1"><i class="fa fa-check"></i><b>A.1.3</b> Exercise 3.2</a></li>
<li class="chapter" data-level="A.1.4" data-path="appendexA.html"><a href="appendexA.html#exercise-3.4"><i class="fa fa-check"></i><b>A.1.4</b> Exercise 3.4</a></li>
</ul></li>
<li class="chapter" data-level="A.2" data-path="appendexA.html"><a href="appendexA.html#chapter-8"><i class="fa fa-check"></i><b>A.2</b> Chapter 8</a>
<ul>
<li class="chapter" data-level="A.2.1" data-path="appendexA.html"><a href="appendexA.html#exercise-8.1"><i class="fa fa-check"></i><b>A.2.1</b> Exercise 8.1</a></li>
<li class="chapter" data-level="A.2.2" data-path="appendexA.html"><a href="appendexA.html#exercise-8.2"><i class="fa fa-check"></i><b>A.2.2</b> Exercise 8.2</a></li>
<li class="chapter" data-level="A.2.3" data-path="appendexA.html"><a href="appendexA.html#exercise-8.3"><i class="fa fa-check"></i><b>A.2.3</b> Exercise 8.3</a></li>
</ul></li>
<li class="chapter" data-level="A.3" data-path="appendexA.html"><a href="appendexA.html#chapter-14"><i class="fa fa-check"></i><b>A.3</b> Chapter 14</a>
<ul>
<li class="chapter" data-level="A.3.1" data-path="appendexA.html"><a href="appendexA.html#exercise-14.1"><i class="fa fa-check"></i><b>A.3.1</b> Exercise 14.1</a></li>
<li class="chapter" data-level="A.3.2" data-path="appendexA.html"><a href="appendexA.html#exercise-14.2"><i class="fa fa-check"></i><b>A.3.2</b> Exercise 14.2</a></li>
<li class="chapter" data-level="A.3.3" data-path="appendexA.html"><a href="appendexA.html#exercise-13.3"><i class="fa fa-check"></i><b>A.3.3</b> Exercise 13.3</a></li>
<li class="chapter" data-level="A.3.4" data-path="appendexA.html"><a href="appendexA.html#exercise-13.4"><i class="fa fa-check"></i><b>A.3.4</b> Exercise 13.4</a></li>
<li class="chapter" data-level="A.3.5" data-path="appendexA.html"><a href="appendexA.html#exercise-13.5"><i class="fa fa-check"></i><b>A.3.5</b> Exercise 13.5</a></li>
</ul></li>
<li class="chapter" data-level="A.4" data-path="appendexA.html"><a href="appendexA.html#chapter-17"><i class="fa fa-check"></i><b>A.4</b> Chapter 17</a>
<ul>
<li class="chapter" data-level="A.4.1" data-path="appendexA.html"><a href="appendexA.html#exercise-17.1"><i class="fa fa-check"></i><b>A.4.1</b> Exercise 17.1</a></li>
<li class="chapter" data-level="A.4.2" data-path="appendexA.html"><a href="appendexA.html#exercise-17.2"><i class="fa fa-check"></i><b>A.4.2</b> Exercise 17.2</a></li>
<li class="chapter" data-level="A.4.3" data-path="appendexA.html"><a href="appendexA.html#exercise-17.3"><i class="fa fa-check"></i><b>A.4.3</b> Exercise 17.3</a></li>
</ul></li>
<li class="chapter" data-level="A.5" data-path="appendexA.html"><a href="appendexA.html#chapter-20"><i class="fa fa-check"></i><b>A.5</b> Chapter 20</a>
<ul>
<li class="chapter" data-level="A.5.1" data-path="appendexA.html"><a href="appendexA.html#exercise-20.1"><i class="fa fa-check"></i><b>A.5.1</b> Exercise 20.1</a></li>
<li class="chapter" data-level="A.5.2" data-path="appendexA.html"><a href="appendexA.html#exercise-20.2"><i class="fa fa-check"></i><b>A.5.2</b> Exercise 20.2</a></li>
<li class="chapter" data-level="A.5.3" data-path="appendexA.html"><a href="appendexA.html#exercise-20.3"><i class="fa fa-check"></i><b>A.5.3</b> Exercise 20.3</a></li>
<li class="chapter" data-level="A.5.4" data-path="appendexA.html"><a href="appendexA.html#exercise-20.4"><i class="fa fa-check"></i><b>A.5.4</b> Exercise 20.4</a></li>
<li class="chapter" data-level="A.5.5" data-path="appendexA.html"><a href="appendexA.html#exercise-20.5"><i class="fa fa-check"></i><b>A.5.5</b> Exercise 20.5</a></li>
</ul></li>
<li class="chapter" data-level="A.6" data-path="appendexA.html"><a href="appendexA.html#chapter-23"><i class="fa fa-check"></i><b>A.6</b> Chapter 23</a>
<ul>
<li class="chapter" data-level="A.6.1" data-path="appendexA.html"><a href="appendexA.html#exercise-23.1"><i class="fa fa-check"></i><b>A.6.1</b> Exercise 23.1</a></li>
<li class="chapter" data-level="A.6.2" data-path="appendexA.html"><a href="appendexA.html#exercise-23.2"><i class="fa fa-check"></i><b>A.6.2</b> Exercise 23.2</a></li>
<li class="chapter" data-level="A.6.3" data-path="appendexA.html"><a href="appendexA.html#exercise-23.3"><i class="fa fa-check"></i><b>A.6.3</b> Exercise 23.3</a></li>
<li class="chapter" data-level="A.6.4" data-path="appendexA.html"><a href="appendexA.html#exercise-23.4"><i class="fa fa-check"></i><b>A.6.4</b> Exercise 23.4</a></li>
<li class="chapter" data-level="A.6.5" data-path="appendexA.html"><a href="appendexA.html#exercise-23.5"><i class="fa fa-check"></i><b>A.6.5</b> Exercise 23.5</a></li>
</ul></li>
<li class="chapter" data-level="A.7" data-path="appendexA.html"><a href="appendexA.html#chapter-28"><i class="fa fa-check"></i><b>A.7</b> Chapter 28</a>
<ul>
<li class="chapter" data-level="A.7.1" data-path="appendexA.html"><a href="appendexA.html#exercise-28.1"><i class="fa fa-check"></i><b>A.7.1</b> Exercise 28.1</a></li>
<li class="chapter" data-level="A.7.2" data-path="appendexA.html"><a href="appendexA.html#exercise-28.2"><i class="fa fa-check"></i><b>A.7.2</b> Exercise 28.2</a></li>
<li class="chapter" data-level="A.7.3" data-path="appendexA.html"><a href="appendexA.html#exercise-28.3"><i class="fa fa-check"></i><b>A.7.3</b> Exercise 28.3</a></li>
<li class="chapter" data-level="A.7.4" data-path="appendexA.html"><a href="appendexA.html#exercise-28.4"><i class="fa fa-check"></i><b>A.7.4</b> Exercise 28.4</a></li>
</ul></li>
<li class="chapter" data-level="A.8" data-path="appendexA.html"><a href="appendexA.html#chapter-31"><i class="fa fa-check"></i><b>A.8</b> Chapter 31</a>
<ul>
<li class="chapter" data-level="A.8.1" data-path="appendexA.html"><a href="appendexA.html#exercise-31.1"><i class="fa fa-check"></i><b>A.8.1</b> Exercise 31.1</a></li>
<li class="chapter" data-level="A.8.2" data-path="appendexA.html"><a href="appendexA.html#exercise-31.2"><i class="fa fa-check"></i><b>A.8.2</b> Exercise 31.2</a></li>
<li class="chapter" data-level="A.8.3" data-path="appendexA.html"><a href="appendexA.html#exercise-31.3"><i class="fa fa-check"></i><b>A.8.3</b> Exercise 31.3</a></li>
</ul></li>
<li class="chapter" data-level="A.9" data-path="appendexA.html"><a href="appendexA.html#exercise-31.4"><i class="fa fa-check"></i><b>A.9</b> Exercise 31.4</a>
<ul>
<li class="chapter" data-level="A.9.1" data-path="appendexA.html"><a href="appendexA.html#exercise-31.5"><i class="fa fa-check"></i><b>A.9.1</b> Exercise 31.5</a></li>
</ul></li>
<li class="chapter" data-level="A.10" data-path="appendexA.html"><a href="appendexA.html#chapter-34"><i class="fa fa-check"></i><b>A.10</b> Chapter 34</a>
<ul>
<li class="chapter" data-level="A.10.1" data-path="appendexA.html"><a href="appendexA.html#exercise-34.1"><i class="fa fa-check"></i><b>A.10.1</b> Exercise 34.1</a></li>
<li class="chapter" data-level="A.10.2" data-path="appendexA.html"><a href="appendexA.html#exercise-34.2"><i class="fa fa-check"></i><b>A.10.2</b> Exercise 34.2</a></li>
<li class="chapter" data-level="A.10.3" data-path="appendexA.html"><a href="appendexA.html#exercise-34.3"><i class="fa fa-check"></i><b>A.10.3</b> Exercise 34.3</a></li>
<li class="chapter" data-level="A.10.4" data-path="appendexA.html"><a href="appendexA.html#exercise-34.4"><i class="fa fa-check"></i><b>A.10.4</b> Exercise 34.4</a></li>
<li class="chapter" data-level="A.10.5" data-path="appendexA.html"><a href="appendexA.html#exercise-33.5"><i class="fa fa-check"></i><b>A.10.5</b> Exercise 33.5</a></li>
</ul></li>
</ul></li>
<li class="chapter" data-level="B" data-path="uncertainty_derivation.html"><a href="uncertainty_derivation.html"><i class="fa fa-check"></i><b>B</b> Uncertainty derivation</a></li>
<li class="chapter" data-level="" data-path="references.html"><a href="references.html"><i class="fa fa-check"></i>References</a></li>
<li class="divider"></li>
<li><a href="https://github.com/rstudio/bookdown" target="blank">Published with bookdown</a></li>
</ul>
</nav>
</div>
<div class="book-body">
<div class="body-inner">
<div class="book-header" role="navigation">
<h1>
<i class="fa fa-circle-o-notch fa-spin"></i><a href="./">Fundamental statistical concepts and techniques in the biological and environmental sciences: With jamovi</a>
</h1>
</div>
<div class="page-wrapper" tabindex="-1" role="main">
<div class="page-inner">
<section class="normal" id="section-">
<div id="Chapter_38" class="section level1 hasAnchor" number="38">
<h1><span class="header-section-number">Chapter 38</span> Reporting statistics<a href="Chapter_38.html#Chapter_38" class="anchor-section" aria-label="Anchor link to header"></a></h1>
<p>In this book, we have focused on the analysis and visualisation of different kinds of data.
This chapter focuses on how to report these analyses in scientific writing, which might include practical write-ups, reports, dissertations, or peer-reviewed manuscripts.
What follows are some general guidelines for the biological and environmental sciences.
These guidelines are not necessarily hard rules, but following them will improve the clarity with which statistical analyses are communicated.</p>
<div id="statistical-reporting" class="section level2 hasAnchor" number="38.1">
<h2><span class="header-section-number">38.1</span> Statistical reporting<a href="Chapter_38.html#statistical-reporting" class="anchor-section" aria-label="Anchor link to header"></a></h2>
<p>Good scientific reporting requires a clear communication of how data were collected and analysed.
Guidelines for explaining data analysis can vary across different fields of study.
What follows are recommendations for communicating data analyses in the biological sciences, as might be applied to writing reports, dissertations, or scientific manuscripts.
Such documents are typically (though not always) divided into abstract, introduction, methods, results, and discussion sections.</p>
<div id="abstract" class="section level3 hasAnchor" number="38.1.1">
<h3><span class="header-section-number">38.1.1</span> Abstract<a href="Chapter_38.html#abstract" class="anchor-section" aria-label="Anchor link to header"></a></h3>
<p>The abstract is a brief summary of a scientific paper, and should be a self-contained paragraph of somewhere between 150-500 words that provide some relevant background and communicate the most important findings of the paper.
A brief explanation of the methodology is important, but there is usually no need to state what statistical tests were performed.
It is also not usually strictly necessary to present statistical output in the abstract, although doing so can often be useful <span class="citation">(<a href="#ref-Andrade2011" role="doc-biblioref">Andrade 2011</a>)</span>.</p>
</div>
<div id="introduction" class="section level3 hasAnchor" number="38.1.2">
<h3><span class="header-section-number">38.1.2</span> Introduction<a href="Chapter_38.html#introduction" class="anchor-section" aria-label="Anchor link to header"></a></h3>
<p>The Introduction of a scientific report should provide enough background for the reader to understand the research question and its importance.
Introductions should start by broadly establishing the field of study and its importance, then provide a summary of relevant work that has been previously conducted, and finally explain the knowledge gap that the report will address <span class="citation">(<a href="#ref-Woodford1999" role="doc-biblioref">Woodford 1999</a>; <a href="#ref-Turbek2016" role="doc-biblioref">Turbek et al. 2016</a>)</span>.
In other words, the Introduction should ideally finish by explaining what is not yet known, but will be addressed by the scientific report.
No statistical methods or analyses need to be presented in the Introduction because the scientific question needs to be introduced before the methods or statistics will make sense <span class="citation">(<a href="#ref-Bouma2000" role="doc-biblioref">Bouma 2000</a>)</span>.
Nevertheless, it is important to clearly state the scientific question so that readers will be able to appreciate why particular statistical techniques are being introduced in the Methods.</p>
</div>
<div id="methods" class="section level3 hasAnchor" number="38.1.3">
<h3><span class="header-section-number">38.1.3</span> Methods<a href="Chapter_38.html#methods" class="anchor-section" aria-label="Anchor link to header"></a></h3>
<p>The Methods section should explain how data were collected and analysed, including a justification of research design and analysis choice if appropriate <span class="citation">(<a href="#ref-Bouma2000" role="doc-biblioref">Bouma 2000</a>)</span>.
Before explaining the statistical analyses used, it is important to explain what data were collected and how.
This includes details about biological species, field locations, chemicals and equipment used, experimental procedures, and ethics <span class="citation">(<a href="#ref-council2006scientific" role="doc-biblioref">Science Editors 2006</a>; <a href="#ref-Woodford1999" role="doc-biblioref">Woodford 1999</a>)</span>.
Units of measurement should also be provided for all variables <span class="citation">(<a href="#ref-Lang1997" role="doc-biblioref">Lang and Secic 1997</a>)</span>.
The Methods should include the name of any statistical tests used <span class="citation">(<a href="#ref-council2006scientific" role="doc-biblioref">Science Editors 2006</a>)</span>, and whether or not data conform to test assumptions (or, e.g., if data need to be transformed to fit the assumptions of statistical tests).
The statistical software used to analyse the data, such as jamovi <span class="citation">(<a href="#ref-Jamovi2022" role="doc-biblioref">The Jamovi Project 2022</a>)</span> or R <span class="citation">(<a href="#ref-Rproject" role="doc-biblioref">R Core Team 2022</a>)</span>, should also be cited <span class="citation">(<a href="#ref-Lang1997" role="doc-biblioref">Lang and Secic 1997</a>; <a href="#ref-council2006scientific" role="doc-biblioref">Science Editors 2006</a>)</span>.
For example:</p>
<blockquote>
<p>“Because stigmatic pollen counts were not normally distributed, they were analysed using non-parametric statistics (Mann-Whitney U test) for pairwise comparisons among four times of collection at the 0.05 level of significance. All data analysis was conducted in SPSS, version 17.0. All means are presented with standard errors (<span class="math inline">\(\pm\)</span> SE)” <span class="citation">(<a href="#ref-Xiong2013" role="doc-biblioref">Xiong, Fang, and Huang 2013</a>)</span>.</p>
</blockquote>
<blockquote>
<p>“All statistical analyses were carried out using R 3.1.0 (R Core Team 2012). […] ANOVAs were carried out to test whether the three soil-conditioning treatments affected plant biomass and trait and soil N availability, and whether there was an effect of drought, with a two-way interaction term between soil conditioning and drought. Non-constancy of variances was evaluated using Levene’s test in the car package of R (Levene 1960), and normality was ascertained and corrected for where necessary using Box–Cox transformations in the MASS package (Box and Cox 1964)” <span class="citation">(<a href="#ref-Fry2018" role="doc-biblioref">Fry et al. 2018</a>)</span>.</p>
</blockquote>
<p>Often, this statistical analysis is reported in a separate subsection of the methods.
It is not necessary to state null hypotheses for statistical tests <span class="citation">(<a href="#ref-Lang1997" role="doc-biblioref">Lang and Secic 1997</a>)</span>.
Overall, the Methods should explain the design of the study, data collection, and statistical analysis in sufficient detail for readers to be able to evaluate and potentially repeat the study <span class="citation">(<a href="#ref-Woodford1999" role="doc-biblioref">Woodford 1999</a>)</span>.
To avoid length Methods sections, methodological and statistical details can sometimes be placed in supplemental material (i.e., a separate document to accompany the main text).</p>
</div>
<div id="results" class="section level3 hasAnchor" number="38.1.4">
<h3><span class="header-section-number">38.1.4</span> Results<a href="Chapter_38.html#results" class="anchor-section" aria-label="Anchor link to header"></a></h3>
<p>The Results section should report the results of statistical tests, usually without any scientific interpretation.
In other words, the primary focus should be on the patterns observed in the data, not an explanation of their underlying biological or environmental cause.
This allows readers to evaluate results objectively, without interpretation from the author.</p>
<p>Results should report relevant statistics and their uncertainty.
Confidence intervals should be provided for key summary statistics <span class="citation">(<a href="#ref-Lang1997" role="doc-biblioref">Lang and Secic 1997</a>)</span>.
Key statistics from statistical tests can be reported in parentheses.
For example, we might state, “an Independent Samples t-test found a significant difference between mean fig wasp ovipositor lengths (t = 2.419, df = 30, P = 0.022)”.
Relevant statistics for specific tests are explained below in <a href="Chapter_38.html#statistical-tests">section 36.4</a>.
In general, it is good to report a p-value exactly, but if the value is less than 0.001, it is fine to report as <span class="math inline">\(P < 0.001\)</span> <span class="citation">(<a href="#ref-council2006scientific" role="doc-biblioref">Science Editors 2006</a>)</span>.
Direct measurements should be reported to the level of precision allowed by the measuring device used, and summary statistics such as means and standard deviations should be reported to just 1 significant figure higher than the raw measurements <span class="citation">(<a href="#ref-council2006scientific" role="doc-biblioref">Science Editors 2006</a>)</span>.
Note that this only applies to <em>reporting</em> statistics.
For the actual statistical analysis, all digits should be used <span class="citation">(<a href="#ref-Lang1997" role="doc-biblioref">Lang and Secic 1997</a>)</span>.</p>
</div>
<div id="discussion" class="section level3 hasAnchor" number="38.1.5">
<h3><span class="header-section-number">38.1.5</span> Discussion<a href="Chapter_38.html#discussion" class="anchor-section" aria-label="Anchor link to header"></a></h3>
<p>The Discussion section should present the main conclusions of the study, followed by any secondary conclusions <span class="citation">(<a href="#ref-Woodford1999" role="doc-biblioref">Woodford 1999</a>)</span>.
It interprets the results and explains their importance in the broader context of the scientific literature <span class="citation">(<a href="#ref-Turbek2016" role="doc-biblioref">Turbek et al. 2016</a>)</span>.
The Discussion should also critically evaluate the strengths and weakness of the report and attempt to generalise its conclusions <span class="citation">(<a href="#ref-Turbek2016" role="doc-biblioref">Turbek et al. 2016</a>)</span>.
The open-ended nature of the Discussion section often makes it the most difficult section to write for many researchers.</p>
</div>
</div>
<div id="figures-and-tables" class="section level2 hasAnchor" number="38.2">
<h2><span class="header-section-number">38.2</span> Figures and tables<a href="Chapter_38.html#figures-and-tables" class="anchor-section" aria-label="Anchor link to header"></a></h2>
<p>Figures and tables should be used whenever possible to efficiently communicate results.
It is best to avoid presenting the same information in figures and tables, and there is no reason to duplicate information in the main text of a manuscript if it is presented clearly in a table or figure <span class="citation">(<a href="#ref-Lang1997" role="doc-biblioref">Lang and Secic 1997</a>)</span>.
All figures and tables should be referenced within the main text.
This is usually done parenthetically (see below for examples).
Figures and tables should always include an informative caption that is self-contained so that readers can understand the information being presented in the figure or table without referring back to the main text.</p>
<div id="figures" class="section level3 hasAnchor" number="38.2.1">
<h3><span class="header-section-number">38.2.1</span> Figures<a href="Chapter_38.html#figures" class="anchor-section" aria-label="Anchor link to header"></a></h3>
<p>Figures can be used to present data and statistical results visually.
Figure axes should always be clearly labelled with the appropriate units of measurement.
Captions should be placed below figures.
Colour should not be used unless it is necessary.
When using colour in figures, it is important to use accessible colour combinations and high contrast <span class="citation">(<a href="#ref-Jambor2021" role="doc-biblioref">Jambor et al. 2021</a>; <a href="#ref-Painter2021" role="doc-biblioref">Painter et al. 2021</a>)</span>.
For electronic documents, alt images should be provided whenever possible.</p>
<p>Different kinds of figures are appropriate for different kinds of data (see <a href="Chapter_10.html#Chapter_10">Chapter 10</a> and <a href="Chapter_30.html#scatterplots">Chapter 30.1</a>).
<a href="Chapter_10.html#histograms">Histograms</a> and <a href="Chapter_10.html#box-whisker-plots">box-whisker plots</a> are most effective for presenting the distribution of continuous data <span class="citation">(<a href="#ref-Lang1997" role="doc-biblioref">Lang and Secic 1997</a>; <a href="#ref-Weissgerber2015" role="doc-biblioref">Weissgerber et al. 2015</a>)</span>.
<a href="Chapter_10.html#barplots-and-pie-charts">Barplots and pie charts</a> present categorical data <span class="citation">(<a href="#ref-Lang1997" role="doc-biblioref">Lang and Secic 1997</a>; <a href="#ref-Weissgerber2015" role="doc-biblioref">Weissgerber et al. 2015</a>)</span>.
<a href="Chapter_30.html#scatterplots">Scatterplots</a> are used to compare quantitative variables.</p>
<p>When presenting a figure with multiple panels, it is important to distinguish between panels, usually with letters (e.g., A, B, C).
Examples of figures can be found throughout this book.</p>
</div>
<div id="tables" class="section level3 hasAnchor" number="38.2.2">
<h3><span class="header-section-number">38.2.2</span> Tables<a href="Chapter_38.html#tables" class="anchor-section" aria-label="Anchor link to header"></a></h3>
<p>Tables can be used in multiple ways within scientific reports, including to present data, provide descriptions of variables, and report statistical output.
Tables should include informative column headings, and units of measurement should be reported in headings or in the table caption.
Table captions should be placed above tables.
Some statistical analyses are usefully reported in the form of a table, such as counts in contingency tables (e.g., for a <span class="math inline">\(\chi^{2}\)</span> test of association), or the results of an ANOVA or linear regression.
Jamovi output tables are typically appropriate for reporting statistical tests, and these can be copied and pasted into documents <span class="citation">(<a href="#ref-Jamovi2022" role="doc-biblioref">The Jamovi Project 2022</a>)</span>.</p>
</div>
</div>
<div id="statistical-tests" class="section level2 hasAnchor" number="38.3">
<h2><span class="header-section-number">38.3</span> Statistical tests<a href="Chapter_38.html#statistical-tests" class="anchor-section" aria-label="Anchor link to header"></a></h2>
<p>There is no universally accepted way to report the results of statistical tests, but some suggestions follow for reporting the output of t-tests, ANOVAs, Mann-Whitney tests, Wilcoxon signed-rank tests, correlation coefficients, and linear regression.</p>
<div id="reporting-t-tests" class="section level3 hasAnchor" number="38.3.1">
<h3><span class="header-section-number">38.3.1</span> Reporting t-tests<a href="Chapter_38.html#reporting-t-tests" class="anchor-section" aria-label="Anchor link to header"></a></h3>
<p>For t-tests, it is useful to report the test statistic (t-score), degrees of freedom (df), and the p-value.
or example, for a test with a df = 14, t-statistic of 9.56, and p-value of 0.02, we might write that “two groups different significantly from each other (<span class="math inline">\(t_{(14)} = 9.56\)</span>, <span class="math inline">\(P = 0.02\)</span>).
Note that the subscript of t (<span class="math inline">\(t_{(14)}\)</span>) is used to indicate the 14 degrees of freedom.</p>
</div>
<div id="reporting-anova" class="section level3 hasAnchor" number="38.3.2">
<h3><span class="header-section-number">38.3.2</span> Reporting ANOVA<a href="Chapter_38.html#reporting-anova" class="anchor-section" aria-label="Anchor link to header"></a></h3>
<p>For a one-way ANOVA, it is a good idea to report the F value, the p-value, and the degrees of freedom for the effect and error terms.
For example, for an ANOVA with an F-value of 11.37, p-value of 0.0002, and with 2 degrees of freedom for the effect term (i.e., 3 groups) and 25 degrees of freedom for error term, we could write that “plant height differed significantly as a function of soil type (<span class="math inline">\(F_{(2, 25)} = 11.37\)</span>, <span class="math inline">\(P < 0.001\)</span>)”.
Note that because the actual p-value (<span class="math inline">\(P = 0.0002\)</span>) is so low, we can simply write <span class="math inline">\(P < 0.001\)</span>.</p>
<p>A two-way ANOVA reports the same values, but should include all of the main effects and interactions. An example might be, “the main effect of soil type was significant (<span class="math inline">\(F_{(2, 24)}\)</span>, <span class="math inline">\(P = 0.002\)</span>), as was the main effect of plant species (<span class="math inline">\(F_{(3, 25)} = 12.70\)</span>, <span class="math inline">\(P < 0.001\)</span>). The interaction of these two factors was not significant (<span class="math inline">\(F_{6, 25} = 1.71\)</span>, <span class="math inline">\(P = 0.160\)</span>)”.
Note that this information might also be presented in the form of an ANOVA table, in which case it is not necessary to include all of these statistics in the main text.</p>
</div>
<div id="reporting-a-main-whitney-u-test" class="section level3 hasAnchor" number="38.3.3">
<h3><span class="header-section-number">38.3.3</span> Reporting a Main-Whitney U test<a href="Chapter_38.html#reporting-a-main-whitney-u-test" class="anchor-section" aria-label="Anchor link to header"></a></h3>
<p>When reporting the results of a Mann-Whitney test, the W statistic (sometimes indicated instead with a Z) and the p-value should be reported.
For a test between two groups in which W = 1596.5 and the p-value = 0.002, an example would be, “the total length of sparrows differed significantly with the survival status of sparrows (<span class="math inline">\(W = 1596.5\)</span>, <span class="math inline">\(P = 0.002\)</span>)”.</p>
</div>
<div id="reporting-a-wilcoxon-signed-rank-test" class="section level3 hasAnchor" number="38.3.4">
<h3><span class="header-section-number">38.3.4</span> Reporting a Wilcoxon signed-rank test<a href="Chapter_38.html#reporting-a-wilcoxon-signed-rank-test" class="anchor-section" aria-label="Anchor link to header"></a></h3>
<p>When reporting the results of a Wilcoxon signed-rank test, it is good to include the W statistic and p-value as with the Mann-Whitney test.
An example would be, “photosynthetic rate significantly in plants before and after frost (<span class="math inline">\(W = 14.01\)</span>, <span class="math inline">\(P = 0.007\)</span>)”.</p>
</div>
<div id="reporting-chi-square-tests" class="section level3 hasAnchor" number="38.3.5">
<h3><span class="header-section-number">38.3.5</span> Reporting Chi-square tests<a href="Chapter_38.html#reporting-chi-square-tests" class="anchor-section" aria-label="Anchor link to header"></a></h3>
<p>To report results from a <span class="math inline">\(\chi^{2}\)</span> goodness of fit test, it is best to include the <span class="math inline">\(\chi^{2}\)</span> test statistic, degrees of freedom, and the p-value.
For example, for a <span class="math inline">\(\chi^{2}\)</span> value of 1.2, degrees of freedom of 2, and p-value of 0.549, we could write, “there is no significant difference between expected and observed counts of chosen dam sizes (<span class="math inline">\(\chi^{2}_{(2)} = 1.2\)</span>, <span class="math inline">\(P = 0.549\)</span>)”.</p>
<p>Reporting results from a <span class="math inline">\(\chi^{2}\)</span> test of association can be done similarly.
For example, we might observe a <span class="math inline">\(\chi^{2}\)</span> value of 4.89, 2 degrees of freedom for the first categorical variable and 1 for the second categorical variable, and a p-value of 0.549.
We could report this as, “there is no association between dam size and operating system (<span class="math inline">\(\chi^{2}_{(2, 1)} = 4.89\)</span>, <span class="math inline">\(P = 0.549\)</span>)” (see <a href="Chapter_29.html#Chapter_29">Chapter 29</a>).</p>
</div>
<div id="reporting-correlation-coefficients" class="section level3 hasAnchor" number="38.3.6">
<h3><span class="header-section-number">38.3.6</span> Reporting correlation coefficients<a href="Chapter_38.html#reporting-correlation-coefficients" class="anchor-section" aria-label="Anchor link to header"></a></h3>
<p>To present the results of a test of the correlation coefficient (either the Pearson or Spearman Rank correlation coefficient), we can report the correlation coefficient and the corresponding p-value.
An example of this is, “egg production was positively correlated with body mass (<span class="math inline">\(r = 0.898\)</span>, <span class="math inline">\(P = 0.038\)</span>)”.</p>
</div>
<div id="reporting-regressions" class="section level3 hasAnchor" number="38.3.7">
<h3><span class="header-section-number">38.3.7</span> Reporting regressions<a href="Chapter_38.html#reporting-regressions" class="anchor-section" aria-label="Anchor link to header"></a></h3>
<p>When reporting the results of a regression, it is important to report the R-squared value, regression coefficients, and p-values of model or regression coefficients.
It is also advised to report the equation of the linear regression <span class="citation">(<a href="#ref-Lang1997" role="doc-biblioref">Lang and Secic 1997</a>)</span>.
There are multiple ways of presenting this information clearly (in some cases, it might make sense to present the equation in a figure rather than the text).
One example would be, “sparrow body mass (g) increased significantly with sparrow total length (mm; <span class="math inline">\(R^{2} = 0.341\)</span>, <span class="math inline">\(b_{1} = 0.242\)</span>, <span class="math inline">\(P < 0.001\)</span>) according to the model, <span class="math inline">\(mass = -13.07 + 0.242(length)\)</span>”.
When reporting multiple regression coefficients, relevant subscripts can be added for each coefficient (e.g., <span class="math inline">\(b_{1}\)</span>, <span class="math inline">\(b_{2}\)</span>, or more explicitly <span class="math inline">\(b_{mass}\)</span>, <span class="math inline">\(b_{wing\:length}\)</span>).
For large multiple regressions with many coefficients, it might make sense to report results in the form of a table.</p>
</div>
</div>
<div id="conclusions" class="section level2 hasAnchor" number="38.4">
<h2><span class="header-section-number">38.4</span> Conclusions<a href="Chapter_38.html#conclusions" class="anchor-section" aria-label="Anchor link to header"></a></h2>
<p>This chapter has presented some suggestions for reporting data and statistical output.
These suggestions can be applied to scientific reports, dissertations, or scientific manuscripts.
The recommendations in this chapter should mostly be treated as guidelines.
There is no universally agreed upon way of reporting statistical output, but the guidelines of this chapter should be sufficient unless instructed otherwise.
<span class="citation">Lang and Secic (<a href="#ref-Lang1997" role="doc-biblioref">1997</a>)</span> provides a more comprehensive guide to statistical reporting.</p>
</div>
</div>
<h3>References<a href="references.html#references" class="anchor-section" aria-label="Anchor link to header"></a></h3>
<div id="refs" class="references csl-bib-body hanging-indent">
<div id="ref-Andrade2011" class="csl-entry">
Andrade, Chittaranjan. 2011. <span>“<span class="nocase">How to write a good abstract for a scientific paper or conference presentation</span>.”</span> <em>Indian Journal of Psychiatry</em> 53 (2): 172–75. <a href="https://doi.org/10.4103/0019-5545.82558">https://doi.org/10.4103/0019-5545.82558</a>.
</div>
<div id="ref-Bouma2000" class="csl-entry">
Bouma, Gary D. 2000. <em><span>The Research Process</span></em>. 4th ed. Oxford, UK: Oxford University Press.
</div>
<div id="ref-Fry2018" class="csl-entry">
Fry, Ellen L, Giles N Johnson, Amy L Hall, W James Pritchard, James M Bullock, and Richard D Bardgett. 2018. <span>“<span class="nocase">Drought neutralises plant–soil feedback of two mesic grassland forbs</span>.”</span> <em>Oecologia</em> 186 (4): 1113–25. <a href="https://doi.org/10.1007/s00442-018-4082-x">https://doi.org/10.1007/s00442-018-4082-x</a>.
</div>
<div id="ref-Jambor2021" class="csl-entry">
Jambor, Helena, Alberto Antonietti, Bradly Alicea, Tracy L. Audisio, Susann Auer, Vivek Bhardwaj, Steven J. Burgess, et al. 2021. <span>“<span class="nocase">Creating clear and informative image-based figures for scientific publications</span>.”</span> <em>PLoS Biology</em> 19 (3): 1–25. <a href="https://doi.org/10.1371/JOURNAL.PBIO.3001161">https://doi.org/10.1371/JOURNAL.PBIO.3001161</a>.
</div>
<div id="ref-Lang1997" class="csl-entry">
Lang, Thomas Allen, and Michelle Secic. 1997. <em>How to Report Statistics in Medicine: Annotated Guidelines for Authors, Editors, and Reviewers</em>. Philadelphia, PA: ACP Press.
</div>
<div id="ref-Painter2021" class="csl-entry">
Painter, Emily, Joan Zwar, Sarah Carino, and Zoe Kermonde. 2021. <span>“<span class="nocase">Best Practice Data Visualisation Guidelines and Case Study</span>,”</span> 1–26.
</div>
<div id="ref-Rproject" class="csl-entry">
R Core Team. 2022. <em>R: A Language and Environment for Statistical Computing</em>. Vienna, Austria: R Foundation for Statistical Computing. <a href="https://www.R-project.org/">https://www.R-project.org/</a>.
</div>
<div id="ref-council2006scientific" class="csl-entry">
Science Editors, Council of. 2006. <em>Scientific Style and Format: The CSE Manual for Authors, Editors, and Publishers</em>. CSE Books.
</div>
<div id="ref-Jamovi2022" class="csl-entry">
The Jamovi Project. 2022. <span>“Jamovi.”</span> Sydney, Australia. <a href="https://www.jamovi.org">https://www.jamovi.org</a>.
</div>
<div id="ref-Turbek2016" class="csl-entry">
Turbek, Sheela P, Taylor Chock, Kyle Donahue, Caroline Havrilla, Angela Oliverio, Stephanie Polutchko, Lauren Shoemaker, and Lara Vimercati. 2016. <span>“<span class="nocase">Scientific writing made easy: A step-by-step guide to undergraduate writing in the biological sciences</span>.”</span> <em>Bulletin of the Ecological Society of America</em> 97 (4): 417–26. <a href="https://doi.org/10.1002/bes2.1258">https://doi.org/10.1002/bes2.1258</a>.
</div>
<div id="ref-Weissgerber2015" class="csl-entry">
Weissgerber, Tracey L, Natasa M Milic, Stacey J Winham, and Vesna D Garovic. 2015. <span>“<span class="nocase">Beyond bar and line graphs: time for a new data presentation paradigm</span>.”</span> <em>PLoS Biology</em> 13 (4): e1002128. <a href="https://doi.org/10.1371/journal.pbio.1002128">https://doi.org/10.1371/journal.pbio.1002128</a>.
</div>
<div id="ref-Woodford1999" class="csl-entry">
Woodford, F Peter. 1999. <em><span class="nocase">How to teach scientific communication</span></em>. Council of Biology Editors.
</div>
<div id="ref-Xiong2013" class="csl-entry">
Xiong, Y-Z, Q Fang, and S-Q Huang. 2013. <span>“<span class="nocase">Pollinator scarcity drives the shift to delayed selfing in Himalayan mayapple Podophyllum hexandrum (Berberidaceae)</span>.”</span> <em>AoB PLANTS</em> 5 (August): plt037–37. <a href="https://doi.org/10.1093/aobpla/plt037">https://doi.org/10.1093/aobpla/plt037</a>.
</div>
</div>
</section>
</div>
</div>
</div>
<a href="Chapter_37.html" class="navigation navigation-prev " aria-label="Previous page"><i class="fa fa-angle-left"></i></a>
<a href="Chapter_39.html" class="navigation navigation-next " aria-label="Next page"><i class="fa fa-angle-right"></i></a>
</div>
</div>
<script src="libs/gitbook-2.6.7/js/app.min.js"></script>
<script src="libs/gitbook-2.6.7/js/clipboard.min.js"></script>
<script src="libs/gitbook-2.6.7/js/plugin-search.js"></script>
<script src="libs/gitbook-2.6.7/js/plugin-sharing.js"></script>
<script src="libs/gitbook-2.6.7/js/plugin-fontsettings.js"></script>
<script src="libs/gitbook-2.6.7/js/plugin-bookdown.js"></script>
<script src="libs/gitbook-2.6.7/js/jquery.highlight.js"></script>
<script src="libs/gitbook-2.6.7/js/plugin-clipboard.js"></script>
<script>
gitbook.require(["gitbook"], function(gitbook) {
gitbook.start({
"sharing": {
"github": false,
"facebook": true,
"twitter": true,
"linkedin": false,
"weibo": false,
"instapaper": false,
"vk": false,
"whatsapp": false,
"all": ["facebook", "twitter", "linkedin", "weibo", "instapaper"]
},
"fontsettings": {
"theme": "white",
"family": "sans",
"size": 2
},
"edit": {
"link": "https://github.com/rstudio/bookdown-demo/edit/master/11-Statistical_Reporting.Rmd",
"text": "Edit"
},
"history": {
"link": null,
"text": null
},
"view": {
"link": null,
"text": null
},
"download": null,
"search": {
"engine": "fuse",
"options": null
},
"toc": {
"collapse": "subsection"
}
});
});
</script>
<!-- dynamically load mathjax for compatibility with self-contained -->
<script>
(function () {
var script = document.createElement("script");
script.type = "text/javascript";
var src = "true";
if (src === "" || src === "true") src = "https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.9/latest.js?config=TeX-MML-AM_CHTML";
if (location.protocol !== "file:")
if (/^https?:/.test(src))
src = src.replace(/^https?:/, '');
script.src = src;
document.getElementsByTagName("head")[0].appendChild(script);
})();
</script>
</body>
</html>