powered by
This function creates a table of binary masks representing combinations of statistics.
combmat(n,limit = NULL)
The matrix of binary masks.
number of statistics
an optional (integer) value indicating whether to limit the table to subsets up to a certain size.
Matt Nunes
# # 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)
Run the code above in your browser using DataLab