R Libraries
Ian Frantz (www.ianfrantz.com)
June 18, 2015
A Short List of R Libraries I Use
I am writing this post because I need for myself a referenceable list for what packages I’ve been installing and for what purposes.
| Purpose | Library | Notes |
|---|---|---|
| Data Clean-up | dplyr | adds SQL join calls |
| Basic Statistics | psych | makes available describe and correlation functions |
| Visual Plots | ggplot2 | ggplot and qplot |
| ggvis | better visualizations | |
| Timeseries Analysis/Plots | zoo | create irregular timeseries objects |
| qcc | package for Shewhart quality control charts |