Cantitate/Preț
Produs

Advanced Object-Oriented Programming in R: Statistical Programming for Data Science, Analysis and Finance

Autor Thomas Mailund
en Limba Engleză Paperback – 24 iun 2017
Learn how to write object-oriented programs in R and how to construct classes and class hierarchies in the three object-oriented systems available in R. This book gives an introduction to object-oriented programming in the R programming language and shows you how to use and apply R in an object-oriented manner. You will then be able to use this powerful programming style in your own statistical programming projects to write flexible and extendable software.

After reading Advanced Object-Oriented Programming in R, you'll come away with a practical project that you can reuse in your own analytics coding endeavors. You’ll then be able to visualize your data as objects that have state and then manipulate those objects with polymorphic or generic methods. Your projects will benefit from the high degree of flexibility provided by polymorphism, where the choice of concrete method to execute depends on the type of data being manipulated. 

What You'll Learn
  • Define and use classes and generic functions using R 
  • Work with the R class hierarchies
  • Benefit from implementation reuse
  • Handle operator overloading
  • Apply the S4 and R6 classes 

Who This Book Is For

Experienced programmers and for those with at least some prior experience with R programming language.


Citește tot Restrânge

Preț: 17403 lei

Preț vechi: 21754 lei
-20% Nou

Puncte Express: 261

Preț estimativ în valută:
3331 3493$ 2752£

Carte tipărită la comandă

Livrare economică 30 ianuarie-13 februarie 25

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9781484229187
ISBN-10: 1484229185
Pagini: 108
Ilustrații: XV, 110 p. 10 illus.
Dimensiuni: 155 x 235 x 12 mm
Greutate: 0.19 kg
Ediția:1st ed.
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States

Cuprins

1. Classes and Generic Functions.- 2. Class Hierarchies.- 3. Implementation Reuse.- 4. Statistical Models.- 5. Operator Overloading.- 6. S4 Classes.- 7. R6 Classes.- 8. Conclusions.

Notă biografică

Thomas Mailund is an associate professor in bioinformatics at Aarhus University, Denmark. He has a background in math and computer science.  For the last decade, his main focus has been on genetics and evolutionary studies, particularly comparative genomics, speciation, and gene flow between emerging species.  He has published Beginning Data Science in R, Functional Programming in R and Metaprogramming in R with Apress as well as other books out there.  

Textul de pe ultima copertă

Learn how to write object-oriented programs in R and how to construct classes and class hierarchies in the three object-oriented systems available in R. This book gives an introduction to object-oriented programming in the R programming language and shows you how to use and apply R in an object-oriented manner. You will then be able to use this powerful programming style in your own statistical programming projects to write flexible and extendable software.

After reading Advanced Object-Oriented Programming in R, you'll come away with a practical project that you can reuse in your own analytics coding endeavors. You’ll then be able to visualize your data as objects that have state and then manipulate those objects with polymorphic or generic methods. Your projects will benefit from the high degree of flexibility provided by polymorphism, where the choice of concrete method to execute depends on the type of data being manipulated. 

You will:
  • Define and use classes and generic functions using R 
  • Work with the R class hierarchies
  • Benefit from implementation reuse
  • Handle operator overloading
  • Apply the S4 and R6 classes 

Caracteristici

An up-to-date and practical R programming guide dealing with object-oriented aspects, classes and more Includes a case study project as a take away for readers Written by an expert in both programming and statistics