Displaying 1 result from an estimated 1 matches for "magup".
2011 Jan 14
9
Selecting the first occurrence of a value after an occurrence of a different value
...of a value after the occurrence of another value.
The data has two columns, one with a time and one with occurence of certain
events.
The column of data I want to select from looks like this (and each of these
events have a corresponding time in another column).
Stat71
OutMag
FirstResp
InMag
MagUp
OutMag
MagDwn
Resp
Resp
Resp
InMag
MagUp
OutMag
InMag
OutMag
InMag
OutMag
InMag
OutMag
InMag
MagDwn
OutMag
Resp
MagUp
InMag
MagDwn
OutMag
Resp
MagUp
Using "which" I have selected all the individual occurrences of each event
and created variables with the time of said events wi...