# 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