Pair {stats} | R Documentation |
Combines two vectors into an object of class "Pair"
.
Pair(x, y)
x |
a vector, the 1st element of the pair. |
y |
a vector, the 2nd element of the pair.
Should have the same length as |
A 2-column matrix of class "Pair"
.
Mostly designed as part of the formula interface to paired tests.
t.test
and wilcox.test