Prof. Alexandra Chouldechova
What have we learned?
Where do you go from here?
base
, stats
MASS
ggplot2
plyr
mapvalues()
is from heredplyr
table()
tapply()
aggregate()
plyr
functionsdplyr::summarise()
y
differ between 2 groups?y
differ across various combinations of \( k \) factors?y
differ across various covariates?anova()
to compare 2 nested modelsglm()
command.pairs()
and GGally::ggpairs()
plotstidyr - Tools for reshaping your data into “tidy” formatting
R for Data Science - New book by Garrett Grolemund and Hadley Wickham, available for free online.
The handy Data wrangling cheatsheet provides a quick reference to the various dplyr
and tidyr
functions.
shiny - A web application framework for R
ggvis - Interactive web-based graphics
plotly - Make ggplots interactive
htmlwidgets - “Bring the best of JavaScript data visualization to R”