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.

Installation

  • Install latest development version from GitHub using the code given below:
if (!require("devtools"")) install.packages("devtools"")
devtools::install_github('fhernanb/stests', force=TRUE)