1 The SAS System 11:48 Monday, April 22, 1996 NOTE: Copyright (c) 1989-1993 by SAS Institute Inc., Cary, NC, USA. NOTE: SAS (r) Proprietary Software Release 6.10 TS018 Licensed to UNIVERSITY OF WISCONSIN, Site 0002176032. WARNING: Your system is scheduled to expire on May 17, 1996, which is 25 days from now. Please contact your installation representative to have your system renewed. The SAS system will no longer function on or after that date. This message is contained in the SAS news file, and is presented upon initialization. Edit the files "news" in the "misc/base" directory to display site-specific news and information in the program log. All products for this release are production except for the following: SAS/CALC - EXPERIMENTAL SAS/CONNECT - BETA SAS/EIS - EXPERMENTAL SAS/OR - BETA SAS/QC - BETA SAS/SHARE - BETA NOTE: AUTOEXEC processing beginning; file is /afs/cs.wisc.edu/s/sas-6.10/alpha_osf20/sas610/autoexec.sas. NOTE: SAS initialization used: real time 19.30 seconds cpu time 1.35 seconds NOTE: AUTOEXEC processing completed. 1 options nocenter ls = 65 ps = 50; 2 3 data a; WARNING: The BASE Product product with which DATASTEP is associated will expire within 30 days. Please contact your SAS installation representative to have it renewed. 4 infile 'totca.dat' missover firstobs=2; 5 input trt rep volrep ppm mlAAS mgAAS ppmEFF mgmlEFF 6 mMEFF volEFF totmgEFF pcttot pctadded; 7 lmMEFF = -log10(mMEFF); 8 NOTE: The infile 'totca.dat' is: File Name=/afs/cs.wisc.edu/p/stat/src/statistics/pda/data/Potato 2 The SAS System 11:48 Monday, April 22, 1996 /totca.dat, Owner Name=yandell,Group Name=yandell, Access Permission=rw-r--r--, File Size (bytes)=14077 NOTE: 250 records were read from the infile 'totca.dat'. The minimum record length was 44. The maximum record length was 61. NOTE: The data set WORK.A has 250 observations and 14 variables. NOTE: DATA statement used: real time 5.43 seconds cpu time 0.66 seconds 9 proc glm; class trt rep volrep; WARNING: The SAS/STAT product with which GLM is associated will expire within 30 days. Please contact your SAS installation representative to have it renewed. 10 model mMEFF lmMEFF = trt volrep rep(trt) volrep(trt); 11 test h = trt e = rep(trt); 12 test h = volrep e = volrep(trt); 13 means trt/ e = rep(trt) lsd lines; 14 means volrep/ e = volrep(trt) lsd lines; 15 NOTE: Means from the MEANS statement are not adjusted for other terms in the model. For adjusted means, use the LSMEANS statement. NOTE: Means from the MEANS statement are not adjusted for other terms in the model. For adjusted means, use the LSMEANS statement. NOTE: The PROCEDURE GLM printed pages 1-7. NOTE: PROCEDURE GLM used: real time 6.91 seconds cpu time 1.08 seconds 16 proc sort; by volrep; WARNING: The BASE Product product with which SORT is associated will expire within 30 days. Please contact your SAS installation representative to have it renewed. NOTE: The data set WORK.A has 250 observations and 14 variables. NOTE: PROCEDURE SORT used: real time 0.81 seconds cpu time 0.13 seconds 3 The SAS System 11:48 Monday, April 22, 1996 17 proc glm; by volrep; WARNING: The SAS/STAT product with which GLM is associated will expire within 30 days. Please contact your SAS installation representative to have it renewed. 18 class trt; 19 model mMEFF lmMEFF = trt; 20 means trt/ lsd lines; 21 lsmeans trt / out=lsm; 22 NOTE: The data set WORK.LSM has 100 observations and 5 variables. NOTE: The PROCEDURE GLM printed pages 8-67. NOTE: PROCEDURE GLM used: real time 2.48 seconds cpu time 0.51 seconds 23 proc sort; by _NAME_; WARNING: The BASE Product product with which SORT is associated will expire within 30 days. Please contact your SAS installation representative to have it renewed. NOTE: The data set WORK.LSM has 100 observations and 5 variables. NOTE: PROCEDURE SORT used: real time 0.58 seconds cpu time 0.08 seconds 24 proc plot data=lsm; by _NAME_; WARNING: The BASE Product product with which PLOT is associated will expire within 30 days. Please contact your SAS installation representative to have it renewed. 25 plot lsmean*volrep=trt; 26 NOTE: The PROCEDURE PLOT printed pages 68-69. NOTE: PROCEDURE PLOT used: real time 0.56 seconds cpu time 0.08 seconds NOTE: The SAS System used: real time 46.13 seconds cpu time 4.43 seconds NOTE: SAS Institute Inc., SAS Campus Drive, Cary, NC USA 4 The SAS System 11:48 Monday, April 22, 1996 27513-2414