pmonitor {sommer} | R Documentation |
plot
for monitoring.
pmonitor(object, ...)
object |
model object of class |
... |
Further arguments to be passed to the plot function. |
vector of plot
Giovanny Covarrubias
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)