powered by
tt
This utility function does a simple printing of a bca
bcaPrint(x)
A table of subsets with their associated mass. Subsets are identified by row names.
A list of class bcaspec.
Claude Boivin
z <- 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"), idvar = 1) bcaPrint(z)
Run the code above in your browser using DataLab