Search found 1239 matches
- Fri Apr 01, 2011 3:39 pm
- Forum: runmlwin user forum
- Topic: Can you use runmlwin with the 30-day MLwiN trial version?
- Replies: 2
- Views: 3451
Can you use runmlwin with the 30-day MLwiN trial version?
Unfortunately the current trial version of MLwiN is based on version 2.16, while runmlwin makes use of functionality added in version 2.22. I will look into updating the trial version to a compatible version in the near future. Having said that, if I am reading what you typed correctly I think that ...
- Wed Mar 23, 2011 8:53 pm
- Forum: MLwiN user forum
- Topic: Using MLwiN non interactively
- Replies: 1
- Views: 8318
Re: Using MLwiN non interactively
Yes this is possible. You will need to create a file containing a series of MLwiN commands and then pass this an an argument to mlwin /run. In order to create the necessary file you will be need to become familiar with the MLwiN command language. Most of the documentation for the commands can be fou...
- Tue Feb 15, 2011 10:49 am
- Forum: MLwiN user forum
- Topic: Level incorrectly defined
- Replies: 1
- Views: 8642
Re: Level incorrectly defined
Have you checked that your data is sorted correctly (see http://www.cmm.bris.ac.uk/MLwiN/tech-su ... html#order)?
- Mon Dec 20, 2010 5:38 pm
- Forum: MLwiN user forum
- Topic: Fitting MLM-beginner questions
- Replies: 3
- Views: 11866
Re: Fitting MLM-beginner questions
1) This error message usually indicates that not all the variables in your model are the same length. To check this choose: Data Manipulation->Names and check that the "n" column for all variables in your model (including cons) has the same value. 2) You can copy most MLwiN windows, including graphs...
- Tue Oct 12, 2010 3:15 pm
- Forum: MLwiN user forum
- Topic: Error message: No random structure specified (POST)
- Replies: 6
- Views: 7669
Re: Error message: No random structure specified (POST)
I suspect that you are viewing the equation with general notation. To switch to simple notation click the "notation" button at the bottom of the equation and untick "general". Once you have done this the equation should match what you are expecting.
- Thu Oct 07, 2010 2:12 pm
- Forum: MLwiN user forum
- Topic: Error Message: Variables random at bottom level
- Replies: 1
- Views: 3800
Re: Error Message: Variables random at bottom level
The macro that is generating this error message is called "ERRCHK" and can be found in the "discrete" folder of the MLwiN application. You might be able to work out what is causing the problem by looking through the commands that this is running. Another possible thing to try is to see if you can re...
- Mon Oct 04, 2010 10:15 am
- Forum: MLwiN user forum
- Topic: Storage of bootstrap estimates?
- Replies: 1
- Views: 2981
Re: Storage of bootstrap estimates?
The columns used for bootstrap estimation are as follows: C1105 - initial estimates C1106 - bias corrected estimates C1107 - previous set (parameters) C1108 - previous set (-2 loglikelihood) C1109 - current series C1111 - current population values to simulate from For these and other system reserved...
- Wed Jul 14, 2010 4:23 pm
- Forum: MLwiN user forum
- Topic: The stored result does not show right number of units
- Replies: 2
- Views: 3612
Re: The stored result does not show right number of units
A common cause for the reported number of units to not match what is expected is if the data isn't sorted correctly. See http://www.cmm.bristol.ac.uk/MLwiN/tech ... html#order for further details. You can use Model->Hierarchy viewer to see which units MLwiN has identified.
- Tue Jul 06, 2010 1:19 pm
- Forum: MLwiN user forum
- Topic: rmatrix_list already allocated
- Replies: 2
- Views: 4598
Re: rmatrix_list already allocated
My guess would be that this is either caused by a corrupted worksheet, or a bug in the software. If it is the former then clearing the model and setting it up again might fix it. If it is the latter then I suggest reporting it at the following address: http://www.cmm.bristol.ac.uk/MLwiN/tech-support...
- Tue Jun 22, 2010 3:55 pm
- Forum: MLwiN user forum
- Topic: Ordinal response /how to delete missing values [solved]
- Replies: 6
- Views: 7115
Re: Ordinal variables as a response
You should be able to choose the missing value in the "Listwise" screen by clicking in the box to the right of "Listwise delete on value" and pressing the "m" key. Did you try this, and if so what was the error message/problem that you got?