1 The SAS System 10:35 Wednesday, November 28, 2007 NOTE: Copyright (c) 2002-2003 by SAS Institute Inc., Cary, NC, USA. NOTE: SAS (r) 9.1 (TS1M3) Licensed to UNIVERSITY OF FLORIDA-T/R, Site 0007029013. NOTE: This session is executing on the Linux 2.6.12-gentoo-r10 platform. NOTE: SAS 9.1.3 Service Pack 3 You are running SAS 9. Some SAS 8 files will be automatically converted by the V9 engine; others are incompatible. Please see http://support.sas.com/rnd/migration/planning/platform/64bit.html PROC MIGRATE will preserve current SAS file attributes and is recommended for converting all your SAS libraries from any SAS 8 release to SAS 9. For details and examples, please see http://support.sas.com/rnd/migration/index.html This message is contained in the SAS news file, and is presented upon initialization. Edit the file "news" in the "misc/base" directory to display site-specific news and information in the program log. The command line option "-nonews" will prevent this display. NOTE: SAS initialization used: real time 1.14 seconds cpu time 0.01 seconds 1 options ps=54 ls=76; 2 3 data ire2006_1; 4 input offteam $ 1-15 5 defteam $ 21-35 6 goals 48 7 home 56 8 half2 64; 9 datalines; NOTE: The data set WORK.IRE2006_1 has 720 observations and 5 variables. NOTE: DATA statement used (Total process time): real time 0.20 seconds cpu time 0.02 seconds 9 ! 730 ; 731 732 proc genmod; 733 class offteam defteam; 2 The SAS System 10:35 Wednesday, November 28, 2007 734 model goals = home half2 offteam defteam / link=log dist=poi; 735 run; NOTE: Algorithm converged. NOTE: The scale parameter was held fixed. NOTE: The PROCEDURE GENMOD printed pages 1-3. NOTE: PROCEDURE GENMOD used (Total process time): real time 0.73 seconds cpu time 0.04 seconds 735 ! 736 quit; NOTE: SAS Institute Inc., SAS Campus Drive, Cary, NC USA 27513-2414 NOTE: The SAS System used: real time 2.25 seconds cpu time 0.07 seconds