Multiple comparison: Tukey's test
tukey
Performs the test of Tukey, for multiple comparison of means.
tukey(y, trt, DFerror, SSerror, alpha = 0.05, group = TRUE, main = NULL)
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.y Numeric trt factor DFerror Numeric MSerror Numeric alpha Numeric group Logic main Text
It is necessary first makes a analysis of variance.
data(ex1) attach(ex1) crd(trat, ig, quali = TRUE, mcomp = "tukey", sigT = 0.05)
Principles and procedures of statistics a biometrical approach Steel and Torry and Dickey. Third Edition 1997
scottknott
, duncan
, lsd
, lsdb
, ccboot
, snk
, ccF
.
Eric B Ferreira, eric.ferreira@unifal-mg.edu.br
Denismar Alves Nogueira
Portya Piscitelli Cavalcanti (Adapted from Felipe de Mendiburu - GPL)
Useful links