Hi!
I'm trying to obtain Mantel-Haenszel estimates but it seems I am stuck with some technical problem. When I run the Mantel-Haenszel procedure (by Conquest's GUI), results are shown in the output window as expected, but they get partly cleared out for some items (part of the results can't be accessed by scrolling the output window). This is the code I use:
datafile <<F:\directory\camp08.dat;
format pid 1-8, gender 9, areag 10, responses 11-32(a1);
group areag gender;
labels <<F:\directory\camp08.lab;
score (0,1) (0,1);
Model item;
Estimate !method=jml;
mh! estimates=mle, group=gender, reference=1;
Show >> F:\directory\camp08.shw;
Itanal >> F:\directory\camp08.itn;
As a tentative work-around I tried to save the results on file but I get no data written. This is the (probably aberrant) code I use:
mh! estimates=mle, group=gender, reference=1 >> F:\directory\camp08mh.dat ;
Is there any solution for this?
Best regards
Davide