sum.table | R Documentation |
Create a contingency table with counts, percentages, and row column totals.
sum.tabel(x, d = 2, rnd = 1)
x |
table object created with |
d |
numeric value specifying whether percentages should sum across rows ( |
rnd |
numeric value specifying number of decimal places to be included in percentages. |
A table.
Jason Grafmiller
data(brown_genitives)
my.sum.table(table(gen$Genre, gen$Type))
my.sum.table(table(gen$Genre, gen$Type), d = 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.