On your C drive
. cd c:\work // change to a good place for a wf folder. wftree , m(cars) p(alg ck cr dh dt fmy lq rnj) // set up a wf folder. cd c:\work\cars\posted\analysis // move to the analysis folder. automaster , m(cars) u(Rich Jones) // set up a new set of dos. * test master (a LaTeX file should be produced). do cars-000-master.do Now, edit the created files and get your analysis done and documented!
on a network drive
. cd p:\projects . wftree cars . cd p:\projects\cars\posted\analysis . automaster , m(cars) a(model1) u(Rich Jones) . filefilter /// carsmodel1-000-master.do /// carsmodel1-000-master.do2 , /// from("wfenv cars") /// to("wfenv \BS\BSresearch-srv01/research-shared/sages/PROJECTS/cars") /// replace . erase carsmodel1-000-master.do . copy carsmodel1-000-master.do2 carsmodel1-000-master.do . erase carsmodel1-000-master.do2 . do carsmodel1-000-master.do
automaster.ado creates the following ados:
. automaster , m(CARs) a(model1) u(Rich Jones) The following do files have been created in the current working folder (c:\work\cars\posted\analysis) CARsmodel1-000-master.do CARsmodel1-001-preambling.do CARsmodel1-005-start-latex.do CARsmodel1-105-call-source.do CARsmodel1-110-create-variables.do CARsmodel1-120-select-cases-for-analysis.do CARsmodel1-205-table1.do CARsmodel1-210-figure1-main-outcome-undadjusted.do CARsmodel1-305-models.do CARsmodel1-310-table2.do CARsmodel1-320-figure2.do CARsmodel1-405-sensitivity-analyses.do CARsmodel1-505-stuff-in-text.do CARsmodel1-990-close-latex.do