lastC {ExpDes} | R Documentation |
lastC
A special function for the group of treatments
in the multiple comparison tests. Use order.group.
lastC(x)
x |
letters |
x character.
Eric B Ferreira, eric.ferreira@unifal-mg.edu.br @author Denismar Alves Nogueira @author Portya Piscitelli Cavalcanti (Adapted from Felipe de Mendiburu - GPL)
x<-c("a","ab","b","c","cd")
lastC(x)
# "a" "b" "b" "c" "d"