" Exercise 7.3a Statistical Methods in Biology: Design and Analysis of Experiments and Regression by S.J. Welham, S.A. Gezan, S.J. Clark & A. Mead (2014) Chapman & Hall/CRC Press, Boca Raton, Florida. ISBN: 978-1-4398-0878-8 Data from A. Ferguson, Rothamsted Research Version 1, 20/08/2014 " " Set working directory - change to location of your data file " \SET [WORKINGDIRECTORY='d:/stats4biol/data/'] " Read data from working directory " FILEREAD [NAME='OEDOPLOT.DAT'; IMETHOD=read] FGROUPS=no,3(yes),no " One-way ANOVA with blocks " BLOCKSTRUCTURE Block/Plot TREATMENTSTRUCTURE Treatment ANOVA [FPROBABILITY=yes; PSE=means,differences] Y=PlotCount " Residual plots " APLOT [RMETHOD=standardized] METHOD=fittedvalues,normal,histogram,absresidual " End of File "