plot.mmer | R Documentation |
plot
method for class "mmer"
.
## S3 method for class 'mmer'
plot(x,stnd=TRUE, ...)
x |
an object of class |
stnd |
argument for ploting the residuals to know if they should be standarized. |
... |
Further arguments to be passed |
vector of plot
Giovanny Covarrubias covarrubiasp@wisc.edu
plot
, mmer
data(DT_yatesoats)
DT <- DT_yatesoats
head(DT)
m3 <- mmer(fixed=Y ~ V + N + V:N,
random = ~ B + B:MP,
rcov=~units,
data = DT)
plot(m3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.