Data Science Recommended Books
Data Science Recommended Books
Data Science Recommended Books
Lesson Goals
Present an overview of a number of helpful and relevant
books
(You certainly do not need to buy all, or even any of them,
but it is good to know they are available)
Hands-On Programming
with R
Garrett Grolemund
A basic introduction to programming and R,
using a project-oriented approach.
R for Everyone
Jared P. Lander
Well-liked, very popular R book.
Covers programming basics and basic R
structures. Good survey of basic statistics and
modeling in R.
Advanced R
Hadley Wickham
Good deep dive into the internals of R as a
programming language. A must if you are
interested in developing R packages.
Also available online: http://adv-r.had.co.nz
Reproducible Research
with R and RStudio
Christopher Gandrud
Covers R markup and knitr within the RStudio
environment.
Good introduction to the tool ecosystem
around R, and gives good advice on setting up
an R-based project data science project.
R Graphics Cookbook
Winston Chang
Useful collection of recipes for creating graphics
in R, primarily in ggplot2.
SQL
Statistics
Theory
Practice
An Introduction to Statistical
Learning
Gareth James, Daniela Witten,
Trevor Hastie, Robert Tibshirani
Companion text to The Elements of Statistical
Learning.
More application oriented, with example code
in R.
Applied Predictive
Modeling
Max Kuhn, Kjell Johnson
Practice-oriented approach to predictive
modeling.
Good combination of theory and practice. Also
covers data treatment, model evaluation, and
feature selection. Example code in R.
Nina Zumel
John Mount
FOREWORD BY Jim Porzak
MANNING
And more
More good books (our list is not comprehensive)
Some web resources:
http://www.r-bloggers.com
http://www.statmethods.net (Quick-R)
http://cran.r-project.org