S3 Object & Method

This part presents technical details of these packages intended for readers with advanced expertise in the R programming language, including minor and/or experimental features, to avoid disrupting the focus and flow of the main narrative in this Quarto book. Readers are expected to have a solid understanding of the S3 object-oriented programming system in R and be familiar with the S3 generic functions and methods from

This part is organized by the S3 object class, in alphabetical order, then the S3 methods for each class. The names of S3 classes defined in these packages are rendered in italic font, e.g.,

37  Statistical Topics, on the other hand, organizes the content of this part according to the statistical functionalities, i.e., the S3 generic functions. 37  Statistical Topics is an ideal starting point for readers who are not experts in R.

The R code-chunks in this part are categorized by purpose, including,

Readers aiming to extend the these packages or integrate them into their own workflows are strongly encouraged to study the Appendix thoroughly.