I hope somebody can help me identify the problem with my command file. I was trying to run a 4-dimensional analysis on a test with 25 items. Here is my .cqc file:
Datafile scotid6m.dat;
Format responses 1-25;
Labels << scotid6.lab;
score (0,1) (0,1) ( ) ( ) ( ) ! items (5, 23);
Score (0,1) ( ) (0,1) ( ) ( ) ! items (4);
Score (0,1) ( ) ( ) (0,1) ( ) ! items (1, 6-13, 16-20, 24-25);
Score (0,1) ( ) ( ) ( ) (0,1) ! items (2-3, 14-15, 21-22);
Model item;
Estimate;
Show !estimates=latent >> scotid6mMD.shw;
Itanal >> scotid6m.itn;
Show cases !estimates=eap >> scotid6mMD.eap;
Show cases !estimates=mle >> scotid6mMD.mle;
Quit;
after submitted to conquest, I got this error message: "The number of items scored does not match the number that are defined". I have run a unidimensional analysis with this same .dat and .lab files without any problem. Help!
Thanks much!