count_triples {SparseMSE} | R Documentation |
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.
count_triples(zdat)
zdat |
Data matrix with |
a count of subsets of size three of lists such that every pair of lists in the triple overlaps.
data(Western)
data(Artificial_3)
count_triples(Western)
count_triples(Artificial_3)