Overview
TwoRegression is a package designed to simplify the development and
use of two-regression algorithms. 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")