ttest_all: Conduct T-Tests at every nth percentile for list of IVs and...

Description Usage Arguments Value

View source: R/ttest_all.r

Description

Conduct T-Tests at every 5

Usage

1
ttest_all(df, ivs, dvs, perc = 0.05)

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 T-Test at

Value

Data frame of tidy t.test results


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