combnCov {nullranges} | R Documentation |
Function for creating combinations of covariates
combnCov(x, ...) ## S4 method for signature 'character' combnCov(x)
x |
Character vector of covariates to combine. |
... |
Additional arguments. |
Returns a character vector of formulae combinations.
combnCov(x = c('a', 'b', 'c'))