capture log close log using wf5-master01-desc, replace text // program: wf5-master01-desc.do // task: Descriptive statistics for wf-lfp // project: workflow chapter 5 // author: scott long \ 2008-04-09 // #0 // setup version 10 set linesize 80 clear all macro drop _all // #1 // load data use wf-lfp, replace datasignature confirm // #2 // create controls for demographic variables nmlab sum _all log close exit