Skip to content
Prev 165467 / 398506 Next

Conditional Counting with Table

Hello,

Something like this should work:

table(test$V1[!test$V2 %in% c("NM","QC")])

Cheers,

Gustavo.
On Wed, Dec 24, 2008 at 3:06 AM, Gundala Viswanath <gundalav at gmail.com> wrote: