[rkward-users] [rkward - Open Discussion] assoc stats in contingency tables

SourceForge.net noreply at sourceforge.net
Fri Jun 13 18:52:05 UTC 2008


Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=5029909
By: yayopoint

The package VCD includes a function that computes some assoc stats for contingency
tables, I belive that could be a good idea to include it in the section crosstabs
> Crosstabs N to 1.

There is a link to the package:
http://cran.r-project.org/web/packages/vcd/

and the function is assocstats. Ther is the example in the documentation:

data("Arthritis")
tab <- xtabs(~Improved + Treatment, data = Arthritis)
summary(assocstats(tab))

Also, I want to suggest the inclusion of prop.table, for the percentage of the
cells in the table, respecto for the row, the column and the total

Congratulations for the program, is very good, I don't want to be demanding
with you, I only want to help making suggestions.

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=165573




More information about the Rkward-users mailing list