kmSRvalidate {kstMatrix} | R Documentation |
Validate a surmise relation against a data set
Description
kmSRvalidate
returns a list with two elements,
Goodman & Kruskal's gamma value and the violational
coefficient (VC).
Usage
kmSRvalidate(data, sr)
Arguments
data |
Binary matrix representing a set of response patterns |
sr |
Binary matrix representing a surmise relation |
Value
A list with two elements:
- gamma
Goodman & Kruskal's gamma index
- VC
Viola<tional Coefficient
See Also
Other Validating knowledge spaces:
kmdist()
,
kmvalidate()
Examples
kmSRvalidate(xpl$data, xpl$sr)
[Package kstMatrix version 1.2-0 Index]