Displaying 1 result from an estimated 1 matches for "elptime".
Did you mean:
cptime
2012 Jun 08
2
help with rle function on paired data
...sure how to use rle on paired
data. Below is a brief example to help explain the problem. I thank you in
advance for any assistance you might be able to provide. Regards, Steve
Original dataset:
ElpsdTime, DataValue
0, 1
30, 1
60, 1
90, 2
120, 2
150, 3
180, 2
210, 3
240, 3
.
.
Desired dataset:
ElpTime DataValue
0, 1
90, 2
150, 3
180, 2
210, 3
.
.
--
View this message in context: http://r.789695.n4.nabble.com/help-with-rle-function-on-paired-data-tp4632856.html
Sent from the R help mailing list archive at Nabble.com.