/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

programminghistorian.org
| | indrajeetpatil.github.io
6.0 parsecs away

Travel
| | Extension of ggplot2, ggstatsplot creates graphics with details from statistical tests included in the plots themselves. It provides an easier syntax to generate information-rich plots for statistical analysis of continuous (violin plots, scatterplots, histograms, dot plots, dot-and-whisker plots) or categorical (pie and bar charts) data. Currently, it supports the most common types of statistical approaches and tests: parametric, nonparametric, robust, and Bayesian versions of t-test/ANOVA, correlation analyses, contingency table analysis, meta-analysis, and regression analyses. References: Patil (2021) .
| | www.cedricscherer.com
4.9 parsecs away

Travel
| | An extensive tutorial containing a general introduction to ggplot2 as well as many examples how to modify a ggplot, step by step. It covers several topics such as different chart types, themes, design choices, plot combinations, and modification of axes, labels, and legends, custom fonts, interactive charts and many more.
| | statsandr.com
2.9 parsecs away

Travel
| | Learn how to create professional graphics and plots in R (histogram, barplot, boxplot, scatter plot, line plot, density plot, etc.) with the ggplot2 package
| | www.civilytics.com
26.4 parsecs away

Travel
| Update: Since this post was released I have co-authored an R package to make some of the items in this post easier to do. This package is called merTools and is available on CRAN and on GitHub. To read more about it, read my new post hereand check out the packageon GitHub. Introduction First of [...]