anova_multi: Conducts One-Way ANOVAs on Multiple DVs

Description Usage Arguments Value

View source: R/anova_multi.R

Description

Conduct one-way ANOVAs on multiple DVs

Usage

1
anova_multi(df, iv, dvs, print = FALSE)

Arguments

df

Dataframe with test data

iv

Name of independent variable

dvs

Names of dependent variables to be inserted into dplyr::select()

print

Logical indicating whether or not ns and proportions of iv are printed

Value

Data frame of tidy ANOVA post-hoc results, also prints Ns and percentages in each level of the IV


samuelkaminsky/SKTools documentation built on Jan. 2, 2021, 4:06 a.m.