Clyde, the example in your #8 post just helped me solve a problem I had not been able to crack. But how did you figure out where to place the binomial(denominator) option? I.e., how did you know to do this...
...rather than this?
I have just searched the -melogit- documentation for binomial( again, and I still find nothing about where to place it, and no examples. So, how did you know where to put it?
Thanks,
Bruce
Code:
melogit numerator independent_variables || id:, binomial(denominator)
Code:
melogit numerator independent_variables, binomial(denominator) || id:
Thanks,
Bruce
Comment