oneilldbc: Test for homogeneity of variances of ONeill and Mathews (RBD)

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

View source: R/oneilldbc.R

Description

oneilldbc Performs the test for homogeneity of variances of ONeill and Mathews (2002).

Usage

1
oneilldbc(resp, trat, block)

Arguments

resp

Numeric or complex vector containing the response variable.

trat

Numeric or complex vector containing treatments.

block

Numeric or complex vector containing blocks.

Value

Returns the p-value of ONeill and Mathews' test of homogeneity of variances and its practical interpretation for significance level of 5%.

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

O'NEILL, M. E.; MATHEWS, K. L. Levene tests of homogeneity of variance for general block and treatment designs. Biometrics, 58:216-224, Mar. 2002.

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

See Also

anscombetukey, han.

Examples

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

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

Related to oneilldbc in ExpDes...