With R, how to subset a data set based on discountinuity breaks of one variable
Advertisements I am struggling to subset a data set according to one continous variable – let’s call it "Time" – starting from 1 and incrementing by 1 each line (1, 2, 3, 4, 5, ..) but sometimes I get some missing values so I get some "jumps" (ex. 1, 2, 3, 4, 5, 6, 10,… Read More With R, how to subset a data set based on discountinuity breaks of one variable