Vous êtes sur la page 1sur 32

data dbca prim mot;

Input trat $ bloq $ rep $ mot;


cards;
t1 h0 r1 90
t1 h0 r2 86
t1 h0 r3 88
t1 h0 r4 90
t1 h0 r5 86
t1 h24 r1 86
t1 h24 r2 82
t1 h24 r3 86
t1 h24 r4 85
t1 h24 r5 82
t1 h48 r1 75
t1 h48 r2 72
t1 h48 r3 71
t1 h48 r4 75
t1 h48 r5 70
t1 h72 r1 62
t1 h72 r2 60
t1 h72 r3 58
t1 h72 r4 63
t1 h72 r5 60
t2 h0 r1 95
t2 h0 r2 93
t2 h0 r3 98
t2 h0 r4 96
t2 h0 r5 92
t2 h24 r1 92
t2 h24 r2 85
t2 h24 r3 90
t2 h24 r4 90
t2 h24 r5 88
t2 h48 r1 40
t2 h48 r2 35
t2 h48 r3 42
t2 h48 r4 40
t2 h48 r5 38
t2 h72 r1 0
t2 h72 r2 0
t2 h72 r3 0
t2 h72 r4 0
t2 h72 r5 0
;
proc anova;
class trat bloq rep;
model mot=rep bloq trat;
means trat bloq/duncan;
run;

data dbca prim vit;


Input trat $ bloq $ rep $ vit;
cards;
t1 h0 r1 90
t1 h0 r2 88
t1 h0 r3 89
t1 h0 r4 90
t1 h0 r5 86
t1 h24 r1 88
t1 h24 r2 85
t1 h24 r3 83
t1 h24 r4 85
t1 h24 r5 83
t1 h48 r1 74
t1 h48 r2 72
t1 h48 r3 74
t1 h48 r4 75
t1 h48 r5 73
t1 h72 r1 60
t1 h72 r2 58
t1 h72 r3 62
t1 h72 r4 63
t1 h72 r5 60
t2 h0 r1 98
t2 h0 r2 96
t2 h0 r3 98
t2 h0 r4 98
t2 h0 r5 96
t2 h24 r1 93
t2 h24 r2 90
t2 h24 r3 92
t2 h24 r4 90
t2 h24 r5 93
t2 h48 r1 46
t2 h48 r2 40
t2 h48 r3 43
t2 h48 r4 45
t2 h48 r5 42
t2 h72 r1 0
t2 h72 r2 0
t2 h72 r3 0
t2 h72 r4 0
t2 h72 r5 0
;
proc anova;
class trat bloq rep;
model vit=rep bloq trat;
means trat bloq/duncan;
run;

data dbca second mot;


Input trat $ bloq $ rep $ mot;
cards;
t1 h0 r1 90
t1 h0 r2 92
t1 h0 r3 90
t1 h0 r4 88
t1 h0 r5 92
t1 h24 r1 80
t1 h24 r2 85
t1 h24 r3 88
t1 h24 r4 82
t1 h24 r5 84
t1 h48 r1 72
t1 h48 r2 73
t1 h48 r3 72
t1 h48 r4 74
t1 h48 r5 70
t1 h72 r1 62
t1 h72 r2 60
t1 h72 r3 58
t1 h72 r4 62
t1 h72 r5 60
t2 h0 r1 97
t2 h0 r2 96
t2 h0 r3 98
t2 h0 r4 96
t2 h0 r5 97
t2 h24 r1 92
t2 h24 r2 92
t2 h24 r3 85
t2 h24 r4 90
t2 h24 r5 93
t2 h48 r1 42
t2 h48 r2 32
t2 h48 r3 40
t2 h48 r4 35
t2 h48 r5 42
t2 h72 r1 0
t2 h72 r2 0
t2 h72 r3 0
t2 h72 r4 0
t2 h72 r5 0
;
proc anova;
class trat bloq rep;
model mot=rep bloq trat;
means trat bloq/duncan;
run;

data dbca second vit;


