R For Everyone (Addison Wesley)
Thursday, 20 July 2017

R has traditionally been seen as difficult for non-statisticians to learn, and most R books assume far too much knowledge to be of help. This book avoids that error, aiming the material at users new to statistical programming and modeling. Author and professional data scientist Jared P. Lander focuses on the 20 percent of R functionality needed to accomplish 80 percent of modern data tasks.

<ASIN:013454692X>

The self-contained chapters start with the absolute basics, with hands-on practice and sample code. The book guides you through navigating and using the R environment as well as covering basic program control, data import, manipulation, and visualization. It also has walk throughs on several essential tests. The latter part of the book looks at constructing complete models, both linear and nonlinear, with some data mining techniques, and working with LaTeX, RMarkdown, and Shiny.

Author: Jared P. Lander
Publisher: Addison Wesley
Date: June 2017
Pages: 560
ISBN: 978-0134546926
Print: 013454692X
Kindle: B071X9KT1D
Audience: would-be R programmers
Level: introductory
Category: Other Languages

 

Coverage includes:

  • Explore R, RStudio, and R packages
  • Use R for math: variable types, vectors, calling functions, and more
  • Exploit data structures, including data.frames, matrices, and lists
  • Read many different types of data
  • Create attractive, intuitive statistical graphics
  • Write user-defined functions
  • Control program flow with if, ifelse, and complex checks
  • Improve program efficiency with group manipulations
  • Combine and reshape multiple datasets
  • Manipulate strings using R’s facilities and regular expressions
  • Create normal, binomial, and Poisson probability distributions
  • Build linear, generalized linear, and nonlinear models
  • Program basic statistics: mean, standard deviation, and t-tests
  • Train machine learning models
  • Assess the quality of models and variable selection
  • Prevent overfitting and perform variable selection, using the Elastic Net and Bayesian methods
  • Analyze univariate and multivariate time series data
  • Group data via K-means and hierarchical clustering
  • Prepare reports, slideshows, and web pages with knitr
  • Display interactive data with RMarkdown and htmlwidgets
  • Implement dashboards with Shiny
  • Build reusable R packages with devtools and Rcpp

For recommended titles on Data Analysis see Reading Your Way Into Big Data in our Programmer's Bookshelf section.

Follow @bookwatchiprog on Twitter or subscribe to I Programmer's Books RSS feed for each day's new addition to Book Watch and for new reviews.

To have new titles included in Book Watch contact  BookWatch@i-programmer.info

Banner
 


Modern JavaScript for the Impatient

Author: Cay S. Horstmann
Publisher: Addison-Wesley
Date: July 2020
Pages: 352
ISBN: 978-0136502142
Print: 0136502148
Kindle: B08F5HFWBH
Audience: Developers interested in JavaScript
Rating: 4
Reviewer: Mike James
So you're impatient - what next?



Modern Frontend Development with Node.js

Author: Florian Rappl
Publisher: Packt Publishing
Date: November 2022
Pages: 208
ISBN: 978-1804618295
Print: 1804618292
Kindle: B0B9BH5WBS
Audience: Node.js developers
Level: Introductory/Intermediate
Rating: 3
Reviewer: Ian Elliot
Modern development - what else is there?


More Reviews