This R package provides functionality for handling linear regression models through the utilization of QR decomposition, as well as ridge regression models. This package is a part of the coursework for the Advanced Programming in R course (732A94) at Linköping University.
ggplot2
, stats
, gridExtra
, dplyr
, nycflights13
, rlang
To install this R package, first install devtools
with install.packages("devtools")
. Then, run devtools::install_github("aurora-mm/LinearRegression")
to install the package from GitHub.
Linn Friberg, John Möller