Performs the test for homogeneity of variances of Anscombe and Tukey (1963).
anscombetukey(resp, trat, block, glres, msres, sstrat, ssblock, residuals, fitted.values)
Numeric or complex vector containing the response variable.
Numeric or complex vector containing the treatments.
Numeric or complex vector containing the blocks.
Residual degrees of freedom.
Residual Mean Square.
Residual Sum of Squares.
Sum of Squares for blocks.
Numeric or complex vector containing the residuals.
Numeric or complex vector containing the fitted values.
Returns the p-value of Anscombe and Tukey's test of homogeneity of variances and its practical interpretation for 5% of significance.
ANSCOMBE, F. J.; TUKEY, J. W. The examination and analysis of residuals. Technometrics, 5:141-160, 1963.
RIBEIRO, R. Proposta e compara<e7><e3>o do desempenho de testes para homogeneidade de vari<e2>ncia de modelos de classi ca<e7><e3>o one-way e two-way. Inicia<e7><e3>o Cient<ed>fica. (Inicia<e7><e3>o Cient<ed>fica) - Universidade Federal de Alfenas. 2012.
See also: han
, oneillmathews
# NOT RUN {
data(ex2)
attach(ex2)
rbd(trat, provador, aparencia, hvar='anscombetukey')
# }
Run the code above in your browser using DataLab