This package contains useful functions for statistical analysis.

You can visit the package website to explore the vignettes (articles) and function reference.

Installation

Install latest development version from GitHub using the code given below:

if (!require('devtools')) install.packages('devtools')
devtools::install_github('fhernanb/usefultools', force=TRUE)