Input trat $ bloq $ rep $ vit;
cards;
t1 h0 r1 95
t1 h0 r2 88
t1 h0 r3 90
t1 h0 r4 85
t1 h0 r5 88
t1 h24 r1 86
t1 h24 r2 83
t1 h24 r3 85
t1 h24 r4 84
t1 h24 r5 85
t1 h48 r1 74
t1 h48 r2 76
t1 h48 r3 72
t1 h48 r4 74
t1 h48 r5 72
t1 h72 r1 62
t1 h72 r2 58
t1 h72 r3 56
t1 h72 r4 60
t1 h72 r5 58
t2 h0 r1 96
t2 h0 r2 98
t2 h0 r3 98
t2 h0 r4 96
t2 h0 r5 95
t2 h24 r1 90
t2 h24 r2 95
t2 h24 r3 94
t2 h24 r4 93
t2 h24 r5 92
t2 h48 r1 44
t2 h48 r2 43
t2 h48 r3 42
t2 h48 r4 41
t2 h48 r5 43
t2 h72 r1 0
t2 h72 r2 0
t2 h72 r3 0
t2 h72 r4 0
t2 h72 r5 0
;
proc anova;
class trat bloq rep;
model vit=rep bloq trat;
means trat bloq/duncan;
run;

data dbca tercer mot;


Input trat $ bloq $ rep $ mot;
cards;
t1 h0 r1 84
t1 h0 r2 90
t1 h0 r3 88
t1 h0 r4 90
t1 h0 r5 85
t1 h24 r1 80
t1 h24 r2 85
t1 h24 r3 83
t1 h24 r4 80
t1 h24 r5 80
t1 h48 r1 70
t1 h48 r2 68
t1 h48 r3 73
t1 h48 r4 74
t1 h48 r5 72
t1 h72 r1 62
t1 h72 r2 60
t1 h72 r3 58
t1 h72 r4 60
t1 h72 r5 62
t2 h0 r1 96
t2 h0 r2 97
t2 h0 r3 96
t2 h0 r4 94
t2 h0 r5 95
t2 h24 r1 90
t2 h24 r2 88
t2 h24 r3 92
t2 h24 r4 91
t2 h24 r5 90
t2 h48 r1 46
t2 h48 r2 36
t2 h48 r3 38
t2 h48 r4 35
t2 h48 r5 40
t2 h72 r1 0
t2 h72 r2 0
t2 h72 r3 0
t2 h72 r4 0
t2 h72 r5 0
;
proc anova;
class trat bloq rep;
model mot=rep bloq trat;
means trat bloq/duncan;
run;

data dbca tercer vit;


Input trat $ bloq $ rep $ vit;
cards;
t1 h0 r1 92
t1 h0 r2 87
t1 h0 r3 95
t1 h0 r4 88
t1 h0 r5 89
t1 h24 r1 87
t1 h24 r2 85
t1 h24 r3 88
t1 h24 r4 84
t1 h24 r5 85
t1 h48 r1 74
t1 h48 r2 72
t1 h48 r3 74
t1 h48 r4 70
t1 h48 r5 73
t1 h72 r1 62
t1 h72 r2 60
t1 h72 r3 58
t1 h72 r4 60
t1 h72 r5 56
t2 h0 r1 98
t2 h0 r2 95
t2 h0 r3 96
t2 h0 r4 95
t2 h0 r5 98
t2 h24 r1 92
t2 h24 r2 93
t2 h24 r3 92
t2 h24 r4 92
t2 h24 r5 93
t2 h48 r1 42
t2 h48 r2 44
t2 h48 r3 43
t2 h48 r4 41
t2 h48 r5 43
t2 h72 r1 0
t2 h72 r2 0
t2 h72 r3 0
t2 h72 r4 0
t2 h72 r5 0
;
proc anova;
class trat bloq rep;
model vit=rep bloq trat;
means trat bloq/duncan;
run;

data dbca cuarta mot;


Input trat $ bloq $ rep $ mot;
cards;
t1 h0 r1 86
t1 h0 r2 88
t1 h0 r3 90
t1 h0 r4 88
t1 h0 r5 86
t1 h24 r1 80
t1 h24 r2 84
t1 h24 r3 84
t1 h24 r4 85
t1 h24 r5 82
t1 h48 r1 72
t1 h48 r2 70
t1 h48 r3 73
t1 h48 r4 74
t1 h48 r5 72
t1 h72 r1 60
t1 h72 r2 58
t1 h72 r3 62
t1 h72 r4 64
t1 h72 r5 62
t2 h0 r1 98
t2 h0 r2 96
t2 h0 r3 98
t2 h0 r4 96
t2 h0 r5 97
t2 h24 r1 92
t2 h24 r2 92
t2 h24 r3 94
t2 h24 r4 93
t2 h24 r5 92
t2 h48 r1 48
t2 h48 r2 40
t2 h48 r3 42
t2 h48 r4 40
t2 h48 r5 42
t2 h72 r1 0
t2 h72 r2 0
t2 h72 r3 0
t2 h72 r4 0
t2 h72 r5 0
;
proc anova;
class trat bloq rep;
model mot=rep bloq trat;
means trat bloq/duncan;
run;

