panel multinomial logit model was introduced in Stata 17, however, I'm having issues using the pwcompare and contrast postestimation commands after fitting an xtmlogit model. Can someone please suggest why I'm having this error or is it that what I'm attempting is not practically possible or being done in the wrong way.
I get the r(3200) error message - something to do with the matrix:
Code:
webuse estatus, clear xtset id xtmlogit estatus i.hhchild age hhincome i.hhsigno i.bwinner contrast hhchild
Code:
*: 3200 conformability error
_contrast(): - function returned error
<istmt>: - function returned error

Comment