agricolae (version 1.3-7)

cv.model: Coefficient of the experiment variation

Description

It obtains the coefficient of variation of the experiment obtained by models lm() or aov()

Usage

cv.model(x)

Value

Returns the coefficient of variation of the experiment according to the applied statistical model

Arguments

x

object of model lm() or AOV()

Author

Felipe de Mendiburu

Details

sqrt(MSerror)*100/mean(x)

See Also

LSD.test, HSD.test, waller.test

Examples

Run this code
# 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