Learn R Programming

GimmeMyStats

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 develop branch and describing the developed feature (if necessary, including the link to a pre-existing issue)

More information about:

Copy Link

Version

Install

install.packages('GimmeMyStats')

Version

1.0.0

License

GPL-3

Issues

Pull Requests

Stars

Forks

Maintainer

Etienne Camenen

Last Published

January 23rd, 2026

Functions in GimmeMyStats (1.0.0)

print_dispersion

Prints the dispersion of a numeric vector
add_significance0

Add P-value Significance Symbols
mcor_test

Multiple correlation test
summary_binomial

Summarizes descriptive statistics for binomial variables
print_test

Prints a hypothesis test
print_chi2_test

Prints the results of a Chi2
count_category

Frequency of categorical variables
housetasks

Household tasks distribution by gender and arrangement
print_binomial

Prints descriptive statistics for binomial variables
identify_outliers

Identifies outliers in a numeric vector
post_hoc_chi2

Performs post hoc analysis for chi-squared or Fisher's exact test
print_numeric

Prints descriptive statistics for numeric variables
print_multinomial

Prints descriptive statistics for multinomial variables
summary_numeric

Summarizes descriptive statistics for numeric variables
to_title

Convert Strings to Title Case
GimmeMyStats-package

GimmeMyStats: Statistics Utilities