wrap.t.pair | R Documentation |
Performs paired-samples t tests. The function delegates the
primary computations to t.test
.
wrap.t.pair(dv1, dv2, within_variation = TRUE)
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. |
t.test
wrap.t.pair(dv1 = bdata$DV3_T1, dv2 = bdata$DV3_T2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.