README.md

Travis build status

Coverage Status

regSel

R package for linear regression and backwards selection

The regSel package can be used to perform simple linear regression and backwards selection.

Functions

The 'lin_model' function is used to produce linear regression using Ordinary Least Squares or Weighted Least Squares techniques (depending on whether weights are provided). The 'back_select' function performs backwards selection on given covariates based on p-values produced by Ordinary Least Squares methods.

Download and Install

You can download and install this package using the following command in R:

devtools::install_github("EvanWie/regSel", build_vignettes = TRUE, force = TRUE)

Help

Help pages for the functions in the regSel package can be viewed using:

help(lin_model)
help(back_select)


EvanWie/regSel documentation built on Nov. 26, 2019, 2:11 a.m.