Beyond Spreadsheets with R

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"

Beyond Spreadsheets with R shows you how to take raw data and transform it for use in computations, tables, graphs, and more. You'll build on simple programming techniques like loops and conditionals to create your own custom functions. You'll come away with a toolkit of strategies for analyzing and visualizing data of all sorts using R and RStudio. About the Technology Spreadsheets are powerful tools for many tasks, but if you need to interpret, interrogate, and present data, they can feel like the wrong tools for the task. That's when R programming is the way to go. The R programming language provides a comfortable environment to properly handle all types of data. And within the open source RStudio development suite, you have at your fingertips easy-to-use ways to simplify complex manipulations and create reproducible processes for analysis and reporting. About the Book With Beyond Spreadsheets with R you'll learn how to go from raw data to meaningful insights using R and RStudio. Each carefully crafted chapter covers a unique way to wrangle data, from understanding individual values to interacting with complex collections of data, including data you scrape from the web. You'll build on simple programming techniques like loops and conditionals to create your own custom functions. You'll come away with a toolkit of strategies for analyzing and visualizing data of all sorts. What's inside • How to start programming with R and RStudio • Understanding and implementing important R structures and operators • Installing and working with R packages • Tidying, refining, and plotting your data About the Reader If you're comfortable writing formulas in Excel, you're ready for this book. About the Author Dr Jonathan Carroll is a data science consultant providing R programming services. He holds a PhD in theoretical physics.

Author(s): Jonathan Carroll
Edition: 1
Publisher: Manning Publications
Year: 2018

Language: English
Commentary: Converted from EPUB
Pages: 352
City: Shelter Island, NY
Tags: Statistics; Data Science; R; RStudio; Spreadsheets; Data Visualization

1. Introducing Data and the R Language
2. Getting to Know R Data Types
3. I Want to Make New Data Values
4. Understanding the Tools We'll Use: Functions
5. Combining Data Values
6. Selecting Data Values
7. Doing Things with Lots of Data
8. Doing Things Conditionally: Control Structures
9. Visualizing Data: Plotting
10. Doing More with Your Data with Extensions

Appendix A: Installing R
Appendix B: Installing RStudio
Appendix C: Graphics in Base R