order.stat {agricolae}R Documentation

Grouping the treatments averages in a comparison with a minimum value

Description

When there are treatments and their respective values, these can be compared with a minimal difference of meaning.

Usage

order.stat(treatment, means, minimum)

Arguments

treatment treatment
means means of treatment
minimum minimum value for the comparison

Value

trt Factor
means Numeric
minimum Numeric

Author(s)

Felipe de Mendiburu

See Also

order.group

Examples

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)


[Package agricolae version 1.0-6 Index]