View source: R/intersBySSName.R
intersBySSName | R Documentation |
Intersect two vectors of ssnames
intersBySSName(zx, yz)
zx |
a vector of ssnames from one bca |
yz |
a vector of ssnames from another bca |
ssnames in the intersection of the two bcas
Peiyuan Zhu
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)
y2 <- bca(tt = matrix(c(1,0,0,1,1,1),nrow = 2,
byrow = TRUE), m = c(0.6, 0.4),
cnames = c("a", "b", "c"),
varnames = "x", idvar = 1)
intersBySSName(y1$ssnames[[1]], y2$ssnames[[2]])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.