Additional Reading Materials

You might also like

You are on page 1of 1

Introduction to R Additional Reading Material

1. Detecting and treating outliers using R


http://r-statistics.co/Outlier-Treatment-With-R.html

2. Cheat sheet for R markdown - Captures the main steps in creating an R markdown
document. Great for ready reference
https://rstudio.com/wp-content/uploads/2015/02/rmarkdown-cheatsheet.pdf

3. Reference Guide for R Markdown - Comprehensive guide to all the different


options available in Rmd
https://rstudio.com/wp-content/uploads/2015/03/rmarkdown-reference.pdf

4. For exploring categorical variables, library called Inspectdf can be used in R


https://www.r-bloggers.com/exploring-categorical-data-with-inspectdf/

5. Cheat sheet for ggplot2 for visualization in R.


https://rstudio.com/wp-content/uploads/2015/03/ggplot2-cheatsheet.pdf

6. Cheat sheet for data transformation using dplyr


https://github.com/rstudio/cheatsheets/raw/master/data-transformation.pdf

7. Cheat sheet explaining elements and functionality of RStudio IDE


https://github.com/rstudio/cheatsheets/raw/master/rstudio-ide.pdf

8. Cheat sheet for Base R covering data types, functions etc


http://github.com/rstudio/cheatsheets/raw/master/base-r.pdf

9. Cheat sheet for importing different filetypes to R


https://github.com/rstudio/cheatsheets/raw/master/data-import.pdf

You might also like