is.nonTransitive:
Checks truth value of non-transitive sets of dice.
Description
Checks whether a given set of dice is non-transitive with given probability. If no probability is given, checks whether a given set of dice is generally non-transitive.
Usage
is.nonTransitive(df, prob)
Arguments
df
A data.frame containing the set of dice to be checked.
prob
The non-transitive probability according to which to check for non-transitivity. If unspecified, the function checks for general non-transitivity.