Вы находитесь на странице: 1из 23

GenStat Release 12.

1 ( PC/Windows Vista) 22 June 2019 12:10:56


Copyright 2009, VSN International Ltd.
Registered to: VSNi

________________________________________

GenStat Twelfth Edition


GenStat Procedure Library Release PL20.1
________________________________________

1 %CD 'C:/Users/user/Documents'
2 "Data taken from unsaved spreadsheet: New Data;1"
3 DELETE [REDEFINE=yes] _stitle_: TEXT _stitle_
4 READ [PRINT=*; SETNVALUES=yes] _stitle_
7 PRINT [IPRINT=*] _stitle_; JUST=left

Data imported from Clipboard


on: 22-Jun-2019 12:13:07

8 DELETE [REDEFINE=yes] Plot,spl,ulangan,pH,c_org,berat_isi,mbc,corg_cref,\


9 BI_BIref
10 UNITS [NVALUES=*]
11 FACTOR [MODIFY=yes; NVALUES=21; LEVELS=3; LABELS=!t('BT','MT','ST')\
12 ; REFERENCE=1] Plot
13 READ Plot; FREPRESENTATION=ordinal

Identifier Values Missing Levels


Plot 21 0 3

15 FACTOR [MODIFY=yes; NVALUES=21; LEVELS=4; LABELS=!t('AFM','AFS','NonVeg',\


16 'SEM(TCJ)'); REFERENCE=1] spl
17 READ spl; FREPRESENTATION=ordinal

Identifier Values Missing Levels


spl 21 0 4

19 FACTOR [MODIFY=yes; NVALUES=21; LEVELS=3; REFERENCE=1] ulangan


20 READ ulangan; FREPRESENTATION=ordinal

Identifier Values Missing Levels


ulangan 21 0 3

22 VARIATE [NVALUES=21] pH
23 READ pH

Identifier Minimum Mean Maximum Values Missing


pH 5.084 5.582 6.415 21 0

26 VARIATE [NVALUES=21] c_org


27 READ c_org

Identifier Minimum Mean Maximum Values Missing


c_org 0.2944 1.063 1.918 21 0

34 VARIATE [NVALUES=21] berat_isi


35 READ berat_isi

Identifier Minimum Mean Maximum Values Missing


berat_isi 0.9505 1.139 1.385 21 0
41 VARIATE [NVALUES=21] mbc
42 READ mbc

Identifier Minimum Mean Maximum Values Missing


mbc 0.2381 0.5896 0.9524 21 0

49 VARIATE [NVALUES=21] corg_cref


50 READ corg_cref

Identifier Minimum Mean Maximum Values Missing


corg_cref 0.1250 0.4401 0.7227 21 0

57 VARIATE [NVALUES=21] BI_BIref


58 READ BI_BIref

Identifier Minimum Mean Maximum Values Missing


BI_BIref 0.7125 0.9074 1.076 21 0

65
66 %PostMessage 1129; 0; 16097272 "Sheet Update Completed"
67 "General Analysis of Variance."
68 BLOCK ulangan
69 TREATMENTS Plot
70 COVARIATE "No Covariate"
71 ANOVA [PRINT=aovtable,information,means; FACT=32; CONTRASTS=7;
PCONTRASTS=7; FPROB=yes;\
72 PSE=diff,lsd; LSDLEVEL=5] corg_cref
Analysis of variance
Variate: corg_cref

Source of variation d.f. s.s. m.s. v.r. F pr.

ulangan stratum 2 0.02404 0.01202 0.47

ulangan.*Units* stratum
Plot 2 0.25208 0.12604 4.90 0.022
Residual 16 0.41163 0.02573

Total 20 0.68775

Message: the following units have large residuals.


ulangan 2 *units* 5 -0.401 approx. s.e. 0.140

Tables of means
Variate: corg_cref

Grand mean 0.440

Plot BT MT ST
0.353 0.324 0.566
rep. 9 3 9

Standard errors of differences of means


Table Plot
rep. unequal
d.f. 16
s.e.d. 0.1310X min.rep
0.1069 max-min
0.0756 max.rep

(No comparisons in categories where s.e.d. marked with an X)

Least significant differences of means (5% level)


Table Plot
rep. unequal
d.f. 16
l.s.d. 0.2776X min.rep
0.2267 max-min
0.1603 max.rep

(No comparisons in categories where l.s.d. marked with an X)


