Hello,
Prior to today, the below code ran fine. This morning I ran some updates, and am now running into the same error, which disappears when logit is removed (i.e. a linear outcome model)
I don't really understand why this is the case.. does anyone know of a work around (noting "asis" option in logit will not run within teffects)?
Many thanks,
Hannah
Prior to today, the below code ran fine. This morning I ran some updates, and am now running into the same error, which disappears when logit is removed (i.e. a linear outcome model)
Code:
. teffects ipwra (nllonely $xlist, logit) ///
> ($treatment $xlist pnq3), vce(robust)
outcome model: perfect predictions detected; the model, as specified, is not identified
1.source#1.singleparent != 0 (n=7) predicts failure perfectly
1.source#1.otherhhtype != 0 (n=2) predicts failure perfectly
1.source#c.dseifa4 != 0 (n=13) predicts failure perfectly
1.source#c.dseifa8 != 0 (n=10) predicts failure perfectly
1.source#c.dseifa9 != 0 (n=25) predicts failure perfectly
I don't really understand why this is the case.. does anyone know of a work around (noting "asis" option in logit will not run within teffects)?
Many thanks,
Hannah

Comment