Cantitate/Preț
Produs

Extending R: Chapman &Hall/CRC The R Series

Autor John M. Chambers
en Limba Engleză Paperback – 24 mai 2016
Up-to-Date Guidance from One of the Foremost Members of the R Core Team
Written by John M. Chambers, the leading developer of the original S software, Extending R covers key concepts and techniques in R to support analysis and research projects. It presents the core ideas of R, provides programming guidance for projects of all scales, and introduces new, valuable techniques that extend R.
The book first describes the fundamental characteristics and background of R, giving readers a foundation for the remainder of the text. It next discusses topics relevant to programming with R, including the apparatus that supports extensions. The book then extends R’s data structures through object-oriented programming, which is the key technique for coping with complexity. The book also incorporates a new structure for interfaces applicable to a variety of languages.
A reflection of what R is today, this guide explains how to design and organize extensions to R by correctly using objects, functions, and interfaces. It enables current and future users to add their own contributions and packages to R.
 
A 2017 Choice Outstanding Academic Title
Citește tot Restrânge

Toate formatele și edițiile

Toate formatele și edițiile Preț Express
Paperback (1) 37189 lei  6-8 săpt.
  CRC Press – 24 mai 2016 37189 lei  6-8 săpt.
Hardback (1) 104304 lei  6-8 săpt.
  CRC Press – 2 oct 2017 104304 lei  6-8 săpt.

Din seria Chapman &Hall/CRC The R Series

Preț: 37189 lei

Preț vechi: 47934 lei
-22% Nou

Puncte Express: 558

Preț estimativ în valută:
7118 7419$ 5925£

Carte tipărită la comandă

Livrare economică 04-18 ianuarie 25

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9781498775717
ISBN-10: 1498775713
Pagini: 382
Ilustrații: 7
Dimensiuni: 178 x 254 x 26 mm
Greutate: 0.66 kg
Ediția:1
Editura: CRC Press
Colecția Chapman and Hall/CRC
Seria Chapman &Hall/CRC The R Series


Cuprins

Understanding R: Objects, Functions and Interfaces. Evolution. R in Operation. Programming with R: Small, Medium and Large. Functions. Objects. Packages. In the Large. Object-Oriented Programming: Classes and Methods in R. Functional OOP in R. Encapsulated OOP in R. Interfaces: Understanding Interfaces. The XR Structure for Interfaces. An Interface to Python. An Interface to Julia. Subroutine Interfaces. Bibliography. Index.

Notă biografică

John M. Chambers is a consulting professor in the Department of Statistics at Stanford University. He previously worked at Bell Labs for 40 years, where he contributed to major research and management in statistical computing and related fields. He was the first statistician to be named a Bell Labs Fellow.
Chambers is best known for the creation and extension of the S software, the predecessor to today’s very popular R. He has continued to contribute essential new directions to R. In 1999, he was honored with the ACM Software System Award, which noted that "S has forever altered the way people analyze, visualize, and manipulate data."
He is a board member of the R Foundation and the R Consortium; a fellow of the ASA, the IMS, and the AAAS; and an elected member of the ISI. He is the author or co-author of nine books, including the first comprehensive book on computational methods for statistics.

Recenzii

"Chambers, a consulting professor in the Department of Statistics at Stanford University, indicates that the purpose of this book is to encourage and help individuals develop extensions to the R software. Obviously, one must have experience using R and ideas for extensions that he or she would like to make, such as adding some functions or developing packages of different degrees of sophistication. The book contains three fundamental principles: every element that exists within R is an 'object,' all elements that happen within R are a 'function' call, and 'interfaces' to other software are part of R. These principles are then expanded in sections about ideas and history, aspects of programming in R, object-oriented programming, and interfaces from R to other software. As Chambers is the creator of the S software (the predecessor of R), any of his works are considered important and should be acquired by all statistical science libraries. This book will be a valuable guide for individuals who wish to develop their own extensions to R, whether at a modest or a more ambitious level. Summing Up: Highly recommended. Lower-division undergraduates and above; faculty and professionals."
~R. Bharath, Northern Michigan University
 
". . . Chambers provides valuable insight into some of the thinking that led to major contributions to R’s development. For example, one section is divided thoughtfully into three themes, namely, programming in the small, in the medium, and in the large. Each theme is used to introduce and illustrate different aspects of the language, from the point of view of the kinds of activities that cluster within the themes, and here the book really shines. It is a pleasure to see how a crafter of tools thinks deeply about how the tool will be used."
~Andrew Robinson, University of Melbourne
 