73 DELETE [REDEFINE=yes] _mean, _rep, _var, _resid, _rdf, _scode
74 AKEEP [FACTORIAL=9] Plot; MEAN=_mean; REP=_rep; VARIANCE=_var;
RTERM=_resid; STATUS=_scode
75 IF _scode.IN.!(1,2)
76 AKEEP [FACTORIAL=9] #_resid; DF=_rdf
77 AMCOMPARISON [METHOD=bonferroni; DIRECTION=ascending; PROB=0.05] Plot

Bonferroni test

Plot
Comparison-wise error rate = 0.0167
Warning 1, code UF 2, statement 450 in procedure AMCOMPARISON
Variances vary and decisions regarding group membership are inconsistent so the lines or
letters linking means in identical groups are not printed.

78 ELSE
79 PRINT !t('Multiple comparisons available only if all components of the term',\
80 'are estimated with equal efficiency and in the same stratum.');\
81 JUST=left
82 ENDIF
83 "General Analysis of Variance."
84 BLOCK ulangan
85 TREATMENTS Plot
86 COVARIATE "No Covariate"
87 ANOVA [PRINT=aovtable,information,means; FACT=32; CONTRASTS=7;
PCONTRASTS=7; FPROB=yes;\
88 PSE=diff,lsd; LSDLEVEL=5] corg_cref
Analysis of variance
Variate: corg_cref

Source of variation d.f. s.s. m.s. v.r. F pr.

ulangan stratum 2 0.02404 0.01202 0.47

ulangan.*Units* stratum
Plot 2 0.25208 0.12604 4.90 0.022
Residual 16 0.41163 0.02573

Total 20 0.68775

Message: the following units have large residuals.


ulangan 2 *units* 5 -0.401 approx. s.e. 0.140

Tables of means
Variate: corg_cref

Grand mean 0.440

Plot BT MT ST
0.353 0.324 0.566
rep. 9 3 9

Standard errors of differences of means


Table Plot
rep. unequal
d.f. 16
s.e.d. 0.1310X min.rep
0.1069 max-min
0.0756 max.rep

(No comparisons in categories where s.e.d. marked with an X)

Least significant differences of means (5% level)


Table Plot
rep. unequal
d.f. 16
l.s.d. 0.2776X min.rep
0.2267 max-min
0.1603 max.rep

(No comparisons in categories where l.s.d. marked with an X)


89 DELETE [REDEFINE=yes] _mean, _rep, _var, _resid, _rdf, _scode
90 AKEEP [FACTORIAL=9] Plot; MEAN=_mean; REP=_rep; VARIANCE=_var;
RTERM=_resid; STATUS=_scode
91 IF _scode.IN.!(1,2)
92 AKEEP [FACTORIAL=9] #_resid; DF=_rdf
93 AMCOMPARISON [METHOD=duncan; DIRECTION=ascending; PROB=0.05] Plot

Duncan's multiple range test

Plot
Warning 2, code UF 2, statement 450 in procedure AMCOMPARISON
Variances vary and decisions regarding group membership are inconsistent so the lines or
letters linking means in identical groups are not printed.

94 ELSE
95 PRINT !t('Multiple comparisons available only if all components of the term',\
96 'are estimated with equal efficiency and in the same stratum.');\
97 JUST=left
98 ENDIF
99 "General Analysis of Variance."
100 BLOCK ulangan
101 TREATMENTS Plot
102 COVARIATE "No Covariate"
103 ANOVA [PRINT=aovtable,information,means; FACT=32; CONTRASTS=7;
PCONTRASTS=7; FPROB=yes;\
104 PSE=diff,lsd; LSDLEVEL=5] BI_BIref
Analysis of variance
Variate: BI_BIref

Source of variation d.f. s.s. m.s. v.r. F pr.

ulangan stratum 2 0.002090 0.001045 0.12

ulangan.*Units* stratum
Plot 2 0.015899 0.007949 0.91 0.423
Residual 16 0.140132 0.008758

Total 20 0.158121

Message: the following units have large residuals.


ulangan 2 *units* 6 -0.210 approx. s.e. 0.082

Tables of means
Variate: BI_BIref

Grand mean 0.907

Plot BT MT ST
0.898 0.855 0.935
rep. 9 3 9

Standard errors of differences of means


Table Plot
rep. unequal
d.f. 16
s.e.d. 0.0764X min.rep
0.0624 max-min
0.0441 max.rep

