Checks the weak, moderate, and strong stochastic transitivity.
Usage
strans(M)
Arguments
M
a square matrix or a data frame consisting of
absolute choice frequencies
Value
A table displaying the number of violations of the weak, moderate,
and strong stochastic transitivity, the number of tests, the
error ratio (violations/tests), and the mean and maximum deviation
from the minimum probability for which the corresponding transitivity
would hold.
weaknumber of violations of WST
moderatenumber of violations of MST
strongnumber of violations of SST
n.testsnumber of transitivity tests performed
wst.violationsa vector containing
$0.5 - P_{ik}$ for all triples that violate WST
mst.violationsa vector containing
$\min(P_{ij}, P_{jk}) - P_{ik}$ for all triples that violate MST
sst.violationsa vector containing
$\max(P_{ij}, P_{jk}) - P_{ik}$ for all triples that violate SST
pcmthe square matrix of relative choice frequencies
Details
The weak (WST), moderate (MST), and strong (SST) stochastic
transitivity hold for a set of choice probabilities $P$,
whenever if $P_{ij} \ge 0.5$ and $P_{jk} \ge 0.5$, then
$P_{ik} \ge 0.5$ (WST),
$P_{ik} \ge \min(P_{ij}, P_{jk})$ (MST),
$P_{ik} \ge \max(P_{ij}, P_{jk})$ (SST).
References
Tversky, A. (1969). Intransitivity of preferences.
Psychological Review, 76, 31--48.