wrap.t.pair: T test (paired samples)

View source: R/wrap.t.pair.R

wrap.t.pairR Documentation

T test (paired samples)

Description

Performs paired-samples t tests. The function delegates the primary computations to t.test.

Usage

wrap.t.pair(dv1, dv2, within_variation = TRUE)

Arguments

dv1, dv2

Column vectors containing the dependent variables

within_variation

A logical argument: If TRUE, the function uses within-participants variation when computing the effect size; if FALSE, the function does not use within-participants variation when computing the effect size.

See Also

t.test

Examples

wrap.t.pair(dv1 = bdata$DV3_T1, dv2 = bdata$DV3_T2)


michaelkardas/bwrappers documentation built on Nov. 13, 2022, 1:14 a.m.