count_triples {SparseMSE} | R Documentation |
Count number of triples of overlapping lists
Description
The routine counts the number of subsets of size three of lists such that every pair of lists in the triple overlaps. If the number is zero, then the model with all two-list effects is unidentifiable.
Usage
count_triples(zdat)
Arguments
zdat |
Data matrix with |
Value
a count of subsets of size three of lists such that every pair of lists in the triple overlaps.
Examples
data(Western)
data(Artificial_3)
count_triples(Western)
count_triples(Artificial_3)
[Package SparseMSE version 2.0.1 Index]