I'm hoping to run an IRT analysis where I have a couple families of items, and each person has answered one question from each family. Are there R packages for doing something like this? I've looked at options like hIRT
but this seems to only account for individual level covariates, not item level covariates. I'm expecting the data to look something like this:
1a | 1b | 1c | 2a | 2b | 2c |
---|---|---|---|---|---|
1 | 0 | ||||
0 | 1 | ||||
1 | 1 |
where each person answers one of 1a, 1b, and 1c, and one of 2a, 2b, and 2c.