Search found 1341 matches

by ChrisCharlton
Mon Nov 26, 2012 3:06 pm
Forum: runmlwin user forum
Topic: overflow allocating smatrix
Replies: 19
Views: 23089

Re: overflow allocating smatrix

You can override the MLwiN worksheet settings using the mlwin_settings() runmlwin options as described in the help file. By default runmlwin tells MLwiN to allocate matrices in normal memory rather than that allocated to the worksheet, so the problem is probably that the size allocated to the worksh...
by ChrisCharlton
Mon Nov 26, 2012 3:06 pm
Forum: runmlwin user forum
Topic: overflow allocating smatrix
Replies: 19
Views: 23089

Re: overflow allocating smatrix

You can override the MLwiN worksheet settings using the mlwin_settings() runmlwin options as described in the help file. By default runmlwin tells MLwiN to allocate matrices in normal memory rather than that allocated to the worksheet, so the problem is probably that the size allocated to the worksh...
by ChrisCharlton
Wed Nov 21, 2012 3:53 pm
Forum: runmlwin user forum
Topic: overflow allocating smatrix
Replies: 19
Views: 23089

Re: overflow allocating smatrix

This error indicates that the variable used to store the total size of the matrix (number of columns * number of rows) doesn't have enough capacity to store this size and has wrapped around. The check that triggers the error is to divide this total by the number of rows and check that the number is ...
by ChrisCharlton
Mon Nov 19, 2012 9:30 pm
Forum: runmlwin user forum
Topic: sfmatrix error
Replies: 6
Views: 6774

Re: sfmatrix error

If you can provide us with information on: 1) The exact error message that you are getting. 2) Details of the model that you are trying to run (possibly including the runmlwin syntax you are using). 3) Details about your data (number of cases, does it contain missing data, etc). then we might be abl...
by ChrisCharlton
Mon Nov 19, 2012 8:42 pm
Forum: runmlwin user forum
Topic: sfmatrix error
Replies: 6
Views: 6774

Re: sfmatrix error

If MLwiN is now always crashing on startup then it is likely that you have set a default worksheet size that is too large. You can reset the size to its default by using the /reset command line option (see http://www.cmm.bris.ac.uk/forum/viewtopic.php?f=1&t=553).
by ChrisCharlton
Mon Nov 12, 2012 10:11 am
Forum: MLwiN user forum
Topic: *error term*
Replies: 2
Views: 4839

Re: *error term*

I'm glad to hear that you now have this working. An alternative fix would have been to check for columns with the names mentioned in the error message and then remove/rename these.
by ChrisCharlton
Sun Nov 11, 2012 5:31 pm
Forum: MLwiN user forum
Topic: Insufficient memory for specified worksheet size
Replies: 2
Views: 4886

Re: Insufficient memory for specified worksheet size

If you're using version 2.26 you can use the /reset command line option to reset the worksheet settings back to their defaults. This and other command line switches are documented in the manual supplement (http://www.bristol.ac.uk/cmm/software/m ... ection.8.5).
by ChrisCharlton
Mon Nov 05, 2012 11:56 am
Forum: MLwiN user forum
Topic: SSP matrix
Replies: 2
Views: 6176

Re: SSP matrix

1) SSP Matrix is short for "sum of squares and products matrix". 2) This and other warning messages are covered in http://www.bristol.ac.uk/cmm/software/support/support-faqs/errors.html , although they normally apply to (R)IGLS estimation. It's worth checking that your data has the expecte...
by ChrisCharlton
Mon Nov 05, 2012 11:34 am
Forum: MLwiN user forum
Topic: MLwiN help system
Replies: 2
Views: 5004

Re: MLwiN help system

You can find this under the "Help->Contents and index" menu within MLwiN.
by ChrisCharlton
Fri Nov 02, 2012 4:12 pm
Forum: MLwiN user forum
Topic: Customised predictions including Level 1 variance
Replies: 5
Views: 7735

Re: Customised predictions including Level 1 variance

I just checked this with Professor Kelvyn Jones and his response is below: The customised predictions is primarily a tool for making predictions with confidence intervals for the fixed part of the model; although as you noted it also provides coverage intervals (also with confidence intervals) for t...