30 likes | 115 Views
Learn to write SAS code, save data files, create driver files, and analyze data sets for DMU using Statistics Portfolio. Follow step-by-step instructions in English.
E N D
Prepare for DMU • Write SAS data set as text file • See SAS code in Exercise instructions • Save in a ‘logical’ directory • Copy DMUped to same directory • Create a driver-file for DMU • See Statistics Portfolio • Use Notepad (or Wordpad) • Save in the same directory
Model Weight9w = parity + stableys + sex + litter + animal + ls + w5w_age +w9w_age + birth_weight + residual Fixed, class;fixed, regression;random, class
Run DMU Start DMU.bat from Start Menu in Windows Pushd \\storage.slu.se\student$\ashe0001\Desktop\DBP Dmu1 < weight9wSM.dir > weight9wSM.lst Dmuai >> weight9wSM.lst ... Dmu1 < weight9wAM.dir > weight9wAM.lst Dmuai >> weight9wAM.lst