multi.tests: Multiple statistical tests over a group of variables

Description Usage Arguments Value

View source: R/analysis.R

Description

Multiple statistical tests over a group of variables

Usage

1
multi.tests(fun = apa::t_test, df, vars, group.var, ...)

Arguments

fun

A statistical functions, default is apa::t_test

df

A data.frame containing 'vars' and 'group.var'

vars

A char vector with the names of the dependent variables to test

group.var

A string with the name of the

...

additional parameters to pass to 'fun'

Value

A list of the results of the statistical test


pinusm/Mmisc documentation built on June 5, 2021, 7:59 a.m.