Learn R Programming

kstMatrix (version 2.2-1)

kmSRvalidate: 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)

Value

A list with two elements:

gamma

Goodman & Kruskal's gamma index

VC

Violational Coefficient

Arguments

data

Binary matrix representing a set of response patterns

sr

Binary matrix representing a surmise relation

See Also

Other Validating knowledge spaces: kmdist(), kmvalidate()

Examples

Run this code
kmSRvalidate(xpl$data, xpl$sr)

Run the code above in your browser using DataLab