anova_multi_all: Conducts One-Way ANOVAs on Multiple DVs at Multiple Cut...

Description Usage Arguments Value

View source: R/anova_multi_all.R

Description

Conduct one-way ANOVAs on multiple DVs at various cutpoints of the iv

Usage

1
anova_multi_all(df, ivs, dvs, perc = 0.05, print = FALSE)

Arguments

df

Dataframe with test data

ivs

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

dvs

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

perc

Nth percentile to conduct ANOVA at

print

TRUE to print progress as it goes

Value

Data frame of tidy ANOVA F test and post-hoc results, also includes descriptives about each level of the IV


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