Skip to content

R: Example implementation of linear regression using the S3 object system

Notifications You must be signed in to change notification settings

coatless-r-n-d/r-s3-lm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

R: Example implementation of linear regression using the S3 object system

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages