Hello,
 
I'd like to generate automatically all the possible combinations of a set of 8 
variables (there are 535, too many to do it by hand). For example:
 
input: varA, varB, varC
output: varA+varB+varC
            varA+varB
            varA+varC
            varB+varC
            varA
            varB
            varC
Is there any function that produces this option?
 
Thank you
        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to