powered by
Generate all combinations of predictors of a formula.
# S3 method for formula find_combinations(object, interaction = TRUE, fixed = NULL, ...)
Formula.
Include interaction term.
Additional formula part to add at the beginning of each combination.
Arguments passed to or from other methods.
list containing all combinations.
# NOT RUN { library(psycho) f <- as.formula("Y ~ A + B + C + D") f <- as.formula("Y ~ A + B + C + D + (1|E)") f <- as.formula("Y ~ A + B + C + D + (1|E) + (1|F)") find_combinations(f) # }
Run the code above in your browser using DataLab