Error messages

Welcome to the forum for runmlwin users. Feel free to post your question about runmlwin here. The Centre for Multilevel Modelling take no responsibility for the accuracy of these posts, we are unable to monitor them closely. Do go ahead and post your question and thank you in advance if you find the time to post any answers!

Go to runmlwin: Running MLwiN from within Stata >> http://www.bristol.ac.uk/cmm/software/runmlwin/
Post Reply
Silverstein
Posts: 5
Joined: Sun Apr 12, 2015 5:45 am

Error messages

Post by Silverstein »

Dear All,

I am a beginner of runmlwin, and tried to run the following syntaxes.

Code: Select all

use http://www.bristol.ac.uk/cmm/media/runmlwin/tutorial.dta
runmlwin normexam cons, level2(school: cons) level1(student: cons)
But I got the following error message:
The model did not run properly in MLwiN. You most likely clicked the 'Abort Macro' button in MLwiN, rather than the 'Resume Macro' button.

I put nopause at the bottom,

Code: Select all

runmlwin normexam cons, level2(school: cons) level1(student: cons) nopause
Then I got the following:
The model did not run properly in MLwiN. Re-run the model without the nopause option to debug the model in MLwiN.

Does anyone know what is wrong with it?

My MLwiN is version 2.30.
My Stata is version 13 (IC 64-bit).

Thank you in advance,
DS
ChrisCharlton
Posts: 1354
Joined: Mon Oct 19, 2009 10:34 am

Re: Error messages

Post by ChrisCharlton »

Could you post what you have set your MLwiN_path global to? It should be something like:

Code: Select all

global MLwiN_path "C:\Program Files (x86)\MLwiN v2.30\i386\mlwin.exe"
If you use the command:

Code: Select all

set trace on
and then post the log file we should be able to determine where it is going wrong.
Silverstein
Posts: 5
Joined: Sun Apr 12, 2015 5:45 am

Re: Error messages

Post by Silverstein »

It worked!! Thank you for your help! :D
Post Reply