MZodet wrote:
Is there any existing function for creating contingency tables that will display counts, row, column, and cell percentages in the same tables....anything similar to crosstabs in S?
You might want to look at xtab() in "Kickstarting R" at: http://cran.r-project.org under Contributed Documentation. Jim