Description Usage Arguments Author(s) Examples
View source: R/report.propTable.R
The function print the contingency table with columns sums or rowsums.
1 | report.propTable(x, y, margin = NULL, digits = 1)
|
x |
First categorical variable. |
y |
Second categorical variable. |
margin |
Index to generate margin for. If |
Marjan Cugmas
1 | report.propTable(x = mtcars$gear, y = mtcars$carb, margin = 1, digits = 2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.