powered by
It obtains the coefficient of variation of the experiment obtained by models lm() or aov()
cv.model(x)
Returns the coefficient of variation of the experiment according to the applied statistical model
object of model lm() or AOV()
Felipe de Mendiburu
sqrt(MSerror)*100/mean(x)
LSD.test, HSD.test, waller.test
LSD.test
HSD.test
waller.test
# see examples from LSD , Waller-Duncan or HSD and complete with it: library(agricolae) # not run # cv<-cv.model(model)
Run the code above in your browser using DataLab