wrap.cor | R Documentation |
Tests for a correlation between two dependent variables. The function
delegates the primary computations to cor.test
.
wrap.cor(dv1, dv2)
dv1, dv2 |
Column vectors containing the dependent variables |
cor.test
wrap.cor(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.