Description Usage Arguments Value Examples
View source: R/setAndGetTotal.R
OrderedVarNames
1 | OrderedVarNames(x, sep = ":")
|
x |
input |
sep |
output
1 2 3 | z <- data.frame(A = factor(c("a", "b", "c")), B = factor(1:2), C = 1:6)
x <- colnames(model.matrix(~B * C * A, z))
OrderedVarNames(x)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.