Search found 1366 matches

by ChrisCharlton
Thu Oct 27, 2011 3:23 pm
Forum: runmlwin user forum
Topic: Error message regarding level 1 ID variable - Obsno is held
Replies: 8
Views: 14290

Re: Error message regarding level 1 ID variable - Obsno is h

Would it be possible to email me the syntax and data so that I can attempt to replicate this and determine whether the problem is in runmlwin or MLwiN?
by ChrisCharlton
Wed Oct 26, 2011 1:53 pm
Forum: runmlwin user forum
Topic: Error message: Could not load plugin
Replies: 12
Views: 22563

Re: Error message: Could not load plugin

I'm glad that you have now managed to get it working to some degree.

The MCMC diagnostic plugin is also used when reporting the model results to calculate statistics such as the ESS from the parameter chains. There is a nodiagnostics option which prevents these from being calculated and instead ...
by ChrisCharlton
Wed Oct 26, 2011 12:09 pm
Forum: runmlwin user forum
Topic: Error message: Could not load plugin
Replies: 12
Views: 22563

Re: Error message: Could not load plugin

That should be the only other place that plugin is used. Is it possible that you have forgotten to run the discard command after editing the ado file, to make Stata reload it with your changes?
by ChrisCharlton
Wed Oct 26, 2011 11:16 am
Forum: runmlwin user forum
Topic: Error message: Could not load plugin
Replies: 12
Views: 22563

Re: Error message: Could not load plugin

You can work around this second plugin issue by replacing all references of runmlwin_quietshell with shell . This will however mean that runmlwin can't be run in Stata batch mode. The final plugin that might cause an issue is the MCMC diagnostics plugin. Unfortunately there is currently no ...
by ChrisCharlton
Wed Oct 26, 2011 9:24 am
Forum: runmlwin user forum
Topic: Error message: Could not load plugin
Replies: 12
Views: 22563

Re: Error message: Could not load plugin

I am still not sure what is causing this as we have run this on a similar setup without issues.

It possible that it can't find the correct C runtime library. We should be using the one that comes with Stata, however if not you could install this from http://www.microsoft.com/download/en/details ...
by ChrisCharlton
Tue Oct 25, 2011 4:11 pm
Forum: runmlwin user forum
Topic: Error message: Could not load plugin
Replies: 12
Views: 22563

Re: Error message: Could not load plugin

This message is a little puzzling. Could you try the following and let us know the results:

1) Make sure that the file has downloaded correctly. To do first run the following Stata command:

checksum "c:\ado\plus\r\runmlwin_getversion.plugin"

Assuming that you're running on a 32-bit system, if ...
by ChrisCharlton
Sun Oct 23, 2011 9:43 pm
Forum: runmlwin user forum
Topic: Error message regarding level 1 ID variable - Obsno is held
Replies: 8
Views: 14290

Re: Error message regarding level 1 ID variable - Obsno is h

This appears to be a bug, and will be fixed in the next released version of runmlwin. In the mean time you can work around it by running the following in Stata prior to calling runmlwin:

recast float obsno

Alternatively if you are comfortable editing the runmlwin.ado file you can change the ...
by ChrisCharlton
Mon Oct 17, 2011 3:32 pm
Forum: runmlwin user forum
Topic: How do I stop MLwiN setting residuals to missing?
Replies: 4
Views: 7731

Re: How do I stop MLwiN setting residuals to missing?

runmlwin does not currently allow this to be set, however we could look into adding it as an option in a future release.
by ChrisCharlton
Mon Oct 10, 2011 8:31 pm
Forum: runmlwin user forum
Topic: 3-level multinomial error:'illegal op: v_block:: mult_add()'
Replies: 17
Views: 35718

Re: 3-level multinomial error:'illegal op: v_block:: mult_ad

At what point did you get the message 'Obey command is not available when batch excecution is PAUsed'? I would only expect this message to occur if you tried to run another macro while MLwiN was waiting for you to choose the "resume macro" or "abort macro" buttons. If you are doing nothing more than ...
by ChrisCharlton
Thu Oct 06, 2011 10:47 am
Forum: Realcom user forum
Topic: Problem in getting started
Replies: 5
Views: 21300

Re: Problem in getting started

I'm not sure whether it's related, but there are a couple of errors in your input. In the first attempt you appear to have an extra quote at the beginning of the ISAV command. In the second version you appear to be defining school twice in the auxiliary variables (this may be due to selecting it as ...