Hi,
I have panel of 200 panels for abour 5 year daily data. The total number is observations are abour 2 hundred thousand.
I want to run a recursive panel dynamic model, so i tried xtabond
but it is showing the following error:
. xtabond2 dep_var ind_var1 ind_var2 l(1/2).dep_var, gmm(dep_var, lag(3 4)) robust twostep
Favoring speed over space. To switch, type or click on mata: mata set matafavor space, perm.
J(): 3900 unable to allocate real <tmp>[9632321,50431]
_Explode(): - function returned error
_ParseInsts(): - function returned error
xtabond2_mata(): - function returned error
<istmt>: - function returned error
r(3900);
What should I do? Stata says: Mata is out of memory; the operating system refused to supply
what Mata requested. There is no Mata or Stata setting that
affects this, and so nothing in Mata or Stata to reset in order
to get more memory. You must take up the problem with your
operating system.
But when i try to set the memory it says it sets automatically.
Do I have to use some other software?
Thanks!
I have panel of 200 panels for abour 5 year daily data. The total number is observations are abour 2 hundred thousand.
I want to run a recursive panel dynamic model, so i tried xtabond
but it is showing the following error:
. xtabond2 dep_var ind_var1 ind_var2 l(1/2).dep_var, gmm(dep_var, lag(3 4)) robust twostep
Favoring speed over space. To switch, type or click on mata: mata set matafavor space, perm.
J(): 3900 unable to allocate real <tmp>[9632321,50431]
_Explode(): - function returned error
_ParseInsts(): - function returned error
xtabond2_mata(): - function returned error
<istmt>: - function returned error
r(3900);
What should I do? Stata says: Mata is out of memory; the operating system refused to supply
what Mata requested. There is no Mata or Stata setting that
affects this, and so nothing in Mata or Stata to reset in order
to get more memory. You must take up the problem with your
operating system.
But when i try to set the memory it says it sets automatically.
Do I have to use some other software?
Thanks!
Comment