margin {contingency} | R Documentation |
Get margin of a table or tables
margin(x, ...)
margin2(x, ...)
conditional(x, ...)
conditional2(x, ...)
intervention(x, ...)
x |
a contingency table or |
... |
a contingency table or |
margin2
keeps all dimensions, and
hence results will sum to the number of cells summed over.
an object of the same class as x
. The resulting
array, or collection of tables, will contain a marginal, conditional
or interventional distribution.
margin2
: keep all dimensions
conditional
: conditional distributions
conditional2
: conditional distributions with all dimensions kept
intervention
: interventional distributions