minimal R version


License


CRAN_Status_Badge packageversion


Overview

TwoRegression is a package designed to simplify the development and application of two-regression models. The vignette called “TwoRegression” contains more specific information. To install from CRAN and view the vignette, use:

install.packages("TwoRegression")
vignette("TwoRegression")

You can also install the development version from GitHub using:

# install.packages("devtools")
devtools::install_github("paulhibbing/TwoRegression")