data dbca cuarta vit;


Input trat $ bloq $ rep $ vit;
cards;
t1 h0 r1 90
t1 h0 r2 84
t1 h0 r3 90
t1 h0 r4 86
t1 h0 r5 85
t1 h24 r1 85
t1 h24 r2 82
t1 h24 r3 83
t1 h24 r4 82
t1 h24 r5 80
t1 h48 r1 70
t1 h48 r2 75
t1 h48 r3 70
t1 h48 r4 73
t1 h48 r5 72
t1 h72 r1 60
t1 h72 r2 62
t1 h72 r3 63
t1 h72 r4 60
t1 h72 r5 62
t2 h0 r1 97
t2 h0 r2 96
t2 h0 r3 98
t2 h0 r4 94
t2 h0 r5 96
t2 h24 r1 92
t2 h24 r2 90
t2 h24 r3 92
t2 h24 r4 90
t2 h24 r5 93
t2 h48 r1 44
t2 h48 r2 46
t2 h48 r3 45
t2 h48 r4 46
t2 h48 r5 48
t2 h72 r1 0
t2 h72 r2 0
t2 h72 r3 0
t2 h72 r4 0
t2 h72 r5 0
;
proc anova;
class trat bloq rep;
model vit=rep bloq trat;
means trat bloq/duncan;
run;

esta si

data dbca 0 horas mot;


Input trat $ bloq $ rep $ mot;
cards;
t1 b11 r1 90
t1 b11 r2 86
t1 b11 r3 88
t1 b11 r4 90
t1 b11 r5 86
t1 b21 r1 90
t1 b21 r2 92
t1 b21 r3 90
t1 b21 r4 88
t1 b21 r5 92
t1 b31 r1 84
t1 b31 r2 90
t1 b31 r3 88
t1 b31 r4 90
t1 b31 r5 85
t1 b41 r1 86
t1 b41 r2 88
t1 b41 r3 90
t1 b41 r4 88
t1 b41 r5 86
t2 b12 r1 95
t2 b12 r2 93
t2 b12 r3 98
t2 b12 r4 96
t2 b12 r5 92
t2 b22 r1 97
t2 b22 r2 96
t2 b22 r3 98
t2 b22 r4 96
t2 b22 r5 97
t2 b32 r1 96
t2 b32 r2 97
t2 b32 r3 96
t2 b32 r4 94
t2 b32 r5 95
t2 b42 r1 98
t2 b42 r2 96
t2 b42 r3 98
t2 b42 r4 96
t2 b42 r5 97
;
proc anova;
class trat bloq rep;

model mot=rep bloq trat;


means trat bloq/duncan;
run;
The SAS System

16:41 Wednesday, April 5, 2000 1


The ANOVA Procedure
Class Level Information

Class

Levels

trat

Values

t1 t2

bloq

b11 b12 b21 b22 b31 b32 b41 b42

rep

r1 r2 r3 r4 r5

Number of observations

40

The ANOVA Procedure


Duncan's Multiple Range Test for mot
NOTE: This test controls the Type I comparisonwise error rate, not the experimentwise error rate.

Alpha
0.05
Error Degrees of Freedom
Error Mean Square

27
0

Number of Means
2
Critical Range
0

Means with the same letter are not significantly different.

Duncan Grouping

Mean

96.05

20

t2

88.35

20

t1

trat

The SAS System

16:41 Wednesday, April 5, 2000 4


The ANOVA Procedure
Duncan's Multiple Range Test for mot

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

Alpha
0.05
Error Degrees of Freedom
Error Mean Square

27
0

Number of Means
2
3
4
5
6
7
8
Critical Range
0
0
0
0
0
0
0

Means with the same letter are not significantly different.

Duncan Grouping

Mean

97.00

b42

96.80

b22

95.60

b32

94.80

b12

90.40

b21

88.00

b11

87.60

b41

87.40

b31

data dbca 24 horas mot;


Input trat $ bloq $ rep $ mot;
cards;
t1
t1
t1
t1
t1
t1
t1
t1
t1

b11
b11
b11
b11
b11
b21
b21
b21
b21

r1
r2
r3
r4
r5
r1
r2
r3
r4

86
82
86
85
82
80
85
88
82

bloq

