powered by
When there are treatments and their respective values, these can be compared with a minimal difference of meaning.
order.stat(treatment, means, minimum,console=TRUE)
treatment
means of treatment
minimum value for the comparison
logical, print output
Factor
Numeric
order.group
# NOT RUN { 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