(No comparisons in categories where s.e.d. marked with an X)

Least significant differences of means (5% level)


Table Plot
rep. unequal
d.f. 16
l.s.d. 0.1620X min.rep
0.1323 max-min
0.0935 max.rep

(No comparisons in categories where l.s.d. marked with an X)


105 DELETE [REDEFINE=yes] _mean, _rep, _var, _resid, _rdf, _scode
106 AKEEP [FACTORIAL=9] Plot; MEAN=_mean; REP=_rep; VARIANCE=_var;
RTERM=_resid; STATUS=_scode
107 IF _scode.IN.!(1,2)
108 AKEEP [FACTORIAL=9] #_resid; DF=_rdf
109 AMCOMPARISON [METHOD=duncan; DIRECTION=ascending; PROB=0.05] Plot

Duncan's multiple range test

Plot

Mean
MT 0.8546 a
BT 0.8977 a
ST 0.9346 a

110 ELSE
111 PRINT !t('Multiple comparisons available only if all components of the term',\
112 'are estimated with equal efficiency and in the same stratum.');\
113 JUST=left
114 ENDIF
115 "General Analysis of Variance."
116 BLOCK ulangan
117 TREATMENTS Plot
118 COVARIATE "No Covariate"
119 ANOVA [PRINT=aovtable,information,means; FACT=32; CONTRASTS=7;
PCONTRASTS=7; FPROB=yes;\
120 PSE=diff,lsd; LSDLEVEL=5] corg_cref
Analysis of variance
Variate: corg_cref

Source of variation d.f. s.s. m.s. v.r. F pr.

ulangan stratum 2 0.02404 0.01202 0.47

ulangan.*Units* stratum
Plot 2 0.25208 0.12604 4.90 0.022
Residual 16 0.41163 0.02573

Total 20 0.68775

Message: the following units have large residuals.


ulangan 2 *units* 5 -0.401 approx. s.e. 0.140

Tables of means
Variate: corg_cref

Grand mean 0.440

Plot BT MT ST
0.353 0.324 0.566
rep. 9 3 9

Standard errors of differences of means


Table Plot
rep. unequal
d.f. 16
s.e.d. 0.1310X min.rep
0.1069 max-min
0.0756 max.rep

(No comparisons in categories where s.e.d. marked with an X)

Least significant differences of means (5% level)


Table Plot
rep. unequal
d.f. 16
l.s.d. 0.2776X min.rep
0.2267 max-min
0.1603 max.rep

(No comparisons in categories where l.s.d. marked with an X)


121 DELETE [REDEFINE=yes] _mean, _rep, _var, _resid, _rdf, _scode
122 AKEEP [FACTORIAL=9] Plot; MEAN=_mean; REP=_rep; VARIANCE=_var;
RTERM=_resid; STATUS=_scode
123 IF _scode.IN.!(1,2)
124 AKEEP [FACTORIAL=9] #_resid; DF=_rdf
125 AMCOMPARISON [METHOD=duncan; DIRECTION=ascending; PROB=0.05] Plot

Duncan's multiple range test

Plot
Warning 3, code UF 2, statement 450 in procedure AMCOMPARISON
Variances vary and decisions regarding group membership are inconsistent so the lines or
letters linking means in identical groups are not printed.

126 ELSE
127 PRINT !t('Multiple comparisons available only if all components of the term',\
128 'are estimated with equal efficiency and in the same stratum.');\
129 JUST=left
130 ENDIF
131 "Data taken from unsaved spreadsheet: New Data;2"
132 DELETE [REDEFINE=yes] _stitle_: TEXT _stitle_
133 READ [PRINT=*; SETNVALUES=yes] _stitle_
136 PRINT [IPRINT=*] _stitle_; JUST=left

Data imported from Clipboard


on: 30-Jun-2019 15:38:20

137 DELETE [REDEFINE=yes] Plot,spl,ulangan,pH,c_org,berat_isi,mbc,corg_cref,\


138 BI_BIref
Warning 4, code VA 19, statement 1 on line 138
Command: DELETE [REDEFINE=yes] Plot,spl,ulangan,pH,c_org,berat_isi,mbc,corg_cref
Inconsistent structure(s).

***** Plot spl ulangan pH c_org berat_isi mbc corg_cref BI_BIref


***** Having been redefined, the following structure(s) were found to be inconsistent:
***** _mean _rep
*****
and they have been destroyed.

