[R] Can I extract result row of table()?
Terry Mu
muster at gmail.com
Thu Mar 31 08:18:43 CEST 2005
> x <- c(5, 5, 8, 8, 8, 27)
> table(x)
x
5 8 27
2 3 1
I want a way to use only "2, 3, 1", nomatter table or what other function used.
Thanks.
More information about the R-help
mailing list