cv.model | R Documentation |
It obtains the coefficient of variation of the experiment obtained by models lm() or aov()
cv.model(x)
x |
object of model lm() or AOV() |
sqrt(MSerror)*100/mean(x)
Returns the coefficient of variation of the experiment according to the applied statistical model
Felipe de Mendiburu
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.