Functions to create expressions for one-sample t-tests
expr_t_onesample()
Expression for one sample t-test and its non-parametric and robust equivalents
Functions to create expressions for two-sample (both between-and within-subject designs) t-tests
expr_t_bayes()
Making expression containing Bayesian t-test results
expr_t_nonparametric()
Making expression for Mann-Whitney U-test/Wilcoxon test results
expr_t_parametric()
Making expression containing t-test results
expr_t_robust()
Expression containing results from a robust t-test
Functions to create expressions for one-way (both between-and within-subject designs) ANOVA
expr_anova_bayes()
Making expression containing Bayesian one-way ANOVA results.
expr_anova_nonparametric()
Making text subtitle for non-parametric ANOVA.
expr_anova_parametric()
Making expression containing parametric ANOVA results
expr_anova_robust()
Expression containing results from heteroscedastic one-way ANOVA for trimmed means
Functions to create expressions for correlation tests
expr_corr_test()
Making expression for correlation analysis
Functions to create expressions for contingency table analysis and one-sample goodness of fit proportion test
expr_contingency_tab()
Making expression for contingency table and goodness of fit tests
Functions to create expressions for random-effects meta-analysis
expr_meta_random()
Making expression for random-effects meta-analysis
expr_template()
Template for subtitles with statistical details for tests
Useful functions re-exported from other packages.
reexports
Objects exported from other packages
Datasets included in the package.
movies_wide
Movie information and user ratings from IMDB.com (wide format).
movies_long
Movie information and user ratings from IMDB.com (long format).
Titanic_full
Titanic dataset.
iris_long
Edgar Anderson's Iris Data in long format.
VR_dilemma
Virtual reality moral dilemmas.
bugs_long
Tidy version of the "Bugs" dataset.