kmsurmisefunction {kstMatrix} | R Documentation |
Compute the surmise function for a knowledge space or basis
Description
kmsurmisefunction
returns a data frame representing the
surmise function for a knowledge space or basis. The rows of the
data frame are ordered by item name.
Usage
kmsurmisefunction(x)
Arguments
x |
Binary matrix representing a knowledge space or basis |
Value
Data frame representing the surmise unction of x
.
See Also
Other Different representations for knowledge spaces:
kmbasis()
,
kmsurmiserelation()
,
kmunionclosure()
Examples
kmsurmisefunction(xpl$space)
[Package kstMatrix version 0.2-0 Index]