Description Usage Arguments Details Value Author(s) References See Also Examples
Calculates marginal totals of a matrix, table, or array.
1 |
x |
is a matrix, table, or array |
Calculates marginal totals of a matrix, table, or array.
Returns original object with marginal totals
Tomas Aragon, aragon@berkeley.edu, http://www.phdata.science
none
See also margin.table
1 2 | x <- matrix(1:4, 2, 2)
table.margins(x)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.