R Programming Fundamentals (Packt)
Friday, 18 January 2019

This book introduces you to the tools for working with data. To start with, author Kaelen Medeiros shows how to set up R and RStudio, followed by info on R packages, functions, data structures, control flow, and loops. The book then moves on to cover data visualization and graphics, and how to build statistical and advanced plots using the ggplot2 library. In addition to this, data management concepts such as factoring, pivoting, aggregating, merging, and dealing with missing values are covered. The book then moves on to cover data visualization and graphics, and how to build statistical and advanced plots using the ggplot2 library. In addition to this, data management concepts such as factoring, pivoting, aggregating, merging, and dealing with missing values are covered.

<ASIN: 1789612993>

 

Author: Kaelen Medeiros
Publisher: Packt Publishing
Date: September 2018
Pages: 206
ISBN: 978-1789612998
Print: 1789612993
Kindle: B07HSXNXWY
Audience: would-be R programmers
Level: Introductory/Intermediate
Category: Other Languages

Topics covered include:

 

  • Use basic programming concepts of R such as loading packages, arithmetic functions, data structures, and flow control
  • Import data to R from various formats such as CSV, Excel, and SQL
  • Clean data by handling missing values and standardizing fields
  • Perform univariate and bivariate analysis using ggplot2
  • Create statistical summary and advanced plots such as histograms, scatter plots, box plots, and interaction plots
  • Apply data management techniques, such as factoring, pivoting, aggregating, merging, and dealing with missing values, on the example datasets

 

For recommendations of R books see Choosing The Right R Book in our Programmer's Bookshelf section.

For more Book Watch just click.

Book Watch is I Programmer's listing of new books and is compiled using publishers' publicity material. It is not to be read as a review where we provide an independent assessment. Some, but by no means all, of the books in Book Watch are eventually reviewed.

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

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.

 

 

Banner
 


Software Mistakes and Tradeoffs (Manning)

Author: Tomasz Lelek and Jon Skeet
Publisher: Manning
Date: June 2022
Pages: 426
ISBN: 978-1617299209
Print: 1617299200
Audience: C# developers
Rating: 4
Reviewer: Mike James
We all make mistakes - do you want to read about them?



Classic Computer Science Problems in Java

Author: David Kopec
Publisher: Manning
Date: January 2021
Pages: 264
ISBN: 978-1617297601
Print: 1617297607
Audience: Java developers
Rating: 4
Reviewer: Mike James
Getting someone else to do the hard work of converting classic problems to code seems like a good idea. It all depends which problems [ ... ]


More Reviews