product
2920211Advanced R, Second Editionhttps://www.gandhi.com.mx/advanced-r-second-edition-9781351201292/phttps://gandhi.vtexassets.com/arquivos/ids/2245285/46000eab-1e43-4887-a728-4e77c545fb19.jpg?v=63838370956333000013351335MXNCRC PressInStock/Ebooks/2856247Advanced R, Second Edition13351335https://www.gandhi.com.mx/advanced-r-second-edition-9781351201292/phttps://gandhi.vtexassets.com/arquivos/ids/2245285/46000eab-1e43-4887-a728-4e77c545fb19.jpg?v=638383709563330000InStockMXN99999DIEbook20199781351201292_W3siaWQiOiI4ZWRiZDhkMy01OTBiLTQ5ZDktYjFiZC01ZWMxYWQwODcwOTkiLCJsaXN0UHJpY2UiOjE0MTUsImRpc2NvdW50IjowLCJzZWxsaW5nUHJpY2UiOjE0MTUsImluY2x1ZGVzVGF4Ijp0cnVlLCJwcmljZVR5cGUiOiJXaG9sZXNhbGUiLCJjdXJyZW5jeSI6Ik1YTiIsImZyb20iOiIyMDI1LTA2LTA1VDAwOjAwOjAwWiIsInRvIjoiMjAyNS0wNi0zMFQyMzo1OTo1OVoiLCJyZWdpb24iOiJNWCIsImlzUHJlb3JkZXIiOmZhbHNlfSx7ImlkIjoiZWQxNzljZTctNmVkMC00Y2Q3LWExOTEtMTkxYjczYTU3YThiIiwibGlzdFByaWNlIjoxMzM1LCJkaXNjb3VudCI6MCwic2VsbGluZ1ByaWNlIjoxMzM1LCJpbmNsdWRlc1RheCI6dHJ1ZSwicHJpY2VUeXBlIjoiV2hvbGVzYWxlIiwiY3VycmVuY3kiOiJNWE4iLCJmcm9tIjoiMjAyNS0wNy0wMVQwMDowMDowMFoiLCJyZWdpb24iOiJNWCIsImlzUHJlb3JkZXIiOmZhbHNlfV0=9781351201292_<p><strong>Advanced R</strong> helps you understand how R works at a fundamental level. It is designed for R programmers who want to deepen their understanding of the language, and programmers experienced in other languages who want to understand what makes R different and special.</p><p>This book will teach you the foundations of R; three fundamental programming paradigms (functional, object-oriented, and metaprogramming); and powerful techniques for debugging and optimising<br />your code.</p><p>By reading this book, you will learn:</p><ul><li></li><li>The difference between an object and its name, and why the distinction is important</li><li></li><li></li><li>The important vector data structures, how they fit together, and how you can pull them apart using subsetting</li><li></li><li></li><li>The fine details of functions and environments</li><li></li><li></li><li>The condition system, which powers messages, warnings, and errors</li><li></li><li></li><li>The powerful functional programming paradigm, which can replace many for loops</li><li></li><li></li><li>The three most important OO systems: S3, S4, and R6</li><li></li><li></li><li>The tidy eval toolkit for metaprogramming, which allows you to manipulate code and control evaluation</li><li></li><li></li><li>Effective debugging techniques that you can deploy, regardless of how your code is run</li><li></li><li></li><li>How to find and remove performance bottlenecks</li><li></li></ul><p>The second edition is a comprehensive update:</p><ul><li></li><li><p>New foundational chapters: Names and values, Control flow, and Conditions</p></li><li></li><li></li><li><p>comprehensive coverage of object oriented programming with chapters on S3, S4, R6, and how to choose between them</p></li><li></li><li></li><li><p>Much deeper coverage of metaprogramming, including the new tidy evaluation framework</p></li><li></li><li></li><li><p>use of new package like rlang (http://rlang.r-lib.org), which provides a clean interface to low-level operations, and purr (http://purrr.tidyverse.org/) for functional programming</p></li><li></li><li></li><li><p>Use of color in code chunks and figures</p><p><strong>Hadley Wickham</strong> is Chief Scientist at RStudio, an Adjunct Professor at Stanford University and the University of Auckland, and a member of the R Foundation. He is the lead developer of the tidyverse, a collection of R packages, including ggplot2 and dplyr, designed to support data science. He is also the author of <em>R for Data Science</em> (with Garrett Grolemund), <em>R Packages</em>, and <em>ggplot2: Elegant Graphics for Data Analysis</em>.</p></li><li></li></ul>(*_*)9781351201292_<p><strong>Advanced R</strong> helps you understand how R works at a fundamental level. It is designed for R programmers who want to deepen their understanding of the language, and programmers experienced in other languages who want to understand what makes R different and special.</p><p>This book will teach you the foundations of R; three fundamental programming paradigms (functional, object-oriented, and metaprogramming); and powerful techniques for debugging and optimising<br />your code.</p><p>By reading this book, you will learn:</p><ul><li></li><li>The difference between an object and its name, and why the distinction is important</li><li></li><li>The important vector data structures, how they fit together, and how you can pull them apart using subsetting</li><li></li><li>The fine details of functions and environments</li><li></li><li>The condition system, which powers messages, warnings, and errors</li><li></li><li>The powerful functional programming paradigm, which can replace many for loops</li><li></li><li>The three most important OO systems: S3, S4, and R6</li><li></li><li>The tidy eval toolkit for metaprogramming, which allows you to manipulate code and control evaluation</li><li></li><li>Effective debugging techniques that you can deploy, regardless of how your code is run</li><li></li><li>How to find and remove performance bottlenecks</li></ul><p>The second edition is a comprehensive update:</p><ul><li></li><li><p>New foundational chapters: "Names and values," "Control flow," and "Conditions"</p></li><li></li><li><p>comprehensive coverage of object oriented programming with chapters on S3, S4, R6, and how to choose between them</p></li><li></li><li><p>Much deeper coverage of metaprogramming, including the new tidy evaluation framework</p></li><li></li><li><p>use of new package like rlang (http://rlang.r-lib.org), which provides a clean interface to low-level operations, and purr (http://purrr.tidyverse.org/) for functional programming</p></li><li></li><li><p>Use of color in code chunks and figures</p><p><strong>Hadley Wickham</strong> is Chief Scientist at RStudio, an Adjunct Professor at Stanford University and the University of Auckland, and a member of the R Foundation. He is the lead developer of the tidyverse, a collection of R packages, including ggplot2 and dplyr, designed to support data science. He is also the author of <em>R for Data Science</em> (with Garrett Grolemund), <em>R Packages</em>, and <em>ggplot2: Elegant Graphics for Data Analysis</em>.</p></li></ul>...9781351201292_CRC Presslibro_electonico_fc8a500b-152e-364e-80d9-854c7ddb0962_9781351201292;9781351201292_9781351201292Hadley WickhamInglésMéxicohttps://getbook.kobo.com/koboid-prod-public/taylorandfrancis-epub-141b0a66-93c0-4142-bfe7-0ad06c4f30cb.epub2019-05-24T00:00:00+00:00CRC Press