balr411/linearRegression: Linear Regression Analysis

The linearRegression package is able to fit a linear regression model with a single outcome variable and multiple independent variables including interaction terms. It is able to return regression coefficients, fitted values, and residuals among other things which are described in detail in the corresponding help files. The anova function can compute F-statistics and p-values for each of the predictors included in the model. The summary function computes t-statistics and p-values for each of the predictors, as well as model F-statistic and p-value, R squared, adjusted R squared, and more, which is all described further in the help pages.

Getting started

Package details

Maintainer
LicenseGPL-3
Version0.0.0.9000
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("balr411/linearRegression")
balr411/linearRegression documentation built on Dec. 31, 2020, 7:55 p.m.