README.md

Custom S3 Objects

Travis-CI Build Status

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("devtools")) install.packages("devtools")
devtools::install_github("r-pkg-examples/s3-lm")

To access its contents, load it into R with:

library("s3lm")

Implementation Details

S3 provides ...

License

GPL (>= 2)



r-pkg-examples/r-s3-lm documentation built on May 19, 2019, 9:38 p.m.