-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
Hi,
I am trying to learn IRT using your package TAM. It has been very helpful.
I got puzzled by the different item types in one IRT model.
There are 20 items in total. The first 16 are dichotomous, last 6 are polytomous.
For example, I first ran a 2PL model as such:
mod1<- tam.mml.2pl(data, irtmodel="2PL")
summary(mod1)
Then, I tried the tamaanify method and specified the item type for the first 14 items to be 2PL, and the last 6 to be GPCM.
tammodel1 <- "
LAVAAN MODEL:
HOME =~ v1__v20
HOME~~HOME
ITEM TYPE:
v1__v14 (2PL) ;
v15__v20 (GPCM);"
Estimate the model:
mod2 <- tamaan(tanmodel1, data)
Request the result:
summary(mod2)
mod1 and mod2 yielded the exact same results. I was wondering if I did something wrong here?
To be specific, I was trying to mimic the mirt package:
mirt(data, model=1,
itemtype = c(rep("2PL",14), rep("gpcm",6))
Could you please help me with this?
Thank you!
Erin
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels