SelinaSong0412/linr: Function to Fit Linear Regression

"linr" is used to fit a linear model. In this function, linear regression can be done by three matrix decomposition methods, which are the QR decomposition, Cholesky decomposition and the singular value decomposition (SVD). The defalt fitting method used is the Cholesky decomposition method. All three decomposition methods can fit linear model with high efficiency.

Getting started

Package details

AuthorYao Song
MaintainerYao Song <yaos@umich.edu>
LicenseMIT + file LICENSE
Version0.1.0
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("SelinaSong0412/linr")
SelinaSong0412/linr documentation built on Dec. 18, 2021, 1:04 p.m.