paulhibbing / TwoRegression

GNU General Public License v3.0
0 stars 0 forks source link

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")