I'm using runmlwin on Mac OS X, using the method outlined here
https://www.cmm.bristol.ac.uk/forum/vie ... f=3&t=1073 , (which, by the way I am eternally grateful for!)
Now, I don't know if my question is specific to OSX users, or to all users of runmlwin, but I hope someone can help out.
I'm basically estimating a model with a binary dependent variable, of the following form (for example)
Code: Select all
runmlwin depvar cons, level3(level3_id: cons) level2(level2_id: cons) level1(level1_id:) discrete(distribution(binomial) link(logit)denom(cons) pql2)
However the runmlwin output, having specified the binary option, does not display the Log Likelihood. At the same time, I get an error above each output stating "Warning: getversion plugin could not be loaded". Is this error the reason why there is no Log-likelihood displayed (and if so is this fixable?), or does runmlwin not specify the log-likelihood for binary response models (and if so, is there a way to obtain this?)
Furthermore, when attempting to use the lrtest following the runmlwin commands (having stored 2 sets of estimates), I get the error "model1 does not contain scalar e(ll)". Might there be an option to store the 'scaler e(ll)', allowing for the use of 'lrtest'?
Apologies if my questions are rudimentary in nature and I thank you in advance for any assistance you can provide!
Kyle