Skip to content
Prev 284301 / 398503 Next

i want to retrieve count for each freq of given summary from table()

Hi

Can you be more specific? What else do you want?

x<-table(sample(letters[1:5], 100, replace=TRUE))
x
 a  b  c  d  e 
20 14 23 23 20 
as.numeric(x)
[1] 20 14 23 23 20
y<-as.numeric(x)

Regards
Petr
e.g. "A"
retrieve-count-for-each-freq-of-given-summary-from-table-tp4360579p4360579.html
http://www.R-project.org/posting-guide.html