Hi,

simple script:
<hansl>
open wtp.gdt
list X = 1 2 9 10 11
logit depvar 0 X --multinomial --quiet
series yhat = $yhat
xtab --zeros depvar yhat --quiet
eval $result
</hansl>

It looks like '--zeros' flag has zero effect on xtab command. What is more, line 'xtab depvar $yhat' generates an error: "Data types not conformable for operation" which - I believe - is unexpected.

Marcin

--
Marcin Błażejowski
_______________________________________________
Gretl-devel mailing list -- gretl-devel@gretlml.univpm.it
To unsubscribe send an email to gretl-devel-le...@gretlml.univpm.it
Website: 
https://gretlml.univpm.it/postorius/lists/gretl-devel.gretlml.univpm.it/

Reply via email to