A data.frame of Rock-Paper-Scissors-Spock-Lizard matches. This is a variant of rock-paper-scissors that accommodates 5 different moves with similar non-transitive behaviours.

rpssl_df

Format

A data frame with four variables:

time_index

Time point match was played.

throw_1

Throw 1.

throw_2

Throw 2.

outcome

Outcome of the match.