Descriptive Statistics |
|
---|---|
Compute Summary Statistics |
|
Compute Frequency Table |
|
Compute Mode |
|
Identify Univariate Outliers Using Boxplot Methods |
|
Compute Mahalanobis Distance and Flag Multivariate Outliers |
|
Shapiro-Wilk Normality Test |
|
Comparing Means |
|
T-test |
|
Wilcoxon Tests |
|
Sign Test |
|
|
Anova Test |
Welch One-Way ANOVA Test |
|
Kruskal-Wallis Test |
|
Friedman Rank Sum Test |
|
Create a List of Possible Comparisons Between Groups |
|
|
Autocompute P-value Positions For Plotting Significance |
ANOVA helpers |
|
Build Factorial Designs for ANOVA |
|
Create Nice Summary Tables of ANOVA Results |
|
Post-Hoc Analyses |
|
Tukey Honest Significant Differences |
|
Dunn's Test of Multiple Comparisons |
|
Games Howell Post-hoc Tests |
|
Pairwise Comparisons of Estimated Marginal Means |
|
Comparing Proportions |
|
Proportion Test |
|
|
Chi-squared Test for Count Data |
Fisher's Exact Test for Count Data |
|
|
Exact Binomial Test |
Exact Multinomial Test |
|
McNemar's Chi-squared Test for Count Data |
|
Cochran's Q Test |
|
Test for Trend in Proportions |
|
Comparing Variances |
|
Levene's Test |
|
Box's M-test for Homogeneity of Covariance Matrices |
|
Effect Size |
|
Compute Cohen's d Measure of Effect Size |
|
Wilcoxon Effect Size |
|
Effect Size for ANOVA |
|
Kruskal-Wallis Effect Size |
|
Friedman Test Effect Size (Kendall's W Value) |
|
Compute Cramer's V |
|
Correlation analysis |
|
Correlation Test |
|
Compute Correlation Matrix with P-values |
|
Convert a Correlation Test Data Frame into a Correlation Matrix |
|
Subset Correlation Matrix |
|
Pull Lower and Upper Triangular Part of a Matrix |
|
|
Replace Lower and Upper Triangular Part of a Matrix |
Reorder Correlation Matrix |
|
Reshape Correlation Data |
|
Replace Correlation Coefficients by Symbols |
|
Visualize Correlation Matrix Using Base Plot |
|
Add Significance Levels To a Correlation Matrix |
|
Adjust p-values and add significance symbols |
|
Adjust P-values for Multiple Comparisons |
|
Add P-value Significance Symbols |
|
|
Rounding and Formatting p-values |
Extract Information From Statistical Tests |
|
|
Extract Label Information from Statistical Tests |
Remove Non-Significant from Statistical Tests |
|
Data Manipulation Helper FunctionsThese functions are internally used in rstatix and in ggpubr R package to make it easy to program with tidyverse packages using non standard evaluation. |
|
Select Columns in a Data Frame |
|
Arrange Rows by Column Values |
|
Group a Data Frame by One or more Variables |
|
Nest a Tibble By Groups |
|
Split a Data Frame into Subset |
|
Unite Multiple Columns into One |
|
Functions to Label Data Frames by Grouping Variables |
|
Get User Specified Variable Names |
|
Others |
|
|
Objects exported from other packages |
Alternative to dplyr::do for Doing Anything |
|
Sample n Rows By Group From a Table |
|
Factors |
|
Make Clean Names |
|
Convert a Table of Counts into a Data Frame of cases |