ivyleavedtoadflax/vlrr: Vectorised Implementation of Linear Regression with Simple Regularisation

This small implements vectorised linear regression by optimisation, rather than the usual matrix factorisation in the standard \code{lm} function. In addition the package includes support for a basic regularisation algorithm.

Getting started

Package details

AuthorMatthew Upson
MaintainerMatthew Upson <ivyleavedtoadflax@gmail.com>
LicenseGPL-3
Version0.1.0
URL https://github.com/ivyleavedtoadflax/vlrr/
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("ivyleavedtoadflax/vlrr")
ivyleavedtoadflax/vlrr documentation built on May 18, 2019, 7:14 a.m.