powered by
snk Performs the test of SNK, for multiple comparison of means.
snk
snk(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 SNK.
scottknott, duncan, lsd, lsdb, ccboot, tukey, ccF.
scottknott
duncan
lsd
lsdb
ccboot
tukey
ccF
# NOT RUN { data(ex1) attach(ex1) crd(trat, ig, quali = TRUE, mcomp = "snk", sigT = 0.05) # }
Run the code above in your browser using DataLab