linresp {irtrees} | R Documentation |
Example Data: Linear Hierarchical Categories
Description
Simulated example data set with linear hierarchical categories.
Format
An IRT response matrix with 300 persons and 10 three-category items.
References
De Boeck, P. and Partchev, I. (2012). IRTrees: Tree-Based Item Response Models of the GLMM Family, Journal of Statistical Software – Code Snippets, 48(1), 1–28. https://www.jstatsoft.org/v48/c01/.
Examples
str(linresp)
mapping <- cbind(c(0,1,1), c(NA,0,1))
str(linrespT <- dendrify(linresp, mapping))
[Package irtrees version 1.0.0 Index]