Skip to content

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

Notifications You must be signed in to change notification settings

aurora-mm/LinearRegression

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages