Skip to content

Commit

Permalink
Condense description
Browse files Browse the repository at this point in the history
  • Loading branch information
aurora-mm authored Dec 8, 2024
1 parent aca974b commit 2643afa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@

# Overview

This [R](https://www.r-project.org) package provides functionality for handling linear regression models through the utilization of [QR decomposition](https://pages.stat.wisc.edu/~st849-1/lectures/Orthogonal.pdf), , 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.
This [R](https://www.r-project.org) package provides functionality for handling linear regression models through the utilization of [QR decomposition](https://pages.stat.wisc.edu/~st849-1/lectures/Orthogonal.pdf), 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
`ggplot2`, `stats`, `gridExtra`, `dplyr`, `nycflights13`, `rlang`

# Installation

To install this R package, you can utilize the `devtools` package, which facilitates the installation of packages hosted on GitHub repositories. First, ensure you have this package installed by executing `install.packages("devtools")`. Then, use the function `devtools::install_github("aurora-mm/LinearRegression")`. This command will clone the repository and install the package directly into your R environment, making it readily available for use.
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 Frisell (linfr259@student.liu.se), John Möller (johmo870@student.liu.se)
Linn Friberg, John Möller

0 comments on commit 2643afa

Please sign in to comment.