Or look at CrossTable in package gregmisc (which actually uses prop.table) to get something like proc freq in SAS.
HIH, Stefano On Wed, Feb 11, 2004 at 01:11:21PM -0600, Marc Schwartz wrote: > On Wed, 2004-02-11 at 08:49, Mauricio Cardeal wrote: > > Hi all: > > > > Please be patient with my silly question: > > > > How can I get proportions if I have a contingency table ? > > > > I tried the table command, but I almost sure I made my usual mistakes. > > > > Thaks > > > > Mauricio > > > See ?prop.table > > HTH, > > Marc Schwartz > > ______________________________________________ > [EMAIL PROTECTED] mailing list > https://www.stat.math.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html ______________________________________________ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