"Doug Bates once said to me that 'There’s no doubt about John Chambers. He can see much further than the rest of us.' This latest book is yet another illustration of that incisive observation. It is fundamentally a book about perspectives and strategies. It gives a deep insight into the R landscape, its background and structure, and shows how users can work with R when they need to extend its facilities."
~Biometrics, June 2017
 
"This book is a must-have for anyone with a deep interest in statistical computing . . . you will learn some of the theory that underpins R, and see the directions in which you can extend it to solve your problems . . . it does give you powerful ways of thinking about programming on a large scale that will pay off as you tackle more ambitious projects."
~Hadley Wickham, Journal of the American Statistical Association
 
" . . . any new book by John Chambers, the main developer of the original S language from which R derives, commands particular attention. . . Experienced R programmers will want a copy. R users seeking a deeper understanding of the internal structure of the language will also benefit, especially regarding aspects of functional programming and object-oriented computations.
~Christian Kleiber, Stat Papers

"True to the book’s name, Extending R is full of R history, scope, structure and applications.  R enthusiasts will be happy to access the comprehensive wealth of information, explanations and examples all in one place.  This unique book extends R with a separate section and chapters for each interface language. So, if you are a Python or Java programmer, for example, you can apply the programming tips to save you time when building applications.
In the advanced technical world of R, this book helps guide programmers to object-oriented programming principles, classes, methods, fields, functions and packages.  Also included are data conversion sections to help with data and system migrations.  Extending R is a reference dictionary with a glossary of terms as well as research and mathematical analysis."
~Sunil Gupta, SAS, CDISC and R Corporate Trainer and Author, Founder of R-Guru.com
"Chambers, a consulting professor in the Department of Statistics at Stanford University, indicates that the purpose of this book is to encourage and help individuals develop extensions to the R software. Obviously, one must have experience using R and ideas for extensions that he or she would like to make, such as adding some functions or developing packages of different degrees of sophistication. The book contains three fundamental principles: every element that exists within R is an 'object,' all elements that happen within R are a 'function' call, and 'interfaces' to other software are part of R. These principles are then expanded in sections about ideas and history, aspects of programming in R, object-oriented programming, and interfaces from R to other software. As Chambers is the creator of the S software (the predecessor of R), any of his works are considered important and should be acquired by all statistical science libraries. This book will be a valuable guide for individuals who wish to develop their own extensions to R, whether at a modest or a more ambitious level.
Summing Up: Highly recommended. Lower-division undergraduates and above; faculty and professionals."
~R. Bharath, Northern Michigan University
". . . Chambers provides valuable insight into some of the thinking that led to major contributions to R’s development. For example, one section is divided thoughtfully into three themes, namely, programming in the small, in the medium, and in the large. Each theme is used to introduce and illustrate different aspects of the language, from the point of view of the kinds of activities that cluster within the themes, and here the book really shines. It is a pleasure to see how a crafter of tools thinks deeply about how the tool will be used."
~Andrew Robinson, University of Melbourne
 "Doug Bates once said to me that 'There’s no doubt about John Chambers. He can see much further than the rest of us.' This latest book is yet another illustration of that incisive observation. It is fundamentally a book about perspectives and strategies. It gives a deep insight into the R landscape, its background and structure, and shows how users can work with R when they need to extend its facilities."
~Biometrics, June 2017
"This book is a must-have for anyone with a deep interest in statistical computing . . . you will learn some of the theory that underpins R, and see the directions in which you can extend it to solve your problems . . . it does give you powerful ways of thinking about programming on a large scale that will pay off as you tackle more ambitious projects."
~Hadley Wickham, Journal of the American Statistical Association
" . . . any new book by John Chambers, the main developer of the original S language from which R derives, commands particular attention. . . Experienced R programmers will want a copy. R users seeking a deeper understanding of the internal structure of the language will also benefit, especially regarding aspects of functional programming and object-oriented computations.
~Christian Kleiber, Stat Papers
 

Descriere

Written by the leading designer of the original S software, Extending R covers key concepts and techniques in R to support analysis and research projects. It presents the core ideas of R, provides programming guidance for projects of all scales, and introduces new, valuable techniques that extend R. The book describes object-oriented programming in R as well as new and extended interfaces to other software. The interfaces, tools, and example packages are available on GitHub.
A 2017 Choice Outstanding Academic Title