Description Usage Arguments Author(s) See Also Examples
TabX is a modified version of CrossTable (gmodels).
TabX will print a summary table with cell counts and column proportions (similar to STATA's
tabulate varname1 varname2, col).
1 | TabX(x, y, digits = 3)
|
x,y |
The variables for the cross tabulation. |
digits |
Number of digits for rounding proportions. |
Jonah Gabry <jsg2201@columbia.edu> See CrossTable in gmodels
for the authors of the function on which TabX is based.
CrossTable, xtabs,
table, prop.table
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.