I am using mirt to Rasch model as following
mod1 <- mirt(resp, 1, itemtype = "Rasch")
I used the following R code trying to get item difficulty , but I can't get the b parameter directly.
coef(mod1, simplify=TRUE)
Any help would be much appreciated. thanks!