Skip to content
Prev 315064 / 398506 Next

count combined occurrences of categories

Hello,

Maybe you can try something like that:
count.au1 <- tapply(tutu$au1, tutu$nam, table)
count.au2 <- tapply(tutu$au2, tutu$nam, table)
count.au3 <- tapply(tutu$au3, tutu$nam, table)

HTH,
Pascal

Le 11/01/2013 19:54, Biau David a ?crit :