Skip to content
Prev 308830 / 398506 Next

frequency

Are the data in a data frame?  Is it the first letter of the id that
defines unique ID's or something else?

Depending on your answers:

?substring
?table
?with

may be useful, as in with(yourdata,table(substring(ID,1,1)))

... or not, if you meant something else.

-- Bert

On Tue, Oct 23, 2012 at 12:14 PM, farnoosh sheikhi
<farnoosh_81 at yahoo.com> wrote: