-
Notifications
You must be signed in to change notification settings - Fork 190
/
README.Rmd
791 lines (620 loc) · 27.8 KB
/
README.Rmd
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
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r}
#| echo = FALSE,
#| warning = FALSE,
#| message = FALSE
## show me all columns
options(
tibble.width = Inf,
pillar.bold = TRUE,
pillar.neg = TRUE,
pillar.subtle_num = TRUE,
pillar.min_chars = Inf
)
knitr::opts_chunk$set(
collapse = TRUE,
dpi = 150, ## change to 300 once on CRAN
warning = FALSE,
message = FALSE,
out.width = "100%",
comment = "#>",
fig.path = "man/figures/README-"
)
library(ggstatsplot)
```
## `{ggstatsplot}`: `{ggplot2}` Based Plots with Statistical Details
Status | Usage | Miscellaneous
----------------- | ----------------- | -----------------
[![R build status](https://github.com/IndrajeetPatil/ggstatsplot/workflows/R-CMD-check/badge.svg)](https://github.com/IndrajeetPatil/ggstatsplot) | [![Total downloads](https://cranlogs.r-pkg.org/badges/grand-total/ggstatsplot?color=blue)](https://CRAN.R-project.org/package=ggstatsplot) | [![codecov](https://codecov.io/gh/IndrajeetPatil/ggstatsplot/branch/main/graph/badge.svg?token=ddrxwt0bj8)](https://app.codecov.io/gh/IndrajeetPatil/ggstatsplot)
[![lifecycle](https://img.shields.io/badge/lifecycle-maturing-blue.svg)](https://lifecycle.r-lib.org/articles/stages.html) | [![Daily downloads](https://cranlogs.r-pkg.org/badges/last-day/ggstatsplot?color=blue)](https://CRAN.R-project.org/package=ggstatsplot) | [![DOI](https://joss.theoj.org/papers/10.21105/joss.03167/status.svg)](https://doi.org/10.21105/joss.03167)
## Raison d'être <img src="man/figures/logo.png" align="right" width="360" />
> "What is to be sought in designs for the display of information is the clear
portrayal of complexity. Not the complication of the simple; rather ... the
revelation of the complex."
- Edward R. Tufte
[`{ggstatsplot}`](https://indrajeetpatil.github.io/ggstatsplot/) is an extension
of [`{ggplot2}`](https://github.com/tidyverse/ggplot2) package for creating
graphics with details from statistical tests included in the information-rich
plots themselves. In a typical exploratory data analysis workflow, data
visualization and statistical modeling are two different phases: visualization
informs modeling, and modeling in its turn can suggest a different visualization
method, and so on and so forth. The central idea of `{ggstatsplot}` is simple:
combine these two phases into one in the form of graphics with statistical
details, which makes data exploration simpler and faster.
## Installation
Type | Source | Command
---|---|---
Release | [![CRAN Status](https://www.r-pkg.org/badges/version/ggstatsplot)](https://cran.r-project.org/package=ggstatsplot) | `install.packages("ggstatsplot")`
Development | [![Project Status](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/##active) | `pak::pak("IndrajeetPatil/ggstatsplot")`
## Citation
If you want to cite this package in a scientific journal or in any other
context, run the following code in your `R` console:
```{r}
#| label = "citation",
#| comment = ""
citation("ggstatsplot")
```
## Acknowledgments
I would like to thank all the contributors to `{ggstatsplot}` who pointed out
bugs or requested features I hadn't considered. I would especially like to thank
other package developers (especially Daniel Lüdecke, Dominique Makowski, Mattan
S. Ben-Shachar, Brenton Wiernik, Patrick Mair, Salvatore Mangiafico, etc.) who
have patiently and diligently answered my relentless questions and supported
feature requests in their projects. I also want to thank Chuck Powell for his
initial contributions to the package.
The hexsticker was generously designed by Sarah Otterstetter (Max Planck
Institute for Human Development, Berlin). This package has also benefited from
the larger `#rstats` community on Twitter, LinkedIn, and `StackOverflow`.
Thanks are also due to my postdoc advisers (Mina Cikara and Fiery Cushman at
Harvard University; Iyad Rahwan at Max Planck Institute for Human Development)
who patiently supported me spending hundreds (?) of hours working on this
package rather than what I was paid to do. 😁
## Documentation and Examples
To see the detailed documentation for each function in the stable **CRAN**
version of the package, see:
- [Publication](https://joss.theoj.org/papers/10.21105/joss.03167)
- [Vignettes](https://indrajeetpatil.github.io/ggstatsplot/articles/)
- [Presentation](https://indrajeetpatil.github.io/ggstatsplot_slides/slides/ggstatsplot_presentation.html#1)
## Summary of available plots
| Function | Plot | Description |
| :----------------- | :------------------------ | :---------------------------------------------- |
| `ggbetweenstats()` | **violin plots** | for comparisons *between* groups/conditions |
| `ggwithinstats()` | **violin plots** | for comparisons *within* groups/conditions |
| `gghistostats()` | **histograms** | for distribution about numeric variable |
| `ggdotplotstats()` | **dot plots/charts** | for distribution about labeled numeric variable |
| `ggscatterstats()` | **scatterplots** | for correlation between two variables |
| `ggcorrmat()` | **correlation matrices** | for correlations between multiple variables |
| `ggpiestats()` | **pie charts** | for categorical data |
| `ggbarstats()` | **bar charts** | for categorical data |
| `ggcoefstats()` | **dot-and-whisker plots** | for regression models and meta-analysis |
In addition to these basic plots, `{ggstatsplot}` also provides **`grouped_`**
versions (see below) that makes it easy to repeat the same analysis for
any grouping variable.
## Summary of types of statistical analyses
The table below summarizes all the different types of analyses currently
supported in this package-
| Functions | Description | Parametric | Non-parametric | Robust | Bayesian |
| :----------------------------------- | :------------------------------------------------ | :--------- | :------------- | :----- | :------- |
| `ggbetweenstats()` | Between group/condition comparisons | ✅ | ✅ | ✅ | ✅ |
| `ggwithinstats()` | Within group/condition comparisons | ✅ | ✅ | ✅ | ✅ |
| `gghistostats()`, `ggdotplotstats()` | Distribution of a numeric variable | ✅ | ✅ | ✅ | ✅ |
| `ggcorrmat` | Correlation matrix | ✅ | ✅ | ✅ | ✅ |
| `ggscatterstats()` | Correlation between two variables | ✅ | ✅ | ✅ | ✅ |
| `ggpiestats()`, `ggbarstats()` | Association between categorical variables | ✅ | ✅ | ❌ | ✅ |
| `ggpiestats()`, `ggbarstats()` | Equal proportions for categorical variable levels | ✅ | ✅ | ❌ | ✅ |
| `ggcoefstats()` | Regression model coefficients | ✅ | ✅ | ✅ | ✅ |
| `ggcoefstats()` | Random-effects meta-analysis | ✅ | ❌ | ✅ | ✅ |
Summary of Bayesian analysis
| Analysis | Hypothesis testing | Estimation |
| :------------------------------ | :----------------- | :--------- |
| (one/two-sample) *t*-test | ✅ | ✅ |
| one-way ANOVA | ✅ | ✅ |
| correlation | ✅ | ✅ |
| (one/two-way) contingency table | ✅ | ✅ |
| random-effects meta-analysis | ✅ | ✅ |
## Statistical reporting
For **all** statistical tests reported in the plots, the default template abides
by the gold standard for statistical reporting. For example, here are results
from Yuen's test for trimmed means (robust *t*-test):
<img src="man/figures/stats_reporting_format.png" align="center" />
## Summary of statistical tests and effect sizes
Statistical analysis is carried out by `{statsExpressions}` package, and thus
a summary table of all the statistical tests currently supported across
various functions can be found in article for that package:
<https://indrajeetpatil.github.io/statsExpressions/articles/stats_details.html>
## Primary functions
### `ggbetweenstats()`
This function creates either a violin plot, a box plot, or a mix of two for
**between**-group or **between**-condition comparisons with results from
statistical tests in the subtitle. The simplest function call looks like this-
```{r}
#| label = "ggbetweenstats1"
set.seed(123)
ggbetweenstats(
data = iris,
x = Species,
y = Sepal.Length,
title = "Distribution of sepal length across Iris species"
)
```
**Defaults** return<br>
✅ raw data + distributions <br>
✅ descriptive statistics <br>
✅ inferential statistics <br>
✅ effect size + CIs <br>
✅ pairwise comparisons <br>
✅ Bayesian hypothesis-testing <br>
✅ Bayesian estimation <br>
A number of other arguments can be specified to make this plot even more
informative or change some of the default options. Additionally, there is also a
`grouped_` variant of this function that makes it easy to repeat the same
operation across a **single** grouping variable:
```{r}
#| label = "ggbetweenstats2",
#| fig.height = 8,
#| fig.width = 12
set.seed(123)
grouped_ggbetweenstats(
data = dplyr::filter(movies_long, genre %in% c("Action", "Comedy")),
x = mpaa,
y = length,
grouping.var = genre,
ggsignif.args = list(textsize = 4, tip_length = 0.01),
p.adjust.method = "bonferroni",
palette = "default_jama",
package = "ggsci",
plotgrid.args = list(nrow = 1),
annotation.args = list(title = "Differences in movie length by mpaa ratings for different genres")
)
```
Details about underlying functions used to create graphics and statistical tests carried out can be found in the function documentation:
<https://indrajeetpatil.github.io/ggstatsplot/reference/ggbetweenstats.html>
For more, also read the following vignette:
<https://indrajeetpatil.github.io/ggstatsplot/articles/web_only/ggbetweenstats.html>
### `ggwithinstats()`
`ggbetweenstats()` function has an identical twin function `ggwithinstats()` for
repeated measures designs that behaves in the same fashion with a few minor
tweaks introduced to properly visualize the repeated measures design. As can be
seen from an example below, the only difference between the plot structure is
that now the group means are connected by paths to highlight the fact that these
data are paired with each other.
```{r}
#| label = "ggwithinstats1",
#| fig.width = 8,
#| fig.height = 6
set.seed(123)
library(WRS2) ## for data
library(afex) ## to run ANOVA
ggwithinstats(
data = WineTasting,
x = Wine,
y = Taste,
title = "Wine tasting"
)
```
**Defaults** return<br>
✅ raw data + distributions <br>
✅ descriptive statistics <br>
✅ inferential statistics <br>
✅ effect size + CIs <br>
✅ pairwise comparisons <br>
✅ Bayesian hypothesis-testing <br>
✅ Bayesian estimation <br>
As with the `ggbetweenstats()`, this function also has a `grouped_` variant that
makes repeating the same analysis across a single grouping variable quicker. We
will see an example with only repeated measurements-
```{r}
#| label = "ggwithinstats2",
#| fig.height = 6,
#| fig.width = 14
set.seed(123)
grouped_ggwithinstats(
data = dplyr::filter(bugs_long, region %in% c("Europe", "North America"), condition %in% c("LDLF", "LDHF")),
x = condition,
y = desire,
type = "np",
xlab = "Condition",
ylab = "Desire to kill an artrhopod",
grouping.var = region
)
```
Details about underlying functions used to create graphics and statistical tests carried out can be found in the function documentation:
<https://indrajeetpatil.github.io/ggstatsplot/reference/ggwithinstats.html>
For more, also read the following vignette:
<https://indrajeetpatil.github.io/ggstatsplot/articles/web_only/ggwithinstats.html>
### `gghistostats()`
To visualize the distribution of a single variable and check if its mean is
significantly different from a specified value with a one-sample test,
`gghistostats()` can be used.
```{r}
#| label = "gghistostats1",
#| fig.width = 8
set.seed(123)
gghistostats(
data = ggplot2::msleep,
x = awake,
title = "Amount of time spent awake",
test.value = 12,
binwidth = 1
)
```
**Defaults** return<br>
✅ counts + proportion for bins<br>
✅ descriptive statistics <br>
✅ inferential statistics <br>
✅ effect size + CIs <br>
✅ Bayesian hypothesis-testing <br>
✅ Bayesian estimation <br>
There is also a `grouped_` variant of this function that makes it
easy to repeat the same operation across a **single** grouping variable:
```{r}
#| label = "gghistostats2",
#| fig.height = 6,
#| fig.width = 12
set.seed(123)
grouped_gghistostats(
data = dplyr::filter(movies_long, genre %in% c("Action", "Comedy")),
x = budget,
test.value = 50,
type = "nonparametric",
xlab = "Movies budget (in million US$)",
grouping.var = genre,
ggtheme = ggthemes::theme_tufte(),
## modify the defaults from `{ggstatsplot}` for each plot
plotgrid.args = list(nrow = 1),
annotation.args = list(title = "Movies budgets for different genres")
)
```
Details about underlying functions used to create graphics and statistical tests carried out can be found in the function documentation:
<https://indrajeetpatil.github.io/ggstatsplot/reference/gghistostats.html>
For more, also read the following vignette:
<https://indrajeetpatil.github.io/ggstatsplot/articles/web_only/gghistostats.html>
### `ggdotplotstats()`
This function is similar to `gghistostats()`, but is intended to be used when the
numeric variable also has a label.
```{r}
#| label = "ggdotplotstats1",
#| fig.height = 10,
#| fig.width = 8
set.seed(123)
ggdotplotstats(
data = dplyr::filter(gapminder::gapminder, continent == "Asia"),
y = country,
x = lifeExp,
test.value = 55,
type = "robust",
title = "Distribution of life expectancy in Asian continent",
xlab = "Life expectancy"
)
```
**Defaults** return<br>
✅ descriptives (mean + sample size) <br>
✅ inferential statistics <br>
✅ effect size + CIs <br>
✅ Bayesian hypothesis-testing <br>
✅ Bayesian estimation <br>
As with the rest of the functions in this package, there is also a `grouped_`
variant of this function to facilitate looping the same operation for all levels
of a single grouping variable.
```{r}
#| label = "ggdotplotstats2",
#| fig.height = 6,
#| fig.width = 12
set.seed(123)
grouped_ggdotplotstats(
data = dplyr::filter(ggplot2::mpg, cyl %in% c("4", "6")),
x = cty,
y = manufacturer,
type = "bayes",
xlab = "city miles per gallon",
ylab = "car manufacturer",
grouping.var = cyl,
test.value = 15.5,
point.args = list(color = "red", size = 5, shape = 13),
annotation.args = list(title = "Fuel economy data")
)
```
Details about underlying functions used to create graphics and statistical tests carried out can be found in the function documentation:
<https://indrajeetpatil.github.io/ggstatsplot/reference/ggdotplotstats.html>
For more, also read the following vignette:
<https://indrajeetpatil.github.io/ggstatsplot/articles/web_only/ggdotplotstats.html>
### `ggscatterstats()`
This function creates a scatterplot with marginal distributions overlaid on the
axes and results from statistical tests in the subtitle:
```{r}
#| label = "ggscatterstats1",
#| fig.height = 6
ggscatterstats(
data = ggplot2::msleep,
x = sleep_rem,
y = awake,
xlab = "REM sleep (in hours)",
ylab = "Amount of time spent awake (in hours)",
title = "Understanding mammalian sleep"
)
```
**Defaults** return<br>
✅ raw data + distributions <br>
✅ marginal distributions <br>
✅ inferential statistics <br>
✅ effect size + CIs <br>
✅ Bayesian hypothesis-testing <br>
✅ Bayesian estimation <br>
There is also a `grouped_` variant of this function that makes it
easy to repeat the same operation across a **single** grouping variable.
```{r}
#| label = "ggscatterstats2",
#| fig.height = 8,
#| fig.width = 14
set.seed(123)
grouped_ggscatterstats(
data = dplyr::filter(movies_long, genre %in% c("Action", "Comedy")),
x = rating,
y = length,
grouping.var = genre,
label.var = title,
label.expression = length > 200,
xlab = "IMDB rating",
ggtheme = ggplot2::theme_grey(),
ggplot.component = list(ggplot2::scale_x_continuous(breaks = seq(2, 9, 1), limits = (c(2, 9)))),
plotgrid.args = list(nrow = 1),
annotation.args = list(title = "Relationship between movie length and IMDB ratings")
)
```
Details about underlying functions used to create graphics and statistical tests carried out can be found in the function documentation:
<https://indrajeetpatil.github.io/ggstatsplot/reference/ggscatterstats.html>
For more, also read the following vignette:
<https://indrajeetpatil.github.io/ggstatsplot/articles/web_only/ggscatterstats.html>
### `ggcorrmat`
`ggcorrmat` makes a correlalogram (a matrix of correlation coefficients) with
minimal amount of code. Just sticking to the defaults itself produces
publication-ready correlation matrices. But, for the sake of exploring the
available options, let's change some of the defaults. For example, multiple
aesthetics-related arguments can be modified to change the appearance of the
correlation matrix.
```{r}
#| label = "ggcorrmat1"
set.seed(123)
## as a default this function outputs a correlation matrix plot
ggcorrmat(
data = ggplot2::msleep,
colors = c("#B2182B", "white", "#4D4D4D"),
title = "Correlalogram for mammals sleep dataset",
subtitle = "sleep units: hours; weight units: kilograms"
)
```
**Defaults** return<br>
✅ effect size + significance<br>
✅ careful handling of `NA`s
If there are `NA`s present in the selected variables, the legend will display
minimum, median, and maximum number of pairs used for correlation tests.
There is also a `grouped_` variant of this function that makes it
easy to repeat the same operation across a **single** grouping variable:
```{r}
#| label = "ggcorrmat2",
#| fig.height = 6,
#| fig.width = 10
set.seed(123)
grouped_ggcorrmat(
data = dplyr::filter(movies_long, genre %in% c("Action", "Comedy")),
type = "robust",
colors = c("#cbac43", "white", "#550000"),
grouping.var = genre,
matrix.type = "lower"
)
```
Details about underlying functions used to create graphics and statistical tests carried out can be found in the function documentation:
<https://indrajeetpatil.github.io/ggstatsplot/reference/ggcorrmat.html>
For more, also read the following vignette:
<https://indrajeetpatil.github.io/ggstatsplot/articles/web_only/ggcorrmat.html>
### `ggpiestats()`
This function creates a pie chart for categorical or nominal variables with
results from contingency table analysis (Pearson's chi-squared test for
between-subjects design and McNemar's chi-squared test for within-subjects
design) included in the subtitle of the plot. If only one categorical variable
is entered, results from one-sample proportion test (i.e., a chi-squared
goodness of fit test) will be displayed as a subtitle.
To study an interaction between two categorical variables:
```{r}
#| label = "ggpiestats1",
#| fig.height = 4,
#| fig.width = 8
set.seed(123)
ggpiestats(
data = mtcars,
x = am,
y = cyl,
package = "wesanderson",
palette = "Royal1",
title = "Dataset: Motor Trend Car Road Tests",
legend.title = "Transmission"
)
```
**Defaults** return<br>
✅ descriptives (frequency + %s) <br>
✅ inferential statistics <br>
✅ effect size + CIs <br>
✅ Goodness-of-fit tests <br>
✅ Bayesian hypothesis-testing <br>
✅ Bayesian estimation <br>
There is also a `grouped_` variant of this function that makes it
easy to repeat the same operation across a **single** grouping variable.
Following example is a case where the theoretical question is about proportions
for different levels of a single nominal variable:
```{r}
#| label = "ggpiestats2",
#| fig.height = 6,
#| fig.width = 10
set.seed(123)
grouped_ggpiestats(
data = mtcars,
x = cyl,
grouping.var = am,
label.repel = TRUE,
package = "ggsci",
palette = "default_ucscgb"
)
```
Details about underlying functions used to create graphics and statistical tests carried out can be found in the function documentation:
<https://indrajeetpatil.github.io/ggstatsplot/reference/ggpiestats.html>
For more, also read the following vignette:
<https://indrajeetpatil.github.io/ggstatsplot/articles/web_only/ggpiestats.html>
### `ggbarstats()`
In case you are not a fan of pie charts (for very good reasons), you can
alternatively use `ggbarstats()` function which has a similar syntax.
N.B. The *p*-values from one-sample proportion test are displayed on top of each
bar.
```{r}
#| label = "ggbarstats1",
#| fig.height = 8,
#| fig.width = 10
set.seed(123)
library(ggplot2)
ggbarstats(
data = movies_long,
x = mpaa,
y = genre,
title = "MPAA Ratings by Genre",
xlab = "movie genre",
legend.title = "MPAA rating",
ggplot.component = list(ggplot2::scale_x_discrete(guide = ggplot2::guide_axis(n.dodge = 2))),
palette = "Set2"
)
```
**Defaults** return<br>
✅ descriptives (frequency + %s) <br>
✅ inferential statistics <br>
✅ effect size + CIs <br>
✅ Goodness-of-fit tests <br>
✅ Bayesian hypothesis-testing <br>
✅ Bayesian estimation <br>
And, needless to say, there is also a `grouped_` variant of this function-
```{r}
#| label = "ggbarstats2",
#| fig.height = 6,
#| fig.width = 12
## setup
set.seed(123)
grouped_ggbarstats(
data = mtcars,
x = am,
y = cyl,
grouping.var = vs,
package = "wesanderson",
palette = "Darjeeling2" # ,
# ggtheme = ggthemes::theme_tufte(base_size = 12)
)
```
Details about underlying functions used to create graphics and statistical tests carried out can be found in the function documentation:
<https://indrajeetpatil.github.io/ggstatsplot/reference/ggbarstats.html>
For more, also read the following vignette:
<https://indrajeetpatil.github.io/ggstatsplot/articles/web_only/ggbarstats.html>
### `ggcoefstats()`
The function `ggcoefstats()` generates **dot-and-whisker plots** for
regression models. The tidy data frames are prepared
using `parameters::model_parameters()`. Additionally, if available, the model
summary indices are also extracted from `performance::model_performance()`.
```{r}
#| label = "ggcoefstats1",
#| fig.height = 5,
#| fig.width = 6
set.seed(123)
## model
mod <- stats::lm(formula = mpg ~ am * cyl, data = mtcars)
ggcoefstats(mod)
```
**Defaults** return<br>
✅ inferential statistics <br>
✅ estimate + CIs <br>
✅ model summary (AIC and BIC) <br>
Details about underlying functions used to create graphics and statistical tests carried out can be found in the function documentation:
<https://indrajeetpatil.github.io/ggstatsplot/reference/ggcoefstats.html>
For more, also read the following vignette:
<https://indrajeetpatil.github.io/ggstatsplot/articles/web_only/ggcoefstats.html>
### Extracting expressions and data frames with statistical details
`{ggstatsplot}` also offers a convenience function to extract data frames with
statistical details that are used to create expressions displayed in
`{ggstatsplot}` plots.
```{r}
#| label = "extract_stats"
set.seed(123)
p <- ggbetweenstats(mtcars, cyl, mpg)
# extracting expression present in the subtitle
extract_subtitle(p)
# extracting expression present in the caption
extract_caption(p)
# a list of tibbles containing statistical analysis summaries
extract_stats(p)
```
Note that all of this analysis is carried out by `{statsExpressions}`
package: <https://indrajeetpatil.github.io/statsExpressions/>
### Using `{ggstatsplot}` statistical details with custom plots
Sometimes you may not like the default plots produced by `{ggstatsplot}`. In such
cases, you can use other **custom** plots (from `{ggplot2}` or other plotting
packages) and still use `{ggstatsplot}` functions to display results from relevant
statistical test.
For example, in the following chunk, we will create our own plot using
`{ggplot2}` package, and use `{ggstatsplot}` function for extracting expression:
```{r}
#| label = "customplot",
#| fig.height = 5,
#| fig.width = 6
## loading the needed libraries
set.seed(123)
library(ggplot2)
## using `{ggstatsplot}` to get expression with statistical results
stats_results <- ggbetweenstats(morley, Expt, Speed) %>% extract_subtitle()
## creating a custom plot of our choosing
ggplot(morley, aes(x = as.factor(Expt), y = Speed)) +
geom_boxplot() +
labs(
title = "Michelson-Morley experiments",
subtitle = stats_results,
x = "Speed of light",
y = "Experiment number"
)
```
## Summary of benefits of using `{ggstatsplot}`
- No need to use scores of packages for statistical analysis
(e.g., one to get stats, one to get effect sizes, another to get Bayes
Factors, and yet another to get pairwise comparisons, etc.).
- Minimal amount of code needed for all functions (typically only `data`, `x`,
and `y`), which minimizes chances of error and makes for tidy scripts.
- Conveniently toggle between statistical approaches.
- Truly makes your figures worth a thousand words.
- No need to copy-paste results to the text editor (MS-Word, e.g.).
- Disembodied figures stand on their own and are easy to evaluate for the reader.
- More breathing room for theoretical discussion and other text.
- No need to worry about updating figures and statistical details separately.
## Misconceptions about `{ggstatsplot}`
This package is...
❌ an alternative to learning `{ggplot2}`<br>
✅ (The better you know `{ggplot2}`, the more you can modify the defaults to your
liking.)
❌ meant to be used in talks/presentations<br>
✅ (Default plots can be too complicated for effectively communicating results in
time-constrained presentation settings, e.g. conference talks.)
❌ the only game in town<br>
✅ (GUI software alternatives: [JASP](https://jasp-stats.org/) and [jamovi](https://www.jamovi.org/)).
## Extensions
In case you use the GUI software [`jamovi`](https://www.jamovi.org/), you can
install a module called [`jjstatsplot`](https://github.com/sbalci/jjstatsplot),
which is a wrapper around `{ggstatsplot}`.
## Contributing
I'm happy to receive bug reports, suggestions, questions, and (most of all)
contributions to fix problems and add features. I personally prefer using the
`GitHub` issues system over trying to reach out to me in other ways (personal
e-mail, Twitter, etc.). Pull Requests for contributions are encouraged.
Here are some simple ways in which you can contribute (in the increasing order
of commitment):
- Read and correct any inconsistencies in the
[documentation](https://indrajeetpatil.github.io/ggstatsplot/)
- Raise issues about bugs or wanted features
- Review code
- Add new functionality (in the form of new plotting functions or helpers for
preparing subtitles)
Please note that this project is released with a
[Contributor Code of Conduct](https://indrajeetpatil.github.io/ggstatsplot/CODE_OF_CONDUCT.html). By participating in this project you agree to abide by its terms.