S3 Objects & Methods

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 method dispatches from

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

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

To enhance readability and navigation, most R code-chunks in this part are folded by default. The R code-chunks 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.