gmodels

CRAN status Lifecycle: stable R-CMD-check

Tools for fitting linear models that complement those in base R.

Provided functions include:

Installation

Install the released version of gmodels from CRAN with:

install.packages('gmodels')

Install the development version of gmodels from GitHub with:

# install.packages("devtools")
devtools::install_github("r-gregmisc/gmodels")