Good afternoon. I am applying xtabond2 to a dynamic panel data with 362 companies and dailly data since 1/1/1973 (more than 12.000 days per company. The panel has near 4800.000 records. The database file size is 1,8 GB. The code i am applying is:
" xtabond2 return_eur l1.return_eur d rsi v, gmmstyle(l.return_eur , collapse laglimits(1 2) equation(both)) ivstyle ( g c f, equation(both)) twostep robust noconstant small artests(2) nodiffsargan orthogonal"
the error message that i obtain from stata is "
quadcross(): 3900 unable to allocate working space
_H(): - function returned error
xtabond2_mata(): - function returned error
<istmt>: - function returned error
r(3900);"
It is just a memory problem that i have to solve increasing the memory RAM from my computer? Or is something wrong with the code. I have not created dummies for days because the data would increase enormously.
Thanks in advance and my best regards.
Pedro Reis
Viseu, Portugal
Related Posts with xtabond2
Missing AR(2)Hi everybody, My data sample includes 500 observations for 100 companies from 2011 to 2016. I use th…
Problem with moving average by a string variable.Hello. I have data from 1999q1 to 2019q2 for 6 different regions (string variable). Each observation…
Margins with Fractional LogitDear All, I am stuck with interpreting and correct usage of margins command even after reading the …
Collapsing Data IssueI tried this: collapse (mean) mpg_all /// , by(state_code.year.month) Received this error: factor…
Meaning and interpretation of the TestHello At the moment I'm reading a paper and came across this table, which I unfortunately don't qui…
Subscribe to:
Post Comments (Atom)
0 Response to xtabond2
Post a Comment