capture log close log using wf6-review-phdspike, replace text // program: wf6-review-phdspike.do // task: Substantive review of PhD prestige // project: workflow chapter 6 // author: scott long \ 2008-04-09 // #0 // setup version 10 set linesize 80 clear all macro drop _all // #1 // load data use wf-acjob, clear datasignature confirm // #2 // check descriptives summarize phd codebook, compact // #3 // check specific values stem phd dotplot phd graph export wf6-review-phdspike.eps, replace // #4 // check phd prestige to explain spike tab1 phd if phd>4 & phd<4.5 log close exit