139 UNITS [NVALUES=*]


140 FACTOR [MODIFY=yes; NVALUES=9; LEVELS=3; LABELS=!t('BT','MT','ST')\
141 ; REFERENCE=1] Plot
142 READ Plot; FREPRESENTATION=ordinal

Identifier Values Missing Levels


Plot 9 0 3

144 FACTOR [MODIFY=yes; NVALUES=9; LEVELS=2; LABELS=!t('AFM','NonVeg')\


145 ; REFERENCE=1] spl
146 READ spl; FREPRESENTATION=ordinal

Identifier Values Missing Levels


spl 9 0 2
148 FACTOR [MODIFY=yes; NVALUES=9; LEVELS=3; REFERENCE=1] ulangan
149 READ ulangan; FREPRESENTATION=ordinal

Identifier Values Missing Levels


ulangan 9 0 3

151 VARIATE [NVALUES=9] pH


152 READ pH

Identifier Minimum Mean Maximum Values Missing


pH 5.276 5.617 6.096 9 0

155 VARIATE [NVALUES=9] c_org


156 READ c_org

Identifier Minimum Mean Maximum Values Missing


c_org 0.6411 1.002 1.698 9 0

160 VARIATE [NVALUES=9] berat_isi


161 READ berat_isi

Identifier Minimum Mean Maximum Values Missing


berat_isi 1.077 1.137 1.192 9 0

164 VARIATE [NVALUES=9] mbc


165 READ mbc

Identifier Minimum Mean Maximum Values Missing


mbc 0.2381 0.5291 0.7937 9 0

169 VARIATE [NVALUES=9] corg_cref


170 READ corg_cref

Identifier Minimum Mean Maximum Values Missing


corg_cref 0.2800 0.4143 0.6403 9 0

174 VARIATE [NVALUES=9] BI_BIref


175 READ BI_BIref

Identifier Minimum Mean Maximum Values Missing


BI_BIref 0.8162 0.8956 0.9785 9 0

179
180 %PostMessage 1129; 0; 49408632 "Sheet Update Completed"
181 "General Analysis of Variance."
182 BLOCK ulangan
183 TREATMENTS Plot
184 COVARIATE "No Covariate"
185 ANOVA [PRINT=aovtable,information,means; FACT=32; CONTRASTS=7;
PCONTRASTS=7; FPROB=yes;\
186 PSE=diff,lsd; LSDLEVEL=5] BI_BIref
Analysis of variance
Variate: BI_BIref

Source of variation d.f. s.s. m.s. v.r. F pr.

ulangan stratum 2 0.001753 0.000876 0.47

ulangan.*Units* stratum
Plot 2 0.009632 0.004816 2.56 0.192
Residual 4 0.007515 0.001879

Total 8 0.018900

Tables of means
Variate: BI_BIref

Grand mean 0.896

Plot BT MT ST
0.898 0.855 0.935

Standard errors of differences of means


Table Plot
rep. 3
d.f. 4
s.e.d. 0.0354

Least significant differences of means (5% level)


Table Plot
rep. 3
d.f. 4
l.s.d. 0.0983

187 DELETE [REDEFINE=yes] _mean, _rep, _var, _resid, _rdf, _scode


188 AKEEP [FACTORIAL=9] Plot; MEAN=_mean; REP=_rep; VARIANCE=_var;
RTERM=_resid; STATUS=_scode
189 IF _scode.IN.!(1,2)
190 AKEEP [FACTORIAL=9] #_resid; DF=_rdf
191 AMCOMPARISON [METHOD=duncan; DIRECTION=ascending; PROB=0.05] Plot

Duncan's multiple range test

Plot

Mean
MT 0.8546 a
BT 0.8977 a
ST 0.9346 a

192 ELSE
193 PRINT !t('Multiple comparisons available only if all components of the term',\
194 'are estimated with equal efficiency and in the same stratum.');\
195 JUST=left
196 ENDIF
197 "General Analysis of Variance."
198 BLOCK ulangan
199 TREATMENTS Plot
200 COVARIATE "No Covariate"
201 ANOVA [PRINT=aovtable,information,means; FACT=32; CONTRASTS=7;
PCONTRASTS=7; FPROB=yes;\
202 PSE=diff,lsd; LSDLEVEL=5] berat_isi
Analysis of variance
Variate: berat_isi

