I got a data set from game log, I recoded every action as abbreviations: "I", "R","Q","RF" .... There is one action at a time and they happen in a sequence, I am interested in whether there are patterns in their behavior, like "I->R->Q" or "Q->RF->R->I". There are ten thousands of actions for multiple users in multiple sessions with different games. I am now trying to run the analysis of one round of game of one user with cspade, but I always run into errors (I am very new to R) and one time I got a result that didn't care about order. Is it the right way to do it? Thanks.
Any suggestions are welcome