Hello Users,
I have a problem with iteration. I am trying to estimate a logit regression and the iterations done by stata are taking more than one week to give me results. The data is so big. I have been advised to use stata
. And also to use the
.
Does anyone know what differences I could have in my result if I chose to set the iteration off? And my second question, if I still need to keep the iteration on, what is the optimal number of iterations that one has to use?
Thank you
Li
I have a problem with iteration. I am trying to estimate a logit regression and the iterations done by stata are taking more than one week to give me results. The data is so big. I have been advised to use stata
Code:
set iterlog
Code:
iterate(#)
Does anyone know what differences I could have in my result if I chose to set the iteration off? And my second question, if I still need to keep the iteration on, what is the optimal number of iterations that one has to use?
Thank you
Li
Comment