/**************************************************************** * Author: Alan Neustadtl Date: 05mar2008 * * * * This set of Stata files runs through the review material in * * chapter seven of the Kleinbaum text book. * ****************************************************************/ capture cd "C:\Documents and Settings\aneustadtl\My Documents\My Classes\SOCY602\Stata usersite\ch7" capture cd "c:\documents and settings\aneustadtl\my documents\my classes\socy602\kleinbaum\ch7\" clear /* Recreate ANOVA output on p. 108 */ do SOCY602-CH7-SBS-DATA.do /* Problem #1, p 111 */ do SOCY602-CH7-PROBLEM-1