Jean-Pierre GERBAL wrote:
> bonjour,
> 
> i have a serie : x<-sample(c(0,1),50,T)
> and i want to count the length of each repetition of 0 and of 1
> (0011101110111100000 give 2313145)...
> who have an idea ?

  rle(x)

> merci :-)

pas de prob.

Barry

______________________________________________
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Reply via email to