Skip to content
Back to formatted view

Raw Message

Message-ID: <20060201201610.55348.qmail@web34803.mail.mud.yahoo.com>
Date: 2006-02-01T20:16:10Z
From: array chip
Subject: format of 2x2 table

Does anyone know how I can generate a 2x2 table in a
format where in each cell of the table, it contains a)
count (frequency) b) total percentage c) row
percentage d) column percentage. SAS can generate this
format easily, is there a R package that can do this?

Frequency |
Percent   |
Row Pct   |
Col Pct   | positive  negative  |  Total
--------------------------------|-------
disease   |        6        22  |     28
          |    20.69     75.86  |  96.55
          |    21.43     78.57  |
          |   100.00     95.65  |
----------|---------------------|-------
normal    |        0         1  |      1
          |     0.00      3.45  |   3.45
          |     0.00    100.00  |
          |     0.00      4.35  |
----------|---------------------|-------
Total     |        6        23  |     29
          |    20.69     79.31  | 100.00

Thanks