t1
t1
t1
t1
t1
t1
t1
t1
t1
t1
t1
t2
t2
t2
t2
t2
t2
t2
t2
t2
t2
t2
t2
t2
t2
t2
t2
t2
t2
t2
t2

b21
b31
b31
b31
b31
b31
b41
b41
b41
b41
b41
b12
b12
b12
b12
b12
b22
b22
b22
b22
b22
b32
b32
b32
b32
b32
b42
b42
b42
b42
b42

r5
r1
r2
r3
r4
r5
r1
r2
r3
r4
r5
r1
r2
r3
r4
r5
r1
r2
r3
r4
r5
r1
r2
r3
r4
r5
r1
r2
r3
r4
r5

84
80
85
83
80
80
80
84
84
85
82
92
85
90
90
88
92
92
85
90
93
90
88
92
91
90
92
92
94
93
92

;
proc anova;
class trat bloq rep;
model mot=rep bloq trat;
means trat bloq/duncan;
run;
The SAS System
The ANOVA Procedure
Class Level Information
Class
trat

Levels
2

Values

t1 t2

bloq

b11 b12 b21 b22 b31 b32 b41 b42

rep

r1 r2 r3 r4 r5

Number of observations

40

The SAS System


The ANOVA Procedure
Dependent Variable: mot

Source

Sum of
F

Model

12

773.1000000

Error

27

0.0000000

Squares

Corrected Total

39

R-Square

Coeff Var

1.000000

Source
rep
bloq
trat

DF
4
7
1

Mean Square

F Value

64.4250000

Pr > F

Infty

<.0001

0.0000000

773.1000000

Root MSE
0

Anova SS
9.8500000
601.1000000
547.6000000

mot Mean

86.85000

Mean Square

F Value

Pr > F

2.4625000
Infty <.0001
85.8714286
Infty <.0001
547.6000000
Infty <.0001

The SAS System


The ANOVA Procedure
Duncan's Multiple Range Test for mot
NOTE: This test controls the Type I comparisonwise error rate, not the experimentwise error rate.

Alpha
0.05
Error Degrees of Freedom
Error Mean Square

27
0

Number of Means
2
Critical Range
0

Means with the same letter are not significantly different.

Duncan Grouping

Mean

90.55

20

t2

83.15

20

t1

trat

The SAS System


The ANOVA Procedure
Duncan's Multiple Range Test for mot
NOTE: This test controls the Type I comparisonwise error rate, not the experimentwise error rate.

Alpha
0.05
Error Degrees of Freedom
Error Mean Square

27
0

Number of Means
2
3
4
5
6
7
8
Critical Range
0
0
0
0
0
0
0

Means with the same letter are not significantly different.

Duncan Grouping

Mean

92.60

b42

90.40

b22

90.20

b32

89.00

b12

84.20

b11

83.80

b21

83.00

b41

81.60

b31

data dbca 48 horas mot;


Input trat $ bloq $ rep $ mot;
cards;
t1
t1
t1
t1
t1
t1
t1
t1
t1

b11
b11
b11
b11
b11
b21
b21
b21
b21

r1
r2
r3
r4
r5
r1
r2
r3
r4

75
72
71
75
70
72
73
72
74

bloq

t1 b21 r5 70
t1 b31 r1 70
t1 b31 r2 68
t1 b31 r3 73
t1 b31 r4 74
t1 b31 r5 72
t1 b41 r1 72
t1 b41 r2 70
t1 b41 r3 73
t1 b41 r4 74
t1 b41 r5 72
t2 b12 r1 40
t2 b12 r2 35
t2 b12 r3 42
t2 b12 r4 40
t2 b12 r5 38
t2 b22 r1 42
t2 b22 r2 32
t2 b22 r3 40
t2 b22 r4 35
t2 b22 r5 42
t2 b32 r1 46
t2 b32 r2 36
t2 b32 r3 38
t2 b32 r4 35
t2 b32 r5 40
t2 b42 r1 48
t2 b42 r2 40
t2 b42 r3 42
t2 b42 r4 40
t2 b42 r5 42
;
proc anova;
class trat bloq rep;
model mot=rep bloq trat;
means trat bloq/duncan;
run;
The SAS System
The ANOVA Procedure
Class Level Information
Class
trat

Levels
2

Values

t1 t2

bloq

b11 b12 b21 b22 b31 b32 b41 b42

rep

r1 r2 r3 r4 r5

Number of observations

40

The SAS System


The ANOVA Procedure
Dependent Variable: mot

