Source DF Fic Source DF Fic Fcn M Source DF DDFic Fic Pic Source DF DDFcn Fic Fcn M Pcndepending on whether conditional F-statistics are reported (requested by the !FCON qualifier ) and whether the denominator degrees of freedom are reported.
or
ASReml User Guide : Structural Specification (PDF document) for details of this table. The 'conditional maximum' model used as the basis for the conditional F-statistic is spelt out in the .aov file. The numerator degrees of freedom for each term is easily determined as the number of non-singular equations involved in the term. However, in general, calculation of the denominator degrees of freedom is not trivial. ASReml will by default attempt the calculation for small analyses, by one of two methods. In larger analyses, users can request the calculation be attempted using the !DDF qualifier. Use !DDF -1 to prevent the calculation.Source of Variation NumDF DenDF F-inc Prob 7 mu 1 5.0 245.14 <.001 4 variety 2 10.0 1.49 0.272 2 nitrogen 3 45.0 37.69 <.001 8 variety.nitrogen 6 45.0 0.30 0.932
!FOWN A B C ; mu !FOWN A.B B.C A.C ; mu A B C !FOWN A.B.C ; mu A B C A.B B.C A.Cwould request the tests
F( A ; mu B C sparse), F( B ; mu A C sparse), F( C ; mu A B sparse), F( A.B ; mu A B C B.C A.C sparse), F( B.C ; mu A B C A.B A.C sparse), F( A.C ; mu A B C A.B B.C sparse) and F( A.B.C ; mu A B C A.B A.C B.C sparse).