Hello,
I am trying to estimate a mvtobit (3 equations related with time use), with:
1-Memory: it is weird I have run this model early and Stata showed results, but now it is impossible, simply the program stop and the pc as well, it looks Stata is using all memory of my pc, but why is happening until this moment? What can I do?
2- If I put less memory or less draws Stata don't get results, this shows error r(901). I am working with a data that contain 15,500 observations, with 26 variables it is not a big data, then I tried opening the data only the variables below and this didn't work as well, I cannot understand it.
2-This is my model and I got results early using this sequence
version 11
clear
set virtual on
set mem 20000m
xi: mvtobit (h1= i.relation gender i.age_group i.edu_level eth hsize gender_hh depe_rate fam_coh dom_wk ) ///
(h2= i.relation i.age_group i.edu_level eth hsize gender_hh depe_rate fam_coh dom_wk) ///
(h3= i.relation gender i.age_group i.edu_level eth hsize gender_hh depe_rate fam_coh dom_wk) [aw=FACTOR], dr(1440)an
Thanks for your attention,
I am trying to estimate a mvtobit (3 equations related with time use), with:
1-Memory: it is weird I have run this model early and Stata showed results, but now it is impossible, simply the program stop and the pc as well, it looks Stata is using all memory of my pc, but why is happening until this moment? What can I do?
2- If I put less memory or less draws Stata don't get results, this shows error r(901). I am working with a data that contain 15,500 observations, with 26 variables it is not a big data, then I tried opening the data only the variables below and this didn't work as well, I cannot understand it.
2-This is my model and I got results early using this sequence
version 11
clear
set virtual on
set mem 20000m
xi: mvtobit (h1= i.relation gender i.age_group i.edu_level eth hsize gender_hh depe_rate fam_coh dom_wk ) ///
(h2= i.relation i.age_group i.edu_level eth hsize gender_hh depe_rate fam_coh dom_wk) ///
(h3= i.relation gender i.age_group i.edu_level eth hsize gender_hh depe_rate fam_coh dom_wk) [aw=FACTOR], dr(1440)an
Thanks for your attention,
Comment