Source of variation d.f. s.s. m.s. v.r. F pr.

ulangan stratum 2 0.004068 0.002034 0.70

ulangan.*Units* stratum
Plot 2 0.000214 0.000107 0.04 0.964
Residual 4 0.011560 0.002890

Total 8 0.015843

Tables of means
Variate: berat_isi

Grand mean 1.137

Plot BT MT ST
1.140 1.130 1.142

Standard errors of differences of means


Table Plot
rep. 3
d.f. 4
s.e.d. 0.0439

Least significant differences of means (5% level)


Table Plot
rep. 3
d.f. 4
l.s.d. 0.1219

203 DELETE [REDEFINE=yes] _mean, _rep, _var, _resid, _rdf, _scode


204 AKEEP [FACTORIAL=9] Plot; MEAN=_mean; REP=_rep; VARIANCE=_var;
RTERM=_resid; STATUS=_scode
205 IF _scode.IN.!(1,2)
206 AKEEP [FACTORIAL=9] #_resid; DF=_rdf
207 AMCOMPARISON [METHOD=duncan; DIRECTION=ascending; PROB=0.05] Plot

Duncan's multiple range test

Plot

Mean
MT 1.130 a
BT 1.140 a
ST 1.142 a

208 ELSE
209 PRINT !t('Multiple comparisons available only if all components of the term',\
210 'are estimated with equal efficiency and in the same stratum.');\
211 JUST=left
212 ENDIF
213 "General Analysis of Variance."
214 BLOCK ulangan
215 TREATMENTS Plot
216 COVARIATE "No Covariate"
217 ANOVA [PRINT=aovtable,information,means; FACT=32; CONTRASTS=7;
PCONTRASTS=7; FPROB=yes;\
218 PSE=diff,lsd; LSDLEVEL=5] c_org
Analysis of variance
Variate: c_org

Source of variation d.f. s.s. m.s. v.r. F pr.

ulangan stratum 2 0.08401 0.04201 0.62

ulangan.*Units* stratum
Plot 2 0.70741 0.35371 5.19 0.077
Residual 4 0.27256 0.06814

Total 8 1.06398

Tables of means
Variate: c_org

Grand mean 1.002

Plot BT MT ST
0.820 0.787 1.398

Standard errors of differences of means


Table Plot
rep. 3
d.f. 4
s.e.d. 0.2131

Least significant differences of means (5% level)


Table Plot
rep. 3
d.f. 4
l.s.d. 0.5917

219 DELETE [REDEFINE=yes] _mean, _rep, _var, _resid, _rdf, _scode


220 AKEEP [FACTORIAL=9] Plot; MEAN=_mean; REP=_rep; VARIANCE=_var;
RTERM=_resid; STATUS=_scode
221 IF _scode.IN.!(1,2)
222 AKEEP [FACTORIAL=9] #_resid; DF=_rdf
223 AMCOMPARISON [METHOD=duncan; DIRECTION=ascending; PROB=0.05] Plot

Duncan's multiple range test

Plot

Mean
MT 0.787 a
BT 0.820 ab
ST 1.398 b

224 ELSE
225 PRINT !t('Multiple comparisons available only if all components of the term',\
226 'are estimated with equal efficiency and in the same stratum.');\
227 JUST=left
228 ENDIF
229 "General Analysis of Variance."
230 BLOCK ulangan
231 TREATMENTS Plot
232 COVARIATE "No Covariate"
233 ANOVA [PRINT=aovtable,information,means; FACT=32; CONTRASTS=7;
PCONTRASTS=7; FPROB=yes;\
234 PSE=diff,lsd; LSDLEVEL=5] corg_cref
Analysis of variance
Variate: corg_cref

Source of variation d.f. s.s. m.s. v.r. F pr.

ulangan stratum 2 0.007113 0.003557 0.42

ulangan.*Units* stratum
Plot 2 0.105107 0.052554 6.14 0.060
Residual 4 0.034219 0.008555

Total 8 0.146440

Tables of means
Variate: corg_cref

Grand mean 0.414

Plot BT MT ST
0.353 0.324 0.566

Standard errors of differences of means


Table Plot
rep. 3
d.f. 4
s.e.d. 0.0755

Least significant differences of means (5% level)


Table Plot
rep. 3
d.f. 4
l.s.d. 0.2097

235 DELETE [REDEFINE=yes] _mean, _rep, _var, _resid, _rdf, _scode


