mass_ttest: Mass T-Test

Description Usage Arguments Value See Also Examples

View source: R/mass_ttest.R

Description

Runs t-test results between two groups for multiple variables

Usage

1
mass_ttest(.data, x, y, ...)

Arguments

.data

dataframe that we're working with.

x

grouping variable with two levels

y

all numerical variables being compared by x

...

all parameters from t.test from the psych package

Value

A tidy table of t-test results with Cohen's D on all variables in varlist between two groups in variable

See Also

thresholdcheck

Examples

1
2
mass_ttest(mtcars, vs, c("cyl", "mpg"))
mass_ttest(mtcars, vs, c("cyl", "mpg"), var.equal = TRUE)

MarvinLawPhD/datasummariser documentation built on Aug. 11, 2020, 6:25 p.m.