An R package that implements linear and ridge regression using QR decomposition. The package features two classes: linreg
and ridgereg
. For the two classes, generic functions such as coef()
, plot()
, predict()
, residuals()
and summary()
have been created. The plot()
function features a custom LiU theme.
Run >
devtools::install_github("https://github.com/TheodorEmanuelsson/QRreg")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.