home *** CD-ROM | disk | FTP | other *** search
/ gimli.bioss.sari.ac.uk / gimli.bioss.sari.ac.uk.zip / gimli.bioss.sari.ac.uk / pub / courses / ExptDesignAnalysis / field.inp < prev    next >
Text File  |  1995-02-16  |  475b  |  15 lines

  1. "Set up factors and read data for complex field trial"
  2. "Note the need to read in factor labels, requiring the FREP parameter"
  3. "in the READ statement"
  4. UNITS [128]
  5. FACTOR [LEVELS=2; LABELS=!t(M,W)] soiltype
  6. FACTOR [LEVELS=4; LABELS=!t(D,C,M,S)] tillage
  7. FACTOR [LEVELS=2] sub,ssub,spring_n,aut_n
  8. FACTOR [LEVELS=4] rep,main
  9. OPEN 'field.dat'; CHAN=2
  10. READ [CHAN=2] plotno,soiltype,rep,main,tillage,sub,ssub,dmp90,dmy90,\
  11.       spring_n,aut_n; FREP=*,la,le,le,la,le,le,*,*,le,le
  12.  
  13.  
  14.  
  15.