/LinearRegression

Handling linear regression models through the utilization of QR decomposition, as well as ridge regression models.

Primary LanguageR

R-CMD-check

Overview

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.

Dependencies

ggplot2, stats, gridExtra, dplyr, nycflights13, rlang

Installation

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.

Authors

Linn Friberg, John Möller