Learn R Programming

DAKS (version 2.1-3)

ind_gen: Inductive Generation Procedure

Description

ind_gen generates inductively a set of competing quasi orders.

Usage

ind_gen(b)

Arguments

b
a required matrix of the numbers of counterexamples for all pairs of items, for instance obtained from a call to ob_counter.

Value

If the argument b is of required type, ind_gen returns a list of the inductively generated quasi orders.

References

Sargin, A. and Uenlue, A. (2009) Inductive item tree analysis: Corrections, improvements, and comparisons. Mathematical Social Sciences, 58, 376--392.

Schrepp, M. (1999) On the empirical construction of implications between bi-valued test items. Mathematical Social Sciences, 38, 361--375.

Schrepp, M. (2003) A method for the analysis of hierarchical dependencies between items of a questionnaire. Methods of Psychological Research, 19, 43--79. Uenlue, A. and Sargin, A. (2010) DAKS: An R package for data analysis methods in knowledge space theory. Journal of Statistical Software, 37(2), 1--31. URL http://www.jstatsoft.org/v37/i02/.

See Also

ob_counter for computation of numbers of counterexamples; iita, the interface that provides the three inductive item tree analysis methods under one umbrella; z_test for one- and two-sample Z-tests. See also DAKS-package for general information about this package.

Examples

Run this code
ob <- ob_counter(pisa)
ind_gen(ob)

Run the code above in your browser using DataLab