Search found 1366 matches
- Fri Jul 15, 2011 9:23 am
- Forum: MLwiN user forum
- Topic: Run time error '-2147417848 (80010108)':
- Replies: 1
- Views: 6185
Re: Run time error '-2147417848 (80010108)':
Unfortunately I don't know exactly what is causing this problem as it is occurring in the graph component, which is provided by a third party. It may be that this component is conflicting with something else installed on your computer, but this would be hard to track down. One thing to try would be ...
- Wed Jul 13, 2011 8:27 pm
- Forum: MLwiN user forum
- Topic: how to change labels manually in mlwin
- Replies: 2
- Views: 6733
Re: how to change labels manually in mlwin
You can set the category labels from the names window (Data Manipulation->Names). If you highlight a categorical variable and the click the "view" button in the categories section then you will get a window containing a list of categories defined for that variable. If you edit the name here then it ...
- Wed Jul 13, 2011 4:14 pm
- Forum: runmlwin user forum
- Topic: Input dataset contains double precision data...
- Replies: 2
- Views: 11304
Re: Input dataset contains double precision data...
To avoid this message you need to convert your variables to have a lower precision before sending them to MLwiN. If this is possible without losing accuracy then the Stata command http://www.stata.com/help.cgi?compress will perform the conversion for you, otherwise you will need to reduce the ...
- Wed Jul 13, 2011 2:32 pm
- Forum: runmlwin user forum
- Topic: Modelling Count Data (example do-file) - mismatch error
- Replies: 1
- Views: 13850
Re: Modelling Count Data (example do-file) - mismatch error
I have just tried this example here and it appears to work fine for me. Could you check that your version of Stata and runmlwin are up to date? If you still have problems could you run the command:
set trace on
before running the example and then post the output just before the error occurs ...
set trace on
before running the example and then post the output just before the error occurs ...
- Mon Jul 11, 2011 1:43 pm
- Forum: MLwiN user forum
- Topic: MLwiN fails to open after changing the default worksheet set
- Replies: 2
- Views: 6421
Re: MLwiN fails to open after changing the default worksheet
It may be that the trial wrapper isn't passing on the command to MLwiN. You can test this with the command option "mlwin /help". If it doesn't display a list of possible options then this is the case. An alternative way to reset the size is to copy the following into a text file called "mlwin_reset ...
- Mon Jul 04, 2011 1:03 pm
- Forum: runmlwin user forum
- Topic: Error code: r(-1073740777);
- Replies: 7
- Views: 18537
Re: Error code: r(-1073740777);
If it doesn't work with the examples either, but does work if you give it the Stata data sets directly then it's possible that MLwiN does not have access to where Stata is storing the temporary data set that it passes to MLwiN. To check this look at the path it is using (the part after RSTA and ...
- Mon Jul 04, 2011 11:56 am
- Forum: runmlwin user forum
- Topic: Error code: r(-1073740777);
- Replies: 7
- Views: 18537
Re: Error code: r(-1073740777);
Assuming that you have tried some of the examples in the runmlwin help and they worked then there is no reason that the networked Stata should behave differently with the standalone MLwiN for this model.
If the problem is occurring when MLwiN is being run then you might try the following:
1) Add ...
If the problem is occurring when MLwiN is being run then you might try the following:
1) Add ...
- Mon Jul 04, 2011 10:43 am
- Forum: runmlwin user forum
- Topic: Error code: r(-1073740777);
- Replies: 7
- Views: 18537
Re: Error code: r(-1073740777);
At what point are you getting the error? I.e. Is this before MLwiN has been run or when the results are being brought back? If it gets as far as loading MLwiN does the equation for the model look as you expect, and does the loaded data look correct? Could you type the following in Stata before ...
- Thu Jun 23, 2011 10:05 am
- Forum: MLwiN user forum
- Topic: error message
- Replies: 4
- Views: 9185
Re: error message
In that case there are a few options that might help:
1) Remove variables that are not in the model from the worksheet. This will mean that there is more available space to store the MCMC chains.
2) Resize the worksheet straight after opening MLwiN. This will increase the likelihood that it can ...
1) Remove variables that are not in the model from the worksheet. This will mean that there is more available space to store the MCMC chains.
2) Resize the worksheet straight after opening MLwiN. This will increase the likelihood that it can ...
- Wed Jun 22, 2011 2:30 pm
- Forum: MLwiN user forum
- Topic: error message
- Replies: 4
- Views: 9185
Re: error message
You may be setting the worksheet size too high as the value that you enter is in terms of thousands of cells. You can get a rough estimate of what to set the worksheet size to from the following FAQ page:
http://www.bristol.ac.uk/cmm/software/s ... tsize.html
http://www.bristol.ac.uk/cmm/software/s ... tsize.html