Overview of rstatix capabilities
masterrstatix is a pipe-friendly framework for performing statistical tests in R, designed to be coherent with the tidyverse philosophy.
Key features include:
- Tidy Outputs: Every test result is automatically transformed into a tidy data frame, making it easy to use with
ggplot2,dplyr, and other tidyverse tools. - Comprehensive Tests: Supports t-tests, Wilcoxon, ANOVA (including repeated measures and mixed designs), Kruskal-Wallis, correlation, and proportion tests.
- Assumption Checking: Includes functions for normality (Shapiro-Wilk), homogeneity of variance (Levene, Fligner-Killeen), and outlier detection.
- Effect Size: Computes metrics like Cohen's d, eta squared, Cramer's V, and more.
- Post-hoc Analysis: Provides automated decision trees for post-hoc tests (e.g., Tukey HSD, Games-Howell, Dunn's test).
- Correlation Tools: Advanced tools for computing, reshaping, subsetting, and visualizing correlation matrices.