iita can be used to perform one of the three inductive item
tree analysis algorithms (original, corrected, and minimized
corrected) selectively.
iita(dataset, v)v = 1 (minimized corrected),
v = 2 (corrected), and v = 3 (original).dataset and v are of required types,
iita returns a named list consisting of the following five
components:set
representing the solution quasi order (with smallest diff
value) under the selected algorithm.v = 1 (minimized corrected),
v = 2 (corrected), and v = 3 (original). iita calls ind_gen for constructing the set of
competing quasi orders according to the inductive generation
procedure. Subject to the selected version to be performed,
iita computes the discrepancies between observed and expected
numbers of counterexamples under each relation, and finds a quasi
order with the minimum discrepancy (diff) value.
A set of implications, an object of the class
set, consists of $2$-tuples $(i, j)$ of
the class tuple, where a $2$-tuple
$(i, j)$ is interpreted as `mastering item $j$ implies
mastering item $i$.'
The data must contain only ones and zeros, which encode solving or failing to solve an item, respectively.
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/.
orig_iita for original inductive item tree analysis;
corr_iita for corrected inductive item tree analysis;
mini_iita for minimized corrected inductive item tree
analysis; ind_gen for inductive generation procedure;
pop_variance for population asymptotic variances of
diff coefficients; variance for estimated
asymptotic variances of diff coefficients; z_test for one- and two-sample Z-tests;
pop_iita for population inductive item tree analysis.
See also DAKS-package for general information about
this package.
iita(pisa, v = 1)
iita(pisa, v = 3)
Run the code above in your browser using DataLab