lastC {agricolae} | R Documentation |
A special function for the group of treatments in the multiple comparison tests. Use order.group.
lastC(x)
x |
letters |
x |
character |
Felipe de Mendiburu
library(agricolae) x<-c("a","ab","b","c","cd") lastC(x) # "a" "b" "b" "c" "d"