--
You received this message because you are subscribed to the Google Groups "mirt-package" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mirt-package...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
Dear Dr. Phil,Finally, I run my model, but I saw that it is necessary to use 'mixmodel' when dealing with dichotomous and polythomous data...Actually, I have 3 questions:1) How to run a mixed mirt in this model?cmodel<-mirt.model('F1 = 11,5,7,12F2 = 10,9,1,2F3 = 8,6,4,3')cmod<-mirt(data,cmodel) #mixedmirt, not mirtcoef(cmod)#Dichotomous items are 3,4,6, and 8 (data mirt.txt)
2) Is it correct to transform total d (summed) into b (difficulty) calculating b=(-d/number of factors)?
3) How to cite mirt(1.2.1) package in my paper?
Thanks a lot!Danilo
Em sábado, 5 de abril de 2014 01h01min16s UTC-3, Danilo Assis Pereira escreveu:Hi, I had some problems with my confirmatory mIRT. The following message was ploted:> cmod<-mirt(resum,cmodel,na.rm=TRUE)Iteration: 10, Log-Lik: -3010.564, Max-Change: 0.00005Warning messages:1: In model.elements(model = model, itemtype = itemtype, factorNames = factorNames, :NAs introduced by coercion2: In model.elements(model = model, itemtype = itemtype, factorNames = factorNames, :NAs introduced by coercion> coef(cmod)$Aprend_Verba1 a2 d1 d2 d3 d4 d5par 0 0 4.506 3.988 3.644 3.087 1.364$Fluenca1 a2 d1 d2 d3 d4 d5 d6par 0 0 3.087 2.72 2.1 1.298 0.405 -0.466No values on a parameters... What's wrong with my model?Thanks a lot,Danilo
--