scottknott function

Multiple comparison: Scott-Knott test

Multiple comparison: Scott-Knott test

scottknott Performs the test of Scott-Knott, for multiple comparison of means.

scottknott(y, trt, DFerror, SSerror, alpha = 0.05, group = TRUE, main = NULL)

Arguments

  • y: Numeric or complex vector containing the response variable.
  • trt: Numeric or complex vector containing the treatments.
  • DFerror: Error degrees of freedom.
  • SSerror: Error sum of squares.
  • alpha: Significance level.
  • group: TRUE or FALSE.
  • main: Title.

Returns

Returns the multiple comparison of means according to the test of Scott-Knott.

Examples

data(ex1) attach(ex1) crd(trat, ig, quali = TRUE, mcomp = "sk", sigT = 0.05)

References

RAMALHO, M. A. P.; FERREIRA, D. F.; OLIVEIRA, A. C. de. Experimentacao em Genetica e Melhoramento de Plantas. 2a ed. Lavras: UFLA. 2005. 300p.

See Also

snk, duncan, lsd, lsdb, ccboot, tukey, ccF.

Author(s)

Eric B Ferreira, eric.ferreira@unifal-mg.edu.br

Denismar Alves Nogueira

Portya Piscitelli Cavalcanti (Adapted from Laercio Junio da Silva - GPL(>=2))

  • Maintainer: Eric Batista Ferreira
  • License: GPL (>= 2)
  • Last published: 2021-10-05

Useful links