plot_mmec: plot form a LMM plot with mmec

plot.mmecR Documentation

plot form a LMM plot with mmec

Description

plot method for class "mmec".

Usage

## S3 method for class 'mmec'
plot(x,stnd=TRUE, ...)

Arguments

x

an object of class "mmec"

stnd

argument for ploting the residuals to know if they should be standarized.

...

Further arguments to be passed

Value

vector of plot

Author(s)

Giovanny Covarrubias covarrubiasp@wisc.edu

See Also

plot, mmec

Examples

data(DT_yatesoats)
DT <- DT_yatesoats
head(DT)
m3 <- mmec(fixed=Y ~ V + N + V:N,
           random = ~ B + B:MP,
           rcov=~units,
           data = DT)
plot(m3)

sommer documentation built on Nov. 13, 2023, 9:05 a.m.