Tests the local identifiability of a basic local independence model (BLIM).
blimit(K, beta = NULL, eta = NULL, pi = NULL, file_name = NULL)
A list having the following components:
the number of items.
the number of knowledge states.
the number of parameters.
the rank of the Jacobian matrix.
the null space dimension.
the rank of submatrices of the Jacobian.
diagnostic information about specific parameter trade-offs.
the Jacobian matrix.
the parameter values used in the analysis.
a state-by-problem indicator matrix representing the knowledge structure. An element is one if the problem is contained in the state, and else zero.
vectors of parameter values for probabilities of careless errors, lucky guesses, and knowledge states, respectively.
name of an output file.
See Stefanutti et al. (2012) for details.
The blimit
function has been adapted from code provided by Andrea
Brancaccio, Debora de Chiusole, and Luca Stefanutti. It contains a function
to compute the reduced row echelon form based on an implementation in the
pracma package.
Stefanutti, L., Heller, J., Anselmi, P., & Robusto, E. (2012). Assessing the local identifiability of probabilistic knowledge structures. Behavior Research Methods, 44(4), 1197--1211. tools:::Rd_expr_doi("10.3758/s13428-012-0187-z")
blim
, jacobian
.
K <- as.binmat(c("0000", "1000", "0100", "1110", "1101", "1111"))
set.seed(1234)
info <- blimit(K)
Run the code above in your browser using DataLab