Grouped Statistical Analyses in a Tidy Way


[Up] [Top]

Documentation for package ‘groupedstats’ version 0.0.7

Help Pages

groupedstats-package 'groupedstats'
grouped_aov Function to run analysis of variance (aov) across multiple grouping variables.
grouped_glm Function to run generalized linear model (glm) across multiple grouping variables.
grouped_glmer Function to run generalized linear mixed-effects model (glmer) across multiple grouping variables.
grouped_lm Function to run linear model (lm) across multiple grouping variables.
grouped_lmer Function to run linear mixed-effects model (lmer) across multiple grouping variables.
grouped_proptest Function to run proportion test on grouped data.
grouped_robustslr Function to run robust simple linear regression (slr) on multiple variables across multiple grouping variables.
grouped_simplelm Function to run simple linear regression (slr) on multiple variables across multiple grouping variables.
grouped_slr Function to run simple linear regression (slr) on multiple variables across multiple grouping variables.
grouped_summary Function to get descriptive statistics for multiple variables for all grouping variable levels
grouped_ttest Function to run t-test on multiple variables across multiple grouping variables.
grouped_wilcox Function to run two-sample Wilcoxon tests on multiple variables across multiple grouping variables.
intent_morality Moral judgments about third-party moral behavior.
lm_effsize_ci Confidence intervals for partial eta-squared and omega-squared for linear models.
lm_effsize_standardizer Standardize a dataframe with effect sizes for 'aov', 'lm', 'aovlist', etc. objects.
movies_long Movie information and user ratings from IMDB.com (long format).
movies_wide Movie information and user ratings from IMDB.com (wide format).
set_cwd Setting Working Directory in RStudio to where the R Script is.
signif_column Creating a new character type column with significance labels
specify_decimal_p Custom function for getting specified number of decimal places in results for p-value
Titanic_full Titanic dataset.