Source

Sum of
Squares

DF

Model
Error
Corrected Total

12
27

Coeff Var

1.000000

rep
bloq
trat

Root MSE

DF
4
7
1

F Value

10876.37500
906.36458
0.00000
0.00000
39
10876.37500

R-Square

Source

Mean Square

Anova SS
97.75000
10586.37500
10530.02500

Infty

Pr > F
<.0001

mot Mean

55.87500

Mean Square

F Value

Pr > F

24.43750
Infty <.0001
1512.33929
Infty <.0001
10530.02500
Infty <.0001

The SAS System


The ANOVA Procedure
Duncan's Multiple Range Test for mot
NOTE: This test controls the Type I comparisonwise error rate, not the experimentwise error rate.

Alpha
0.05
Error Degrees of Freedom
Error Mean Square

27
0

Number of Means
2
Critical Range
0

Means with the same letter are not significantly different.

Duncan Grouping
A
B

72.10
39.65

Mean
20
20

N
t1
t2

The SAS System


The ANOVA Procedure

trat

Duncan's Multiple Range Test for mot


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

Alpha
0.05
Error Degrees of Freedom
Error Mean Square

27
0

Number of Means
2
3
4
5
6
7
8
Critical Range
0
0
0
0
0
0
0

Means with the same letter are not significantly different.

Duncan Grouping

Mean

72.60

b11

B
B
B

72.20

b21

72.20

b41

71.40

b31

42.40

b42

E
E
E

39.00

b12

39.00

b32

38.20

b22

data dbca 72 horas mot;


Input trat $ bloq $ rep $ mot;
cards;
t1
t1
t1
t1
t1
t1
t1
t1
t1
t1
t1
t1
t1
t1

b11
b11
b11
b11
b11
b21
b21
b21
b21
b21
b31
b31
b31
b31

r1
r2
r3
r4
r5
r1
r2
r3
r4
r5
r1
r2
r3
r4

62
60
58
63
60
62
60
58
62
60
62
60
58
60

bloq

t1 b31 r5 62
t1 b41 r1 60
t1 b41 r2 58
t1 b41 r3 62
t1 b41 r4 64
t1 b41 r5 62
t2 b12 r1 0
t2 b12 r2 0
t2 b12 r3 0
t2 b12 r4 0
t2 b12 r5 0
t2 b22 r1 0
t2 h22 r2 0
t2 h22 r3 0
t2 h22 r4 0
t2 h22 r5 0
t2 b32 r1 0
t2 h32 r2 0
t2 h32 r3 0
t2 h32 r4 0
t2 h32 r5 0
t2 b42 r1 0
t2 h42 r2 0
t2 h42 r3 0
t2 h42 r4 0
t2 h42 r5 0
;
proc anova;
class trat bloq rep;
model mot=rep bloq trat;
means trat bloq/duncan;
run;
The SAS System
The ANOVA Procedure
Class Level Information
Class

Levels

trat

bloq

11

rep

Values

t1 t2
b11 b12 b21 b22 b31 b32 b41 b42 h22 h32 h42
r1 r2 r3 r4 r5

Number of observations

The SAS System


The ANOVA Procedure
Dependent Variable: mot

40

Source

DF

Model
Error
Corrected Total

15
24

Sum of
Squares

F Value

36844.77500
2456.31833
0.00000
0.00000
39
36844.77500

R-Square

Coeff Var

1.000000

Source
rep
bloq
trat

Mean Square

Root MSE

Infty

Pr > F
<.0001

mot Mean

30.32500

DF
Anova SS
Mean Square F Value Pr > F
4
14.90000
3.72500
Infty <.0001
10
36786.37500
3678.63750
Infty <.0001
1
36784.22500
36784.22500
Infty <.0001

The SAS System


The ANOVA Procedure
Duncan's Multiple Range Test for mot
NOTE: This test controls the Type I comparisonwise error rate, not the experimentwise error rate.

Alpha
0.05
Error Degrees of Freedom
Error Mean Square

24
0

Number of Means
2
Critical Range
0

Means with the same letter are not significantly different.

Duncan Grouping
A

60.65

0.00

Mean
20
20

trat

t1
t2

The SAS System


The ANOVA Procedure
Duncan's Multiple Range Test for mot
NOTE: This test controls the Type I comparisonwise error rate, not the experimentwise error rate.

