/******************************************************************* * Master do file for chapter 8 of the Kleinbaum et al. textbook. * *******************************************************************/ quietly capture cd "C:\Documents and Settings\HP_Owner\My Documents\My Classes\SOCY602\Stata usersite\ch8" /* 8.7 Numerical Examples, pp. 124-126 */ do "SOCY601-CH8-NUMERICAL_EXAMPLES.do" /* Demonstrate post-hoc statistical control file #1 */ do "SOCY601-CH8-STAT_CTRL1.do" /* Demonstrate post-hoc statistical control file #2 */ do "SOCY601-CH8-STAT_CTRL2.do" /* Run problem #2, pp. 127-128 */ do "SOCY602-CH8-PROBLEM-2.do"