kmvalidate | R Documentation |
kmvalidate
returns a list with three elements,
a named vector with the frequencies of distances
between a set of response patterns and a knowledge structure, the
Discrepancy Index (DI), and the Distance Agreement Coefficient (DA).
kmvalidate(data, struct)
data |
Binary matrix representing a set of response patterns |
struct |
Binary matrix representing a knowledge structure |
A list with three elements:
Distance distribution vector
Discrepancy Index
Distance Agreement Coefficient
The DA computation can take quite some time for larger item sets as the power set has to be computed. For item sets with around 30 items or more, it may even crash the system due to huge memory requests.
Other Validating knowledge spaces:
kmdist()
kmvalidate(xpl$data, xpl$space)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.