R in Action
eBook - ePub

R in Action

Data analysis and graphics with R

  1. 608 pages
  2. English
  3. ePUB (mobile friendly)
  4. Available on iOS & Android
eBook - ePub

R in Action

Data analysis and graphics with R

About this book

Summary R in Action, Second Edition presents both the R language and the examples that make it so useful for business developers. Focusing on practical solutions, the book offers a crash course in statistics and covers elegant methods for dealing with messy and incomplete data that are difficult to analyze using traditional methods. You'll also master R's extensive graphical capabilities for exploring and presenting data visually. And this expanded second edition includes new chapters on time series analysis, cluster analysis, and classification methodologies, including decision trees, random forests, and support vector machines.Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications. About the Technology Business pros and researchers thrive on data, and R speaks the language of data analysis. R is a powerful programming language for statistical computing. Unlike general-purpose tools, R provides thousands of modules for solving just about any data-crunching or presentation challenge you're likely to face. R runs on all important platforms and is used by thousands of major corporations and institutions worldwide. About the Book R in Action, Second Edition teaches you how to use the R language by presenting examples relevant to scientific, technical, and business developers. Focusing on practical solutions, the book offers a crash course in statistics, including elegant methods for dealing with messy and incomplete data. You'll also master R's extensive graphical capabilities for exploring and presenting data visually. And this expanded second edition includes new chapters on forecasting, data mining, and dynamic report writing. What's Inside

  • Complete R language tutorial
  • Using R to manage, analyze, and visualize data
  • Techniques for debugging programs and creating packages
  • OOP in R
  • Over 160 graphs


About the Author Dr. Rob Kabacoff is a seasoned researcher and teacher who specializes in data analysis. He also maintains the popular Quick-R website at statmethods.net. Table of Contents
PART 1 GETTING STARTED

  • Introduction to R
  • Creating a dataset
  • Getting started with graphs
  • Basic data management
  • Advanced data management
  • PART 2 BASIC METHODS
  • Basic graphs
  • Basic statistics
  • PART 3 INTERMEDIATE METHODS
  • Regression
  • Analysis of variance
  • Power analysis
  • Intermediate graphs
  • Resampling statistics and bootstrapping
  • PART 4 ADVANCED METHODS
  • Generalized linear models
  • Principal components and factor analysis
  • Time series
  • Cluster analysis
  • Classification
  • Advanced methods for missing data
  • PART 5 EXPANDING YOUR SKILLS
  • Advanced graphics with ggplot2
  • Advanced programming
  • Creating a package
  • Creating dynamic reports
  • Advanced graphics with the lattice package available online only from manning.com/kabacoff2

Frequently asked questions

Yes, you can cancel anytime from the Subscription tab in your account settings on the Perlego website. Your subscription will stay active until the end of your current billing period. Learn how to cancel your subscription.
At the moment all of our mobile-responsive ePub books are available to download via the app. Most of our PDFs are also available to download and we're working on making the final remaining ones downloadable now. Learn more here.
Perlego offers two plans: Essential and Complete
  • Essential is ideal for learners and professionals who enjoy exploring a wide range of subjects. Access the Essential Library with 800,000+ trusted titles and best-sellers across business, personal growth, and the humanities. Includes unlimited reading time and Standard Read Aloud voice.
  • Complete: Perfect for advanced learners and researchers needing full, unrestricted access. Unlock 1.4M+ books across hundreds of subjects, including academic and specialized titles. The Complete Plan also includes advanced features like Premium Read Aloud and Research Assistant.
Both plans are available with monthly, semester, or annual billing cycles.
We are an online textbook subscription service, where you can get access to an entire online library for less than the price of a single book per month. With over 1 million books across 1000+ topics, we’ve got you covered! Learn more here.
Look out for the read-aloud symbol on your next book to see if you can listen to it. The read-aloud tool reads text aloud for you, highlighting the text as it is being read. You can pause it, speed it up and slow it down. Learn more here.
Yes! You can use the Perlego app on both iOS or Android devices to read anytime, anywhere — even offline. Perfect for commutes or when you’re on the go.
Please note we cannot support devices running on iOS 13 and Android 7 or earlier. Learn more about using the app.
Yes, you can access R in Action by Robert I. Kabacoff in PDF and/or ePUB format, as well as other popular books in Computer Science & Computer Science General. We have over one million books available in our catalogue for you to explore.

Information

Table of contents

  1. Copyright
  2. Brief Table of Contents
  3. Table of Contents
  4. Praise for the First Edition
  5. Preface
  6. Acknowledgments
  7. About this Book
  8. About the Cover Illustration
  9. Part 1. Getting started
  10. Part 2. Basic methods
  11. Part 3. Intermediate methods
  12. Part 4. Advanced methods
  13. Part 5. Expanding your skills
  14. Afterword Into the rabbit hole
  15. Appendix A. Graphical user interfaces
  16. Appendix B. Customizing the startup environment
  17. Appendix C. Exporting data from R
  18. Appendix D. Matrix algebra in R
  19. Appendix E. Packages used in this book
  20. Appendix F. Working with large datasets
  21. Appendix G. Updating an R installation
  22. References
  23. Bonus Chapter 23. Advanced graphics with the lattice package
  24. Index
  25. List of Figures
  26. List of Tables
  27. List of Listings