1 / 3

Prepare for DMU: Writing SAS Code to Analyze Data Sets

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.

vachel
Download Presentation

Prepare for DMU: Writing SAS Code to Analyze Data Sets

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. 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

  2. Model Weight9w = parity + stableys + sex + litter + animal + ls + w5w_age +w9w_age + birth_weight + residual Fixed, class;fixed, regression;random, class

  3. 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

More Related