Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 335 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 335 Bytes

Local Regression Package

This package can be installed directly from github using devtools.

devtools::install_github("conornewton/localregression")

The library can then be loaded in an R script.

library(lr)

We can view the functions that this package exports using ls in the R repl.

ls("package:lr")