An R package with useful functions to perform several statistical tests.
You can visit the package website to explore the vignettes (articles) and function reference.
if (!require("devtools")) install.packages("devtools")
devtools::install_github("fhernanb/stests", force=TRUE)