Learn R Programming

sommer (version 4.3.5)

pmonitor: plot the change of VC across iterations

Description

plot for monitoring.

Usage

pmonitor(object, ...)

Value

vector of plot

Arguments

object

model object of class "mmec"

...

Further arguments to be passed to the plot function.

Author

Giovanny Covarrubias

See Also

plot, mmec

Examples

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

Run the code above in your browser using DataLab