I am using runmlwin to run mlnscript on a Linux system.
I am able to get the null cc ordinal multilevel model, but when I started increasing the number of explanatory variables to the model, it gives me the following error:
The total number of observations is 38,500 and I have more than 100 explanatory variables (most of them are dummy for categorical variables). I have no idea how many observations or how much memory should I set in order to run my model. I wonder if you can give me some advice?--- End MLwiN error log ---
no room to add more observations
An attempt was made to increase the number of observations beyond what is
currently possible. You have the following alternatives:
1. Store your variables more efficiently; see help compress. (Think of
Stata's data area as the area of a rectangle; Stata can trade off
width and length.)
2. Drop some variables or observations; see help drop.
3. Increase the amount of memory allocated to the data area using the set
memory command; see help memory.
r(901);
Thanks.
Vivian