Search icon CANCEL
Subscription
0
Cart icon
Cart
Close icon
You have no products in your basket yet
Save more on your purchases!
Savings automatically calculated. No voucher code required
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Data Analysis with R

You're reading from  Data Analysis with R

Product type Book
Published in Dec 2015
Publisher
ISBN-13 9781785288142
Pages 388 pages
Edition 1st Edition
Languages
Toc

Table of Contents (20) Chapters close

Data Analysis with R
Credits
About the Author
About the Reviewer
www.PacktPub.com
Preface
1. RefresheR 2. The Shape of Data 3. Describing Relationships 4. Probability 5. Using Data to Reason About the World 6. Testing Hypotheses 7. Bayesian Methods 8. Predicting Continuous Variables 9. Predicting Categorical Variables 10. Sources of Data 11. Dealing with Messy Data 12. Dealing with Large Data 13. Reproducibility and Best Practices Index

Summary


This last chapter—which was uncharacteristically light on theory—may be one of the most important chapters in the whole book. In order to be a productive data analyst using R, you simply must be acquainted with the tools and workflows of professional R programmers.

The first topic we touched on was the link between best practices and reproducibility, and why reproducibility is an integral part of a productive and sane analyst's workflow. Next, we discussed the basics of R scripting, and how to run completed scripts all at once. We saw how RStudio—R's best IDE—can help us while we write these scripts by providing a mechanism to execute code, line-by-line, as we write it. To really cement your understanding of R scripting, we saw an example R script that illustrated clean design and adherence to best practices (informative variable names, readable layout, myriad informative comments, and so on.)

Then, you learned of a few ways that you can organize multi-file analysis projects. You saw...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime