pmonitor {sommer} | R Documentation |
plot the change of VC across iterations
Description
plot
for monitoring.
Usage
pmonitor(object, ...)
Arguments
object |
model object of class |
... |
Further arguments to be passed to the plot function. |
Value
vector of plot
Author(s)
Giovanny Covarrubias
See Also
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)
pmonitor(m3)
[Package sommer version 4.3.4 Index]