You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If at all possible, don't loop over all observations in Stata (e.g., using forvalues i = 1/=_N'), as this is very slow. Use by, merge`, or Mata instead.
How to write a program that is efficient and executes quickly
The text was updated successfully, but these errors were encountered: