Perms {LogicForest} | R Documentation |
Internal Logic Forest Functions
Description
INTERNAL FUNCTION TO CREATE PERMUTATIONS OF N VARIABLES
This function is called by TTab
. It is not intended to be used independently of this function.
Usage
Perms(n)
Arguments
n |
integer |
Value
mat matrix with each combination of n variables, where inclusion/exclusion is denoted by 0/1
[Package LogicForest version 2.1.2 Index]