236 AKEEP [FACTORIAL=9] Plot; MEAN=_mean; REP=_rep; VARIANCE=_var;
RTERM=_resid; STATUS=_scode
237 IF _scode.IN.!(1,2)
238 AKEEP [FACTORIAL=9] #_resid; DF=_rdf
239 AMCOMPARISON [METHOD=duncan; DIRECTION=ascending; PROB=0.05] Plot

Duncan's multiple range test

Plot

Mean
MT 0.3237 a
BT 0.3529 a
ST 0.5662 b

240 ELSE
241 PRINT !t('Multiple comparisons available only if all components of the term',\
242 'are estimated with equal efficiency and in the same stratum.');\
243 JUST=left
244 ENDIF
245 "General Analysis of Variance."
246 BLOCK ulangan
247 TREATMENTS Plot
248 COVARIATE "No Covariate"
249 ANOVA [PRINT=aovtable,information,means; FACT=32; CONTRASTS=7;
PCONTRASTS=7; FPROB=yes;\
250 PSE=diff,lsd; LSDLEVEL=5] mbc
Analysis of variance
Variate: mbc

Source of variation d.f. s.s. m.s. v.r. F pr.

ulangan stratum 2 0.037793 0.018896 2.25

ulangan.*Units* stratum
Plot 2 0.218359 0.109179 13.00 0.018
Residual 4 0.033594 0.008398

Total 8 0.289746

Tables of means
Variate: mbc

Grand mean 0.529

Plot BT MT ST
0.582 0.317 0.688

Standard errors of differences of means


Table Plot
rep. 3
d.f. 4
s.e.d. 0.0748

Least significant differences of means (5% level)


Table Plot
rep. 3
d.f. 4
l.s.d. 0.2077

251 DELETE [REDEFINE=yes] _mean, _rep, _var, _resid, _rdf, _scode


252 AKEEP [FACTORIAL=9] Plot; MEAN=_mean; REP=_rep; VARIANCE=_var;
RTERM=_resid; STATUS=_scode
253 IF _scode.IN.!(1,2)
254 AKEEP [FACTORIAL=9] #_resid; DF=_rdf
255 AMCOMPARISON [METHOD=duncan; DIRECTION=ascending; PROB=0.05] Plot

Duncan's multiple range test

Plot

Mean
MT 0.3175 a
BT 0.5820 b
ST 0.6878 b

256 ELSE
257 PRINT !t('Multiple comparisons available only if all components of the term',\
258 'are estimated with equal efficiency and in the same stratum.');\
259 JUST=left
260 ENDIF
261 "General Analysis of Variance."
262 BLOCK ulangan
263 TREATMENTS Plot
264 COVARIATE "No Covariate"
265 ANOVA [PRINT=aovtable,information,means; FACT=32; CONTRASTS=7;
PCONTRASTS=7; FPROB=yes;\
266 PSE=diff,lsd; LSDLEVEL=5] pH
Analysis of variance
Variate: pH

Source of variation d.f. s.s. m.s. v.r. F pr.

ulangan stratum 2 0.06343 0.03172 0.33

ulangan.*Units* stratum
Plot 2 0.09012 0.04506 0.47 0.658
Residual 4 0.38713 0.09678

Total 8 0.54068

Tables of means
Variate: pH

Grand mean 5.62

Plot BT MT ST
5.62 5.74 5.49

Standard errors of differences of means


Table Plot
rep. 3
d.f. 4
s.e.d. 0.254

Least significant differences of means (5% level)


Table Plot
rep. 3
d.f. 4
l.s.d. 0.705

267 DELETE [REDEFINE=yes] _mean, _rep, _var, _resid, _rdf, _scode


268 AKEEP [FACTORIAL=9] Plot; MEAN=_mean; REP=_rep; VARIANCE=_var;
RTERM=_resid; STATUS=_scode
269 IF _scode.IN.!(1,2)
270 AKEEP [FACTORIAL=9] #_resid; DF=_rdf
271 AMCOMPARISON [METHOD=duncan; DIRECTION=ascending; PROB=0.05] Plot

Duncan's multiple range test

Plot

Mean
ST 5.495 a
BT 5.617 a
MT 5.740 a

272 ELSE
273 PRINT !t('Multiple comparisons available only if all components of the term',\
274 'are estimated with equal efficiency and in the same stratum.');\
275 JUST=left
276 ENDIF

Вам также может понравиться