search for: currenttable

Displaying 1 result from an estimated 1 matches for "currenttable".

2001 Jul 10
4
accessing a table
Hi, all. I'm sure this is a simple question, but I'm having problems figuring it out myself... I have a table: > currenttable <- table(junk[-1],junk[-n]) > currenttable bar foo junk bar 2 2 0 foo 1 0 0 junk 0 0 1 and I'd like to know the result of the cell currenttable(bar,foo). what is the best way to get that result? thanks! greg -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-...