Learn R Programming

abctools (version 1.1.7)

combmat: table of combinations

Description

This function creates a table of binary masks representing combinations of statistics.

Usage

combmat(n,limit = NULL)

Value

m

The matrix of binary masks.

Arguments

n

number of statistics

limit

an optional (integer) value indicating whether to limit the table to subsets up to a certain size.

Author

Matt Nunes

Examples

Run this code
#
# 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