search for: preseq

Displaying 1 result from an estimated 1 matches for "preseq".

Did you mean: preset
2013 Feb 25
1
creating variable that codes for the match/mismatch between two other variables
...mydat$match == 7 } } # The corresponding dataframe structure: str(mydat) 'data.frame': 9302 obs. of 18 variables: $ BlockOrder : int 1 1 1 1 1 1 1 1 1 1 ... $ Block_nr : num 1 1 1 1 1 1 1 1 1 1 ... $ Trial_nr : int 1 2 3 4 5 6 7 8 9 10 ... $ PreSeq.Length : int 1 2 2 1 1 2 0 2 2 2 ... $ PreSeq : int 21 12 21 20 20 12 0 21 22 11 ... $ Sequence : int 121111 121212 121111 121111 112212 121221 121111 121111 122112 121111 ... $ Category : int 2 1 3 2 1 1 3 3 1 3 ... $ FixCross.Latency : int 1429 1043 1093 1297 115...