p.combos {LogicForest} | R Documentation |
Internal Logic Forest Functions
Description
INTERNAL FUNCTION TO CREATE COMBINATIONS OF N.PAIR VARIABLES
This function is called by prime.imp
. It is not intended to be used independently of this function.
Usage
p.combos(n.pair, conj = 0)
Arguments
n.pair |
number of predictors in the tree |
conj |
value denoting absence of variable in combination |
Value
mat matrix with each combination of n.pair variables
[Package LogicForest version 2.1.2 Index]