Learn R Programming

agricolae (version 1.0-4)

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)

Arguments

x
object of model lm() or AOV()

Value

  • xobject

Details

$sqrt(MSerror){mean(x)}*100$

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