Statistics utilities to facilitate reporting
Overview
Facilitates reporting for regression and correlation modeling, hypothesis testing, variance analysis, outlier detection, and detailed descriptive statistics.
Installation
install.packages("GimmeMyStats")You can install the development version from GitHub with:
# install.packages("devtools")
devtools::install_github("ecamenen/GimmeMyStats")Prerequisites
Softwares : R (≥ 4.0.0)
R libraries : see the DESCRIPTION file.
Development
For any suggestions, open an issue describing the required feature.
Support the community
If you want to share any personal customization of this set of functions to the community:
- Use a fork
- Submit a pull request for the
developbranch and describing the developed feature (if necessary, including the link to a pre-existing issue)