han: Test for homogeneity of variances of Han

Description Usage Arguments Value Author(s) References See Also Examples

View source: R/han.R

Description

han Performs the test for homogeneity of variances of Han (1969).

Usage

1
han(resp, trat, block)

Arguments

resp

Numeric or complex vector containing the response variable.

trat

Numeric or complex vector containing the treatments.

block

Numeric or complex vector containing the blocks.

Value

Returns the p-value of Han's test of homogeneity of variances and its practical interpretation for 5% of significance.

Author(s)

Eric B Ferreira, eric.ferreira@unifal-mg.edu.br @author Denismar Alves Nogueira @author Marcos Costa de Paula @author Mateus Pimenta Siqueira Lima

References

HAN, C. P. Testing the homogeneity of variances in a two-way classification. Biometrics, 25:153-158, Mar. 1969.

RIBEIRO, R. Proposta e comparacao do desempenho de testes para homogeneidade de variancia de modelos de classicacao one-way e two-way. Iniciacao Cientifica. (Iniciacao Cientifica) - Universidade Federal de Alfenas. 2012.

See Also

anscombetukey, oneillmathews.

Examples

1
2
3
data(ex2)
attach(ex2)
rbd(trat, provador, aparencia, hvar = "han")

ExpDes documentation built on Oct. 5, 2021, 9:09 a.m.

Related to han in ExpDes...