Hi everyone!
I'm trying to run a 6-factor scale using multidimensional rating scale model; however, when I select the option Table Combined Item Difficulty Map, it only appears the distribution of the items. At the left space, appears "case estimate not requested". Did I make something wrong? My command is:
Datafile XXXX;
Title XXXX;
Format id 32-34 responses 1-30;
codes 0,1,2,3;
score (0,1,2,3) (0,1,2,3) () () () () () !items (2,4,12,16,19);
score (0,1,2,3) () (0,1,2,3) () () () () !items (8,17,23,26,27);
score (0,1,2,3) () () (0,1,2,3) () () () !items (13,20,22,25,29);
score (0,1,2,3) () () () (0,1,2,3) () () !items (3,5,10,11,30);
score (0,1,2,3) () () () () (0,1,2,3) () !items (1,7,14,18,24);
score (0,1,2,3) () () () () () (0,1,2,3) !items (6,9,15,21,28);
Model item+step;
Estimate !method=Montecarlo, nodes =2500, converge =.005