Several people have alrady answered you by this time and
in addition to their answers you might also be interested
in CrossTable in package gregmisc.


---
Date:   Sun, 29 Feb 2004 11:35:06 -0300 
From:   Carlos Mauricio Cardeal Mendes <[EMAIL PROTECTED]>
To:   <[EMAIL PROTECTED]> 
Subject:   [R] Proportions again 

 
Hello.

I asked before and it was great, cause as a beginner I learned a lot. But, if I have 
this in R (1 and 2 are codes for sex):

> sex<-c(1,2,2,1,1,2,2,2)
> sex
[1] 1 2 2 1 1 2 2 2

IŽd like to obtain the proportion according to sex.So I type:

> prop.table(sex)
[1] 0.07692308 0.15384615 0.15384615 0.07692308 0.07692308 0.15384615 0.15384615
[8] 0.15384615

The result is OK, but I expected to see a simple frequency table or something like 
that:

1 0.375
2 0.625
1.0

How can I get this ? 

Thank you very much

______________________________________________
[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

Reply via email to