is.Qid | R Documentation |
Checks whether a Q-matrix fulfills the conditions for strict and generic identifiability according to Gu & Xu (2021).
is.Qid(Q, model)
Q |
A J items x K attributes Q-matrix ( |
model |
CDM to be considered. It includes |
is.Qid
returns an object of class is.Qid
.
strict
Is the Q-matrix strictly identifiable? (logical
).
generic
Is the Q-matrix generically identifiable? (logical
).
conditions
Identifiability criteria and whether they are fulfilled or not (vector
).
specifications
Function call specifications (list
).
Pablo Nájera, Universidad Pontificia Comillas
Miguel A. Sorrel, Universidad Autónoma de Madrid
Gu, Y., & Xu, G. (2021). Sufficient and necessary conditions for the identifiability of the Q-matrix. Statistica Sinica, 31, 449-472. https://www.jstor.org/stable/26969691
Kj <- c(15, 10, 0, 5)
Q <- genQ(J = 30, K = 4, Kj = Kj, Qid = "others", seed = 123)$gen.Q
idQ <- is.Qid(Q, model = "DINA")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.