View source: R/bcaPrintLarge.R
bcaPrintLarge | R Documentation |
Print summary statistics of large mass functions
bcaPrintLarge(
x,
info_list = "all",
num_top_mass = 10,
cut_width_size = 10,
cut_width_m = 1e-05
)
x |
A basic chance assignment (see |
info_list |
="all" statistics to be printed in a vector of characters
|
num_top_mass |
= 10 number of top masses to be printed |
cut_width_size |
width of a cut among subset sizes |
cut_width_m |
width of a cut among masses |
table of basic and more comprehensive statistics of subsets
table of basic and more comprehensive statistics of masses
table of basic and more comprehensive statistics of masses vs subsets
Peiyuan Zhu
if (requireNamespace("tidyverse", quietly = TRUE) ) {
## library(tidyverse)
x <- bca(tt = matrix(c(1,1,0,1,1,1), nrow = 2, byrow = TRUE), m = c(0.8, 0.2), cnames = c(1,2,3))
bcaPrintLarge(x)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.