Last chance! 50% off unlimited learning
Sale ends in
allExpressions(noflevels, raw = FALSE, arrange = FALSE)
raw = TRUE
, the indicator for value elimination (-1
) is used.createMatrix
# three condition variables with two values each;
# first row is empty set
allExpressions(noflevels = rep(2, 3))
# two condition variables with three values each
allExpressions(noflevels = rep(3, 2))
# arranged differently
allExpressions(noflevels = rep(3, 2), arrange = TRUE)
# with internal indicator for eliminated values
allExpressions(noflevels = rep(3, 2), raw = TRUE)
Run the code above in your browser using DataLab