Description Usage Arguments Value Examples
Check if there is an item solely requiring attribute k for each attribute k = 1, 2, ..., K
1 |
Q |
binary matrix |
a list of information
is_complete: 0 for not complete
ind_I_K: the single item index for each attribute; if an attribute has multiple single-attribute items, just pick the one with the lowest item index.
sum_single: number of items requiring each attribute
1 2 | check_complete(matrix(c(1,0,0, 0, 1,0, 0, 0, 1, 1, 1, 0, 0, 0,1),
ncol=3,byrow=TRUE))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.