An R package with useful functions for modeling regresion.
You can visit the package website to explore the vignettes (articles) and function reference.
- Install latest development version from GitHub using the code given below:
if (!require("remotes")) install.packages("remotes")
remotes::install_github("fhernanb/model")