combmat {abctools} | R Documentation |
table of combinations
Description
This function creates a table of binary masks representing combinations of statistics.
Usage
combmat(n,limit = NULL)
Arguments
n |
number of statistics |
limit |
an optional (integer) value indicating whether to limit the table to subsets up to a certain size. |
Value
m |
The matrix of binary masks. |
Author(s)
Matt Nunes
Examples
#
# Find all binary masks of a set of statistics {C1,C2,C3,C4},
# listing all singlets, pairs, triples and then the whole set:
combmat(4,TRUE)
[Package abctools version 1.1.7 Index]