wrap.t.ind | R Documentation |
Performs independent-samples t tests. The function delegates
the primary computations to t.test
. If variance differs
significantly by condition in your data, the function also displays the results
of Levene's test for equality of variances with centering at the median.
wrap.t.ind(dv1, iv1, var.equal = T)
dv1 |
Column vector containing the dependent variable |
iv1 |
Column vector containing the independent variable |
var.equal |
A logical argument: If TRUE, the function assumes equality of variances across conditions; if FALSE, the function does not assume equality of variances |
t.test
wrap.t.ind(dv1 = bdata$DV5, iv1 = bdata$IV1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.