Skip to content
Prev 335534 / 398498 Next

tables package and alternative to col percent

Thanks for the reply. Another great option would be "missing" (like in SAS),
especially for factors.  I'm struggling to figure out how to do this with
"tables".

Daniel Cher, MD
djcher at gmail.com
+1-650-269-5763

This message and its attachments are confidential.

-----Original Message-----
From: Duncan Murdoch [mailto:murdoch.duncan at gmail.com] 
Sent: Monday, January 13, 2014 2:13 AM
To: Daniel Cher; r-help at r-project.org
Subject: Re: [R] tables package and alternative to col percent
On 14-01-13 12:02 AM, Daniel Cher wrote:
That's a recent addition, still only on R-forge.
You would get the table below using

Percent(denom = Equal(Gender))

Duncan Murdoch