View source: R/mFromQQRecursive.R
mFromQQRecursive | R Documentation |
Construct a mass vector from qq function and ttmatrix of focal elements recursively.
mFromQQRecursive(qq, n)
qq |
Commonality function |
n |
Frame dimension |
m A corresponding mass vector
Peiyuan Zhu
tt<- t(matrix(c(1,0,1,1),ncol = 2))
m<- c(.9,.1)
cnames <- c("yes","no")
x<- bca(tt, m, cnames=cnames)
mFromQQ(x$qq, x$tt)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.