13.07.2015 Views

ASReml-S reference manual - VSN International

ASReml-S reference manual - VSN International

ASReml-S reference manual - VSN International

SHOW MORE
SHOW LESS
  • No tags were found...

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

8.2 Split Plot Design 811. the stratification of the experiment units, that is the blocks, whole-plots and sub-plots,and2. the treatment structure that is superimposed on the experimental material.The latter is of prime interest in the presence of stratification. The aim of the analysis isto examine the importance of the treatment effects while accounting for the stratificationand restricted randomisation of the treatments to the experimental units.The function calls to initially create a data frame and perform the standard splitplotanalysis in asreml are given below. The variate/factor names are specified in theheader line of oats.txt, with factor names beginning with a capital letter. The functionasreml.read.table() recognises this convention and automatically creates the factorsin the data frame.> oats oats.asr names(oats)[1] "Blocks" "Nitrogen" "Subplots" "Variety" "Wplots" "yield"}The first five are factors describing the stratification, or experiment design, and appliedtreatments. The standard split plot analysis is achieved by fitting terms Blocks andBlocks:Wplots as random effects. It is not necessary to specify the residual term, whichis equivalent to Blocks:Wplots:Subplots, as the experimental units are uniquely definedby these three factors. The fixed effects include the main effects of both Variety andNitrogen and their interaction.The variance components are:> summary(oats.asr)$varcompgamma component std.error z.ratio constraintBlocks 1.2111646 214.4808 168.78653 1.270722 PositiveBlocks:Wplots 0.5989373 106.0637 67.87730 1.562579 PositiveR!variance 1.0000000 177.0864 37.33342 4.743375 PositiveFor simple variance component models such as the above, the default parameterisationfor the variance parameters is as the ratio to the residual variance. Thus asreml returnsthe gamma and component values for each term in the random model, which are thevariance ratio and component, respectively.The default synopsis for testing fixed effects in asreml is a table of incremental Wald tests(see Section 3.16):> wald(oats.asr)Wald tests for fixed effectsResponse: yieldTerms added sequentially; adjusted for those aboveDf Sum of Sq Wald statistic Pr(Chisq)(Intercept) 1 43419 245

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!