How can I obtain b parameter from MIRT in R

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!

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.