You are on page 1of 4

data iman;

input trt $ klp $ erst;


cards;
P0 U1 6.665
P0 U2 6.692
P0 U3 6.839
P0 U4 6.608
P0 U5 6.785
P1 U1 6.659
P1 U2 6.729
P1 U3 6.765
P1 U4 6.654
P1 U5 6.673
P2 U1 6.546
P2 U2 6.631
P2 U3 6.721
P2 U4 6.668
P2 U5 6.713
P3 U1 6.651
P3 U2 6.633
P3 U3 6.564
P3 U4 6.744
P3 U5 6.729
;
prog anova;
class trt klp;
model erst = trt klp;
means trt/duncan;
run;
The SAS System 22:02 Sunday, May 2, 2023 1

The ANOVA Procedure

Class Level Information

Class Levels Values

trt 4 P0 P1 P2 P3

klp 5 U1 U2 U3 U4 U5

Number of observations 20
The SAS System 22:02 Sunday, May 2, 2023 2

The ANOVA Procedure

Dependent Variable: erst

Sum of
Source DF Squares Mean Square F Value Pr > F

Model 7 0.03810025 0.00544289 1.08 0.4329

Error 12 0.06058670 0.00504889

Corrected Total 19 0.09868695

R-Square Coeff Var Root MSE erst Mean

0.386072 1.063157 0.071056 6.683450

Source DF Anova SS Mean Square F Value Pr > F

trt 3 0.01236255 0.00412085 0.82 0.5094


klp 4 0.02573770 0.00643442 1.27 0.3333
The SAS System 22:02 Sunday, May 2, 2023 3

The ANOVA Procedure

Duncan's Multiple Range Test for erst

NOTE: This test controls the Type I comparisonwise error rate, not the experimentwise error rate.

Alpha 0.05
Error Degrees of Freedom 12
Error Mean Square 0.005049

Number of Means 2 3 4
Critical Range .0979 .1025 .1053

Means with the same letter are not significantly different.

Duncan Grouping Mean N trt

A 6.71780 5 P0
A
A 6.69600 5 P1
A
A 6.66420 5 P3
A
A 6.65580 5 P2

You might also like