I would like to control the sequence of my variable, in the example data it is Bid.
I want to control by rounds, if the Bid increases/decreases/not change.
How can I evaluate it by observation wise? Suppose that P is from 1301 to 1310 i.e, 10 subjects.
I want to control by rounds, if the Bid increases/decreases/not change.
How can I evaluate it by observation wise? Suppose that P is from 1301 to 1310 i.e, 10 subjects.
Code:
input int P byte(Rd Bid) 1301 1 21 1301 2 63 1301 3 100 1301 4 39 1301 5 58 1301 6 39 1301 7 42 1301 8 52 1301 9 47 1301 10 85 1301 11 75 1301 12 69 1301 13 71 1301 14 73 1301 15 75 1301 16 81 1301 17 63 1301 18 86 1301 19 88 1301 20 91 1301 21 92
Comment