powered by
order.stat(treatment, means, minimum)
order.group
library(agricolae) treatments <- c("A","B","C","D","E","F") means<-c(2,5,3,7,9,5) minimum.diff <- 2 groups<-order.stat(treatments,means,minimum.diff)
Run the code above in your browser using DataLab