powered by
Performs the test of Scott-Knott, for multiple comparison of means.
scottknott(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
Returns the multiple comparison of means according to the test of Scott-Knott.
RAMALHO, M. A. P.; FERREIRA, D. F.; OLIVEIRA, A. C. de. Experimentacao em Genetica e Melhoramento de Plantas. 2a ed. Lavras: UFLA. 2005. 300p.
snk, duncan, lsd, lsdb, ccboot, tukey, ccf
snk
duncan
lsd
lsdb
ccboot
tukey
ccf
# NOT RUN { data(ex1) attach(ex1) crd(trat, ig, quali = TRUE, mcomp='sk', sigT = 0.05) # }
Run the code above in your browser using DataLab