Hi all, so I have this big data that I need to check by taking sample randomly, but I want the sample data to be somehow consecutive, like consecutive 4 data from any number/row I choose.
For example I have 200 datas and I need to take and check 20 samples out of them, I want the samples to be present in the next column like data 3 to 6 (4 samples), data 20 to 24 (4 samples), 86 to 89, 111 to 115 and lastly 169 to 172.
So the number 3, 20, 86, 111 and 169 is chosen randomly, but will be the starting number of the next 3 samples, if that makes sense.
Thank you!
For example I have 200 datas and I need to take and check 20 samples out of them, I want the samples to be present in the next column like data 3 to 6 (4 samples), data 20 to 24 (4 samples), 86 to 89, 111 to 115 and lastly 169 to 172.
So the number 3, 20, 86, 111 and 169 is chosen randomly, but will be the starting number of the next 3 samples, if that makes sense.
Thank you!