Problem in the printing Standard errors of item parameter

10 views
Skip to first unread message

Irshad Mujawar

unread,
May 25, 2015, 6:07:41 AM5/25/15
to mirt-p...@googlegroups.com
Hello Phil,


I want to print the standard error of the item parameters but I am not able to do that, when I am using IRTpars=T in the coef() function. Is there any way to do that?


data(LSAT7)


dat
=expand.table(LSAT7)


mod
<- mirt(dat,1, SE = T)


coef(mod, printSE=T)
$Item
.1
       a1     d    g   u
par
0.988 1.856 -999 999
SE  
0.176 0.131   NA  NA


$Item
.2
       a1     d    g   u
par
1.081 0.808 -999 999
SE  
0.169 0.091   NA  NA


$Item
.3
       a1     d    g   u
par
1.706 1.804 -999 999
SE  
0.321 0.204   NA  NA


$Item
.4
       a1     d    g   u
par
0.765 0.486 -999 999
SE  
0.135 0.075   NA  NA


$Item
.5
       a1     d    g   u
par
0.736 1.855 -999 999
SE  
0.153 0.115   NA  NA


$GroupPars
    MEAN_1 COV_11
par      
0      1
SE      NA     NA


However when I try with IRTpars = T

I get only get the item parameters.

coef(mod, IRTpars=T, printSE=T)
$Item
.1
        a      b    g   u
par
0.988 -1.879 -999 999


$Item
.2
        a      b    g   u
par
1.081 -0.748 -999 999


$Item
.3
        a      b    g   u
par
1.706 -1.058 -999 999


$Item
.4
        a      b    g   u
par
0.765 -0.635 -999 999


$Item
.5
        a     b    g   u
par
0.736 -2.52 -999 999


$GroupPars
    MEAN_1 COV_11
par      
0      1



Thanking you,

Irshad
Reply all
Reply to author
Forward
This conversation is locked
You cannot reply and perform actions on locked conversations.
0 new messages