We want to share code and tips to make data programming much easier. Most of us work primarily in STATA but SAS, R and other languages might be used sporadically.
Thursday, January 20, 2011
STATA: Do file header
Recommended code to put at the top of every do file:
clear cap log close set mem __m // Where __ is the memory size you want, obviously set more off pause on
No comments:
Post a Comment