Thank you for this information, I believe that I have now been able to replicate the behaviour.
When processing the data to paste it the software replaces occurrences of , with . which is behaviour left over from older versions of MLwiN that did not take regional settings into account. When it is ...
Search found 1364 matches
- Tue Oct 21, 2025 11:41 am
- Forum: MLwiN user forum
- Topic: Issue when importing repeated measure data
- Replies: 8
- Views: 5712
- Mon Oct 20, 2025 9:50 am
- Forum: MLwiN user forum
- Topic: Issue when importing repeated measure data
- Replies: 8
- Views: 5712
Re: Issue when importing repeated measure data
Thanks for the confirmation. If you can let me know what regional settings you have I can attempt to replicate the problem.
- Mon Oct 20, 2025 9:03 am
- Forum: MLwiN user forum
- Topic: Issue when importing repeated measure data
- Replies: 8
- Views: 5712
Re: Issue when importing repeated measure data
Do you by any chance have the decimal separator set to the European convention of , ? If so it may be that there is a mismatch with the separator generated by Excel and what MLwiN is expecting. You could check that this is the case by temporarily changing it to . and seeing whether it has more ...
- Fri Oct 17, 2025 10:08 am
- Forum: MLwiN user forum
- Topic: Issue when importing repeated measure data
- Replies: 8
- Views: 5712
Re: Issue when importing repeated measure data
Can you confirm which version of MLwiN you are using? I just tested this and it loaded correctly for me. Are you able to say which other ways you have used to try importing the data? The File>Import... menu should allow you to load a variety of text based formats.
- Thu Jul 31, 2025 4:17 pm
- Forum: MLwiN user forum
- Topic: V gone -ve definite for block 0 iteration aborted
- Replies: 1
- Views: 96171
Re: V gone -ve definite for block 0 iteration aborted
There don't seem to be any attachments to your message, did they fail to upload?
- Thu Jun 26, 2025 1:58 pm
- Forum: runmlwin user forum
- Topic: Syntax Errors Running Cross-Classified 3-Level Model via runmlwin in Stata
- Replies: 1
- Views: 104769
Re: Syntax Errors Running Cross-Classified 3-Level Model via runmlwin in Stata
The first thing to check would be that your command is conceptually on one line. You can split it across several lines to aid readability, however you would need to put /// at the end of each line to indicate a line continuation.
You can only specify each level once in runmlwin, so you can't have ...
You can only specify each level once in runmlwin, so you can't have ...
- Tue Apr 08, 2025 10:54 am
- Forum: runmlwin user forum
- Topic: Time as a predictor
- Replies: 4
- Views: 86638
Re: Time as a predictor
These two approaches should also work with runmlwin, so it is probably worth trying both ways and then comparing with the results that you had previously from gsem.
- Tue Apr 08, 2025 8:55 am
- Forum: runmlwin user forum
- Topic: Error while running multinomial multilevel regression
- Replies: 4
- Views: 111374
Re: Error while running multinomial multilevel regression
Assuming that the data sample you provided is representative of the rest of the data I think that your problem may be that your data is not sorted by the model hierarchy. Rather than using unique values of ID codes to determine the units MLwiN instead calculates this on when the ID code changes as ...
- Mon Apr 07, 2025 3:57 pm
- Forum: runmlwin user forum
- Topic: Categorical variable as a predictor
- Replies: 4
- Views: 84705
Re: Categorical variable as a predictor
runmlwin should (more or less) work like any other Stata command, so you should be able to use the standard Stata facilities to create the required dummies. I think that the example we provide only does it manually to make the process more explicit (and give the generated dummies names of our ...
- Mon Apr 07, 2025 9:09 am
- Forum: runmlwin user forum
- Topic: Time as a predictor
- Replies: 4
- Views: 86638
Re: Time as a predictor
Could you provide any further information about what your time variable represents? E.g., Is it the occasion on which a measurement was taken, as in the example in chapter 13 of the MLwiN manual ( https://www.bristol.ac.uk/cmm/media/software/mlwin/downloads/manuals/3-13/manual-web.pdf ), or is it a ...