Advanced Object-Oriented Programming in R Statistical Programming for Data Science, Analysis and Finance /
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-orie...
Main Author: | |
---|---|
Corporate Author: | |
Language: | English |
Published: |
Berkeley, CA :
Apress : Imprint: Apress,
2017.
|
Edition: | 1st ed. 2017. |
Subjects: | |
Online Access: | https://doi.org/10.1007/978-1-4842-2919-4 |
Table of Contents:
- 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.