[R] Select 5 identical numbers

jim holtman jholtman at gmail.com
Mon Jan 20 18:48:46 CET 2014


Use 'table' to count the occurances and then select the one that has a
count of 5.

Jim Holtman
Data Munger Guru

What is the problem that you are trying to solve?
Tell me what you want to do, not how you want to do it.


On Mon, Jan 20, 2014 at 12:07 PM, Alaios <alaios at yahoo.com> wrote:
> Dear all,
> I would like to select from a vector of 10 elements, 5 of those that are identical.
> How can I do that in R? I guess one way would be to taking random numbers and see if that appeared again. Is though there a more straightforward approach?
>
> Regards
> Alex
>         [[alternative HTML version deleted]]
>
> ______________________________________________
> R-help at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.




More information about the R-help mailing list