[R] beginner question: how to sort out distinct values from a	vector
    Uwe Ligges 
    ligges at statistik.uni-dortmund.de
       
    Thu Mar 17 18:36:42 CET 2005
    
    
  
Terry Mu wrote:
>  there is a vector, like:
> 1, 1, 1, 2, 2, 3, 3, 4, 5, 5, 
> 
> I'd like a function that gives me only 1, 2, 3, 4, 5
See ?unique
Uwe Ligges
> thank you
> 
> ______________________________________________
> R-help at 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
    
    
More information about the R-help
mailing list