-
Notifications
You must be signed in to change notification settings - Fork 256
/
Copy pathR_visualization.Rmd
20 lines (17 loc) · 1.06 KB
/
R_visualization.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
---
title: "Regression and Other Stories - R and visualization"
author: "Andrew Gelman, Jennifer Hill, Aki Vehtari"
date: "Page updated: `r format.Date(file.mtime('index.Rmd'),'%Y-%m-%d')`"
---
-------------
## R programming and visualization with R
- For R programming basics see [Appendix A of Regression and Other Stories](Regression_and_Other_Stories_Appendix_A.pdf).
- For learning more about R programming we recommend
- [Garrett Grolemund, Hands-On Programming with R](https://rstudio-education.github.io/hopr/)
- For learning more about basic and advanced plotting using R we recommend
- [Kieran Healy, Data Visualization - A practical introduction](https://socviz.co/)
- [Antony Unwin, Graphical Data Analysis with R](http://www.gradaanwr.net/)
- Further ideas for visualization
- [ggdist: Visualizations of distributions and uncertainty](https://mjskay.github.io/ggdist/)
- [tidybayes: Bayesian analysis + tidy data + geoms](http://mjskay.github.io/tidybayes/)
- [Claus O. Wilke, Fundamentals of Data Visualization](https://serialmentor.com/dataviz/)