Dear,
I am running a three-level binary model, but I get "overflow allocating smatrix". Please how should I correct it?
Here is my snthax:
runmlwin helse_trening cons , ///
level3(Fylke: cons) ///
level2(Kommune: cons) ///
level1(N:) ///
discrete(distribution(binomial) link(logit) denom(cons) pql2) ///
nopause mlwinpath(C:\Program Files (x86)\MLwiN v2.36\x64\mlwin.exe)
Best regards,
Dawit
runmlwin: overflow allocating smatrix
-
- Posts: 1384
- Joined: Mon Oct 19, 2009 10:34 am
Re: runmlwin: overflow allocating smatrix
This error message indicates that the required matrix size was too large to be allocated. You may be able to fix this by specifying the optimat option in your call to -runmlwin-. If this doesn't fix it then you may need to check your data to see whether you have any particularly large higher-level units and then reduce their size.
-
- Posts: 2
- Joined: Mon Feb 20, 2017 10:57 am
Re: runmlwin: overflow allocating smatrix
thank you... it works prefect !!