chrisEx3: Randomised Block design consisted of 4 blocks and 2 plots.

Description Usage Format Examples

Description

Randomised Block design consisted of 4 blocks and 2 plots.

Usage

1

Format

A data frame with 8 rows and 5 variables:

Blocks

Block factor containing 4 levels

Plots

Plot factor containing 2 levels

A

Treatment factor A containing 2 levels

B

Treatment factor B containing 2 levels

C

Treatment factor C containing 4 levels

Examples

1
2
3
 data(chrisEx2)

summaryAovOnePhase(chrisEx2, "Blocks/Plots", "A*B*C") 

Example output

$ANOVA
                      DF Blocks[Plots] Blocks
Between Blocks                               
   A                  1  1             2     
   B                  1  1             2     
   A*B                1  1             2     
   Residual           4  1             2     
Between Blocks[Plots]                        
   A                  1  1             0     
   B                  1  1             0     
   A*B                1  1             0     
   Residual           5  1             0     

$Fixed
$Fixed$Coef
                      A B A*B C A*C B*C A*B*C
Between Blocks                               
   A                  2       1     1/2 1/4  
   B                    2     1 1/2     1/4  
   A*B                    2   2 1   1        
Between Blocks[Plots]                        
   A                  6       3     3/2 3/4  
   B                    6     3 3/2     3/4  
   A*B                    2   2 1   1        

$Fixed$EF
                      eff.A eff.B eff.A*B eff.C eff.A*C eff.B*C eff.A*B*C
Between Blocks                                                           
   A                  1/4                 1/4           1/16    1/64     
   B                        1/4           1/4   1/8             1/16     
   A*B                            1/2     1/2   1/4     1/4              
Between Blocks[Plots]                                                    
   A                  3/4                 3/4           3/16    3/64     
   B                        3/4           3/4   3/8             3/16     
   A*B                            1/2     1/2   1/4     1/4              

infoDecompuTE documentation built on April 14, 2020, 7:08 p.m.