Alpha
0.05
Error Degrees of Freedom
24
Error Mean Square
0
Harmonic Mean of Cell Sizes 2.315789
NOTE: Cell sizes are not equal.
Number of Means 2
3
4
5
6
7
8
9
10
11
Critical Range 0
0
0
0
0
0
0
0
0
0

Means with the same letter are not significantly different.

Duncan Grouping

Mean

61.20

b41

60.60

b11

C
C
C

60.40

b31

60.40

b21

D
D
D
D
D
D
D
D
D
D
D
D

0.00

b12

0.00

b22

0.00

b32

0.00

b42

0.00

h22

0.00

h32

0.00

h42

data dbca 0 horas vit;


Input trat $ bloq $ rep $ vit;
cards;
t1
t1
t1
t1
t1
t1
t1
t1
t1

b11
b11
b11
b11
b11
b21
b21
b21
b21

r1
r2
r3
r4
r5
r1
r2
r3
r4

90
88
89
90
86
95
88
90
85

bloq

t1
t1
t1
t1
t1
t1
t1
t1
t1
t1
t1
t2
t2
t2
t2
t2
t2
t2
t2
t2
t2
t2
t2
t2
t2
t2
t2
t2
t2
t2
t2

b21
b31
b31
b31
b31
b31
b41
b41
b41
b41
b41
b12
b12
b12
b12
b12
b22
b22
b22
b22
b22
b32
b32
b32
b32
b32
b42
b42
b42
b42
b42

r5
r1
r2
r3
r4
r5
r1
r2
r3
r4
r5
r1
r2
r3
r4
r5
r1
r2
r3
r4
r5
r1
r2
r3
r4
r5
r1
r2
r3
r4
r5

88
92
87
95
88
89
90
84
90
86
85
98
96
98
98
96
96
98
98
96
95
98
95
96
95
98
97
96
98
94
96

;
proc anova;
class trat bloq rep;
model vit=rep bloq trat;
means trat bloq/duncan;
run;
The SAS System
The ANOVA Procedure
Class Level Information
Class
trat

Levels
2

Values

t1 t2

bloq

b11 b12 b21 b22 b31 b32 b41 b42

rep

r1 r2 r3 r4 r5

Number of observations

40

The SAS System


The ANOVA Procedure
Dependent Variable: vit

Source

Sum of
Squares

DF

Model
Error
Corrected Total

12
27

Coeff Var

1.000000

rep
bloq
trat

F Value

816.7750000
68.0645833
0.0000000
0.0000000
39
816.7750000

R-Square

Source

Mean Square

DF
4
7
1

Root MSE

Anova SS
77.4000000
645.9750000
616.2250000

Infty

Pr > F
<.0001

vit Mean

92.67500

Mean Square

F Value

Pr > F

19.3500000
92.2821429
616.2250000

Infty <.0001
Infty <.0001
Infty <.0001

The SAS System


The ANOVA Procedure
Duncan's Multiple Range Test for vit
NOTE: This test controls the Type I comparisonwise error rate, not the experimentwise error rate.

Alpha
0.05
Error Degrees of Freedom
Error Mean Square

27
0

Number of Means
2
Critical Range
0

Means with the same letter are not significantly different.

Duncan Grouping

Mean

96.60

20

t2

88.75

20

t1

trat

The SAS System


The ANOVA Procedure
Duncan's Multiple Range Test for vit
NOTE: This test controls the Type I comparisonwise error rate, not the experimentwise error rate.

Alpha
0.05
Error Degrees of Freedom
Error Mean Square

27
0

Number of Means
2
3
4
5
6
7
8
Critical Range
0
0
0
0
0
0
0

Means with the same letter are not significantly different.

Duncan Grouping

Mean

97.20

b12

96.60

b22

96.40

b32

96.20

b42

90.20

b31

89.20

b21

88.60

b11

87.00

b41

data dbca 24 horas vit;


Input trat $ bloq $ rep $ vit;
cards;
t1
t1
t1
t1
t1
t1
t1
t1
t1
t1
t1
t1

b11
b11
b11
b11
b11
b21
b21
b21
b21
b21
b31
b31

r1
r2
r3
r4
r5
r1
r2
r3
r4
r5
r1
r2

88
85
83
85
83
95
88
90
85
88
87
85

bloq

