Hi,
I am trying to run an ordered probit model on my data, the data has 12 var and 713397 obs. when I run the code:
"oprobit oinvtot i.ageband linc i.region [pw=fact] if finyear==2013 & sex2=="female" & taxpayer==1 & inc!=0, vce(robust)"
I keep getting this message:
_mopt_oprobit_e2(): 3900 out of memory
mopt__oprobit_e2(): - function returned error
mopt__calluser_e(): - function returned error
opt__eval_nr_e2(): - function returned error
opt__eval(): - function returned error
opt__looputil_iter0_common(): - function returned error
opt__looputil_iter0_nr(): - function returned error
opt__loop_nr(): - function returned error
_moptimize(): - function returned error
Mopt_maxmin(): - function returned error
<istmt>: - function returned error
but when I check my memory I have this:
bytes
--------------------------------------------------------------------
Details of set memory usage
overhead (pointers) 2,853,588 0.18%
data 49,937,790 3.17%
----------------------------
data + overhead 52,791,378 3.36%
free 1,520,072,614 96.64%
----------------------------
Total allocated 1,572,863,992 100.00%
--------------------------------------------------------------------
Other memory usage
system overhead 1,600,258
set matsize usage 1,315,200
programs, saved results, etc. 28,139
---------------
Total 2,943,597
-------------------------------------------------------
Grand total 1,575,807,589
this shows that I have 96.64% free space, then why does not it allow me to perform the ordered probit model?
thanks for help
Related Posts with question about memory increase when performing an ordered probit model
Help with xtdcce2Dear community, I am trying to implement CS-ARDL model via xtdcce2. I am using 9 countries and 1990…
Robust SEs with weighted senspecI am weighting survey data with pweight and have successfully estimated sensitivity and specificity …
Fama MacBeth RegressionHello, I want to run Fama MacBeth Regression and see if changes in macro economy affects PE industry…
recoding dummy variablesHow do I recode my dummy variables please? I have 3 categories 0,1,2 and I mistakenly coded 1 for 2 …
Two-Way CoefplotI am running 40 regressions. In each regression I regress an indicator for having price at least as …
Subscribe to:
Post Comments (Atom)
0 Response to question about memory increase when performing an ordered probit model
Post a Comment