This is iniestat
. A package intended to ease statistics for a data analyst, as Andrès used to ease the ball for his teammates. First developments have been made in collaboration with Montpellier Hérault S. C. (MHSC) and I am thankful to this club.
Still in development and not yet published on CRAN, to install iniestat
you first need to install the devtools package if you don’t have it yet.
# Install devtools from CRAN
install.packages("devtools")
# Or the development version from GitHub:
# install.packages("devtools")
devtools::install_github("r-lib/devtools")
Then, you can download and install the package with
devtools::install_github("rchailan/iniestat")
Once done, enjoy the package with
library(iniestat)
Check out the Articles
section for details. General usage is described in the Vignette.