Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 1.03 KB

README.md

File metadata and controls

19 lines (11 loc) · 1.03 KB

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