Help for this page

Select Code to Download


  1. or download this
    # read subplot ANOVA results
    my ($subplot_ERROR, $subplot_BLOCK) = &read_subplot_anova_stats($subpl
    +ot_anova_file);
    ...
    while (my ($k, $v) = each(%$subplot_ERROR)) {
        print "error:$k = $v\n";
    }
    
  2. or download this
    error:2019/Preston/W1 = HASH(0x3759530)
    error:2019/Preston/V2 = HASH(0x36378e0)
    ...
    Block:2019/Preston/W1 = HASH(0x3631b38)
    Block:2019/Preston/V2 = HASH(0x3626c80)
    Block:2019/Preston/W3 = HASH(0x375b610)