Description Usage Arguments See Also Examples
Performs independent-samples t tests. The function delegates
the primary computations to t.test
.
1 | 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 equal variance across conditions; if FALSE, the function does not assume equal variance |
1 | wrap.t.ind(dv1 = bdata$DV1, iv1 = bdata$IV1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.