Skip to content

Search Archives

Search tips
from:Name Search by author name, e.g. from:Duncan Murdoch "exact phrase" Match an exact phrase word1 word2 Match messages containing both words Date range Use the date pickers to filter results to a time period

Use the list dropdown to narrow results to a specific mailing list. Combine from: with other terms to filter by author and content.

1 result for “from:Sabrina Friedman”

How to count numbers of a vector and use them as index values?from Sabrina
Sabrina Friedman · Aug 18, 2011 · r-help

Hi Paul, I would use something like this: > x <- c(2,2,3,3,4,6) > table(x) x 2 3 4 6 2 2 1 1 > x <- factor(x, levels=1:8) > table(x) x 1 2 3 4...

Can't find what you're looking for? Try searching with Google .