Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 691 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 691 Bytes

Custom S3 Objects

R-CMD-check

The s3lm R package provides an example of creating custom S3 objects by showing how linear regression is implemented.

Installation

To install the s3lm package, use:

if(!requireNamespace("remotes")) install.packages("remotes")
remotes::install_github("coatless-r-n-d/s3-lm")

To access its contents, load it into R with:

library("s3lm")

Implementation Details

S3 provides ...

License

GPL (>= 2)