Dear all,
stata is not the package I am most fluent with so I apologise if this is basic.
I just wonder if there is away to stop execution of a command in Stata under certain conditions, i.e. the equivalent of continue, next, goto - I would prefer goto as I do not have a loop.
Essentially I would like start counting time on a given line, wait say 100 seconds to see if my estimation converge and move on to the next estimation line (I have some post-estimation in between) or even better to a given line if it does not converge
Thanks,
Renato
stata is not the package I am most fluent with so I apologise if this is basic.
I just wonder if there is away to stop execution of a command in Stata under certain conditions, i.e. the equivalent of continue, next, goto - I would prefer goto as I do not have a loop.
Essentially I would like start counting time on a given line, wait say 100 seconds to see if my estimation converge and move on to the next estimation line (I have some post-estimation in between) or even better to a given line if it does not converge
Thanks,
Renato
Comment