I'm having some strange issues with outreg2.
I'm using outreg2 inside a macro.
The code is:
reg `2' c.diff_from_normal b4.race_num i.gender_num i.sped_num i.grade i.meal i.title1_num i.gt_num i.migrant_num `3'#i.use_2005 i.english b6001001.lea, vce(cluster lea)
outreg2 using `4', replace keep(diff_from_normal) ctitle(A A A A)
I'm calling basically the same structure over different subsets of data about 80 times.
It had been and is still working perfectly fine on one computer, but on the other it is taking a really long time to output after each regression. The variable "b6001001.lea" is a very large set of fixed effects. If I cut these out outreg2 works fine.
It seems like it could be a memory issue, but I'm not sure what memory parameter to increase.
Thanks
I'm using outreg2 inside a macro.
The code is:
reg `2' c.diff_from_normal b4.race_num i.gender_num i.sped_num i.grade i.meal i.title1_num i.gt_num i.migrant_num `3'#i.use_2005 i.english b6001001.lea, vce(cluster lea)
outreg2 using `4', replace keep(diff_from_normal) ctitle(A A A A)
I'm calling basically the same structure over different subsets of data about 80 times.
It had been and is still working perfectly fine on one computer, but on the other it is taking a really long time to output after each regression. The variable "b6001001.lea" is a very large set of fixed effects. If I cut these out outreg2 works fine.
It seems like it could be a memory issue, but I'm not sure what memory parameter to increase.
Thanks
Comment