DoSSnames | R Documentation |
Construct subsets names from column names of a tt matrix
DoSSnames(tt)
tt |
A description matrix with column names |
subsets_names A list of names.
Claude Boivin
y1 <- bca(tt = matrix(c(0,1,1,1,1,0,1,1,1),nrow = 3,
byrow = TRUE), m = c(0.2,0.5, 0.3),
cnames = c("a", "b", "c"),
varnames = "x", idvar = 1)
DoSSnames(y1$tt)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.