pxgty | R Documentation |
For two vectors x and y, return the proportion of observations in x greater than observations in y: P(X>Y). Also return the complementary proportions P(X<Y) and P(X=Y). The proportions are determined by computing all pariwise differences between vectors.
pxgty(x, y)
x |
A numeric vector |
y |
A numeric vector |
A list of 3 elements:
P(X>Y)
P(X=Y)
P(X<Y)
From Rallfun-v32.txt - see https://github.com/nicebread/WRS/
Cliff, N. (1996) Ordinal methods for behavioral data analysis. Erlbaum, Mahwah, N.J.
adapted from cid
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.