mariatreesa/Lab4R: Linear Regression Modelling

Linear regression modelling using two approaches; Ordinary Least Squares and QR decomposition. The function linreg gives executes the former giving t-values and p-values in addition to the estimates of beta. The function linreg_QR executes the latter of the approaches to get estimates of beta and Variance of beta.

Getting started

Package details

AuthorMaria Treesa(marse306), Brian Masinde(brima748), Omkar
MaintainerThe package maintainer <mariatreesaa@gmail.com>
LicenseApache 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("mariatreesa/Lab4R")
mariatreesa/Lab4R documentation built on July 11, 2020, 7:26 a.m.