Hi there,
I am trying to get the wright map to show the individuals and I get the output that reports that the "case estimates are not requested".
Not sure what went wrong! I coded based on examples in the manual and the suggestions in the forum here.
My CQC code is:
datafile example.dat;
Format id 1-4 responses 9-38;
key bcadbadcbdcadccacdbacdabcacbdc ! 1;
set constraints = cases;
Model item;
Estimate; Show ! estimate = latent, x=1 >> example1.shw;
show cases ! estimates=mle, x=1 >> example.mle;
Itanal >> ex1.itn;
Plot icc;
Plot mcc! legend=yes;
Thanks,
ME