powered by
tukey Performs the test of Tukey, for multiple comparison of means.
tukey
tukey(y, trt, DFerror, SSerror, alpha = 0.05, group = TRUE, main = NULL)
Numeric or complex vector containing the response variable.
Numeric or complex vector containing the treatments.
Error degrees of freedom.
Error sum of squares.
Significance level.
TRUE or FALSE.
Title.
y Numeric trt factor DFerror Numeric MSerror Numeric alpha Numeric group Logic main Text
It is necessary first makes a analysis of variance.
Principles and procedures of statistics a biometrical approach Steel and Torry and Dickey. Third Edition 1997
scottknott, duncan, lsd, lsdb, ccboot, snk, ccF.
scottknott
duncan
lsd
lsdb
ccboot
snk
ccF
# NOT RUN { data(ex1) attach(ex1) crd(trat, ig, quali = TRUE, mcomp = "tukey", sigT = 0.05) # }
Run the code above in your browser using DataLab