Detailed contingency tables
--- Jim Lemon <bitwrit at ozemail.com.au> wrote:
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.
Try CrossTable in the package gregmisc