t1 b31 r3 88
t1 b31 r4 84
t1 b31 r5 85
t1 b41 r1 85
t1 b41 r2 82
t1 b41 r3 83
t1 b41 r4 82
t1 b41 r5 80
t2 b12 r1 93
t2 b12 r2 90
t2 b12 r3 92
t2 b12 r4 90
t2 b12 r5 93
t2 b22 r1 90
t2 b22 r2 95
t2 b22 r3 94
t2 b22 r4 93
t2 b22 r5 92
t2 b32 r1 92
t2 b32 r2 93
t2 b32 r3 92
t2 b32 r4 92
t2 b32 r5 93
t2 b42 r1 92
t2 b42 r2 90
t2 b42 r3 92
t2 b42 r4 90
t2 b42 r5 93
;
proc anova;
class trat bloq rep;
model vit=rep bloq trat;
means trat bloq/duncan;
run;
The SAS System
The ANOVA Procedure
Class Level Information
Class
trat

Levels
2

Values

t1 t2

bloq

b11 b12 b21 b22 b31 b32 b41 b42

rep

r1 r2 r3 r4 r5

Number of observations

The SAS System


The ANOVA Procedure

40

Dependent Variable: vit

Source

DF

Model

12

Error

27

Sum of
Squares
676.4000000
0.0000000

Corrected Total

39

R-Square

rep
bloq
trat

Coeff Var

56.3666667

Infty

Pr > F
<.0001

0.0000000

Root MSE

DF
4
7
1

F Value

676.4000000

1.000000

Source

Mean Square

vit Mean

88.80000

Anova SS

Mean Square

31.6500000
548.4000000
422.5000000

7.9125000
78.3428571
422.5000000

F Value

Pr > F

Infty <.0001
Infty <.0001
Infty <.0001

The SAS System


The ANOVA Procedure
Duncan's Multiple Range Test for vit
NOTE: This test controls the Type I comparisonwise error rate, not the experimentwise error rate.

Alpha
0.05
Error Degrees of Freedom
Error Mean Square

27
0

Number of Means
2
Critical Range
0

Means with the same letter are not significantly different.

Duncan Grouping

Mean

92.05

20

t2

85.55

20

t1

The SAS System


The ANOVA Procedure

trat

Duncan's Multiple Range Test for vit


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

Alpha
0.05
Error Degrees of Freedom
Error Mean Square

27
0

Number of Means
2
3
4
5
6
7
8
Critical Range
0
0
0
0
0
0
0

Means with the same letter are not significantly different.

Duncan Grouping

Mean

92.80

b22

92.40

b32

91.60

b12

91.40

b42

89.20

b21

85.80

b31

84.80

b11

82.40

b41

data dbca 48 horas vit;


Input trat $ bloq $ rep $ vit;
cards;
t1
t1
t1
t1
t1
t1
t1
t1
t1
t1
t1
t1
t1
t1

b11
b11
b11
b11
b11
b21
b21
b21
b21
b21
b31
b31
b31
b31

r1
r2
r3
r4
r5
r1
r2
r3
r4
r5
r1
r2
r3
r4

74
72
74
75
73
74
76
72
74
72
74
72
74
70

bloq

t1
t1
t1
t1
t1
t1
t2
t2
t2
t2
t2
t2
t2
t2
t2
t2
t2
t2
t2
t2
t2
t2
t2
t2
t2
t2

b31
b41
b41
b41
b41
b41
b12
b12
b12
b12
b12
b22
b22
b22
b22
b22
b32
b32
b32
b32
b32
b42
b42
b42
b42
b42

r5
r1
r2
r3
r4
r5
r1
r2
r3
r4
r5
r1
r2
r3
r4
r5
r1
r2
r3
r4
r5
r1
r2
r3
r4
r5

73
70
75
70
73
72
46
40
43
45
42
44
43
42
41
43
42
44
43
41
43
44
46
45
46
48

;
proc anova;
class trat bloq rep;
model vit=rep bloq trat;
means trat bloq/duncan;
run;
The SAS System

17:32 Wednesday, April 5, 2000 1

The ANOVA Procedure


Class Level Information
Class
trat

Levels
2

Values

t1 t2

bloq

b11 b12 b21 b22 b31 b32 b41 b42

rep

r1 r2 r3 r4 r5

Number of observations

The SAS System

40

17:32 Wednesday, April 5, 2000 2

The ANOVA Procedure


Dependent Variable: vit

Source

DF

Model

12

Error

Sum of
Squares
8775.500000

27

Corrected Total

Source
rep
bloq
trat

4
7
1

<.0001

0.000000

Root MSE

DF

Infty

Pr > F

8775.500000

Coeff Var

1.000000

F Value

731.291667

0.000000
39

R-Square

Mean Square

Anova SS

vit Mean

58.25000

Mean Square

2.250000
8687.900000
8643.600000

F Value

Pr > F

0.562500
Infty <.0001
1241.128571
Infty <.0001
8643.600000
Infty <.0001

The SAS System

17:32 Wednesday, April 5, 2000 3

The ANOVA Procedure


Duncan's Multiple Range Test for vit
NOTE: This test controls the Type I comparisonwise error rate, not the experimentwise error rate.

Alpha
0.05
Error Degrees of Freedom
Error Mean Square

27
0

Number of Means
2
Critical Range
0

Means with the same letter are not significantly different.

Duncan Grouping

Mean

72.95

20

t1

43.55

20

t2

trat

The SAS System

17:32 Wednesday, April 5, 2000 4

The ANOVA Procedure


Duncan's Multiple Range Test for vit
NOTE: This test controls the Type I comparisonwise error rate, not the experimentwise error rate.

Alpha
0.05
Error Degrees of Freedom
Error Mean Square

27
0

Number of Means
2
3
4
5
6
7
8
Critical Range
0
0
0
0
0
0
0

Means with the same letter are not significantly different.

Duncan Grouping

Mean

A
A
A

73.60

b11

73.60

b21

72.60

b31

72.00

b41

45.80

b42

43.20

b12

F
F

42.60

b32

42.60

b22

data dbca 72 horas vit;


Input trat $ bloq $ rep $ vit;
cards;
t1
t1
t1
t1
t1
t1
t1
t1
t1
t1
t1

b11
b11
b11
b11
b11
b21
b21
b21
b21
b21
b31

r1
r2
r3
r4
r5
r1
r2
r3
r4
r5
r1

60
58
62
63
60
62
58
56
60
58
62

bloq

t1
t1
t1
t1
t1
t1
t1
t1
t1
t2
t2
t2
t2
t2
t2
t2
t2
t2
t2
t2
t2
t2
t2
t2
t2
t2
t2
t2
t2

b31
b31
b31
b31
b41
b41
b41
b41
b41
b12
b12
b12
b12
b12
b22
b22
b22
b22
b22
b32
b32
b32
b32
b32
b42
b42
b42
b42
b42

r2
r3
r4
r5
r1
r2
r3
r4
r5
r1
r2
r3
r4
r5
r1
r2
r3
r4
r5
r1
r2
r3
r4
r5
r1
r2
r3
r4
r5

60
58
60
56
60
62
63
60
62
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0

;
proc anova;
class trat bloq rep;
model vit=rep bloq trat;
means trat bloq/duncan;
run;
The SAS System
The ANOVA Procedure
Class Level Information
Class
trat

Levels
2

Values

t1 t2

bloq

b11 b12 b21 b22 b31 b32 b41 b42

rep

r1 r2 r3 r4 r5

Number of observations

40

The SAS System


The ANOVA Procedure
Dependent Variable: vit

Source

DF

Model

12

Error

Sum of
Squares
36086.00000

27

Corrected Total

39

rep
bloq
trat

4
7
1

Infty

Pr > F
<.0001

0.00000

36086.00000

Coeff Var

1.000000

DF

F Value

3007.16667

0.00000

R-Square

Source

Mean Square

Root MSE

Anova SS

vit Mean

30.00000

Mean Square

5.75000
36022.00000
36000.00000

F Value

Pr > F

1.43750
Infty <.0001
5146.00000
Infty <.0001
36000.00000
Infty <.0001

The SAS System


The ANOVA Procedure
Duncan's Multiple Range Test for vit
NOTE: This test controls the Type I comparisonwise error rate, not the experimentwise error rate.

Alpha
0.05
Error Degrees of Freedom
Error Mean Square

27
0

Number of Means
2
Critical Range
0

Means with the same letter are not significantly different.

Duncan Grouping
A

60.00

0.00

Mean
20
20

N
t1
t2

trat

The SAS System


The ANOVA Procedure
Duncan's Multiple Range Test for vit
NOTE: This test controls the Type I comparisonwise error rate, not the experimentwise error rate.

Alpha
0.05
Error Degrees of Freedom
Error Mean Square

27
0

Number of Means
2
3
4
5
6
7
8
Critical Range
0
0
0
0
0
0
0

Means with the same letter are not significantly different.

Duncan Grouping

Mean

61.40

b41

60.60

b11

59.20

b31

58.80

b21

E
E
E
E
E
E

0.00

b12

0.00

b22

0.00

b32

0.00

b42

bloq

Vous aimerez peut-être aussi