R for Data Science: Import, Tidy, Transform, Visualize, and Model Data, 2nd Edition (Second Early Release)

This document was uploaded by one of our users. The uploader already confirmed that they had the permission to publish it. If you are author/publisher or own the copyright of this documents, please report to us by using this DMCA report form.

Simply click on the Download Book button.

Yes, Book downloads on Ebookily are 100% Free.

Sometimes the book is free on Amazon As well, so go ahead and hit "Search on Amazon"

Learn how to use R to turn data into insight, knowledge, and understanding. Ideal for current and aspiring data scientists, this book introduces you to doing data science with R and RStudio, as well as the tidyverse—a collection of R packages designed to work together to make data science fast, fluent, and fun. Even if you have no programming experience, this updated edition will have you doing data science quickly. You'll learn how to import, transform, and visualize your data and communicate the results. And you'll get a complete, big-picture understanding of the data science cycle and the basic tools you need to manage the details. Each section in this edition includes exercises to help you practice what you've learned along the way. Updated for the latest tidyverse best practices, new chapters dive deeper into visualization and data wrangling, show you how to get data from spreadsheets, databases, and websites, and help you make the most of new programming tools. Our goal in this part of the book is to give you a rapid overview of the main tools of Data Science: importing, tidying, transforming, and visualizing data. We want to show you the “whole game” of data science giving you just enough of all the major pieces so that you can tackle real, if simple, data sets. The later parts of the book, will hit each of these topics in more depth, increasing the range of data science challenges that you can tackle. Five chapters focus on the tools of Data Science: • Visualisation is a great place to start with R programming, because the payoff is so clear: you get to make elegant and informative plots that help you understand data. In Chapter 1 you’ll dive into visualization, learning the basic structure of a ggplot2 plot, and powerful techniques for turning data into plots. • Visualisation alone is typically not enough, so in Chapter 3, you’ll learn the key verbs that allow you to select important variables, filter out key observations, create new variables, and compute summaries. • In Chapter 5, you’ll learn about tidy data, a consistent way of storing your data that makes transformation, visualization, and modelling easier. You’ll learn the underlying principles, and how to get your data into a tidy form. • Before you can transform and visualize your data, you need to first get your data into R. In Chapter 7 you’ll learn the basics of getting .csv files into R. Nestled among these chapters are five other chapters that focus on your R workflow. In Chapter 2, Chapter 4, Chapter 6, and Chapter 8 you’ll learn good workflow practices for writing and organizing your R code. These will set you up for success in the long run, as they’ll give you the tools to stay organised when you tackle real projects. Finally, Chapter 9 will teach you how to get help to keep learning. You'll learn how to: Visualize—create plots for data exploration and communication of results Transform—discover types of variables and the tools you can use to work with them Import—get data into R and in a form convenient for analysis Program—learn R tools for solving data problems with greater clarity and ease

Author(s): Hadley Wickham, Mine Cetinkaya-Rundel, and Garrett Grolemund
Edition: 2
Publisher: O'Reilly Media, Inc.
Year: 2023

Language: English
Pages: 746