Tidymultiverse
How to conduct multiverse analyses in R with tidy pipelines and parallel processing.
How to run R remotely
Running R on a remote computer is surprisingly easy
How to analyze visual analog (slider) scale data?
A reasonable choice might be the zero-one-inflated beta model
Combine ggplots with patchwork
How to combine arbitrary ggplots
How to create within-subject scatter plots in R with ggplot2
Scatterplots can be a very effective form of visualization for data from within-subjects experiments. You’ll often see within-subject data visualized as bar graphs (condition means, and maybe mean…
How to arrange ggplot2 panel plots
Arrange your visual display of information to maximize your figures’ impact.
Bayesian Meta-Analysis with R, Stan, and brms
Meta-analysis is a special case of Bayesian multilevel modeling
GitHub-style waffle plots in R
Attractive visualization for plotting activity over time in R with ggplot2.
How to create plots with subplots in R
Some tips on creating figures with multiple panels in R