Description Format References Examples
Simulated example data set with linear hierarchical categories.
An IRT response matrix with 300 persons and 10 three-category items.
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/.
1 2 3 |
num [1:300, 1:10] 2 1 1 2 2 2 2 2 2 1 ...
'data.frame': 5325 obs. of 5 variables:
$ value : num 1 1 1 1 1 1 1 1 1 1 ...
$ item : Factor w/ 10 levels "i01","i02","i03",..: 1 1 1 1 1 1 1 1 1 1 ...
$ person: Factor w/ 300 levels "p001","p002",..: 1 2 3 4 5 6 7 8 9 10 ...
$ node : Factor w/ 2 levels "node1","node2": 1 1 1 1 1 1 1 1 1 1 ...
$ sub : Factor w/ 20 levels "i01:node1","i01:node2",..: 1 1 1 1 1 1 1 1 1 1 ...
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.