powered by
plot method for class "mmec".
plot
"mmec"
# S3 method for mmec plot(x,stnd=TRUE, ...)
vector of plot
an object of class "mmec"
argument for ploting the residuals to know if they should be standarized.
Further arguments to be passed
Giovanny Covarrubias covarrubiasp@wisc.edu
plot, mmec
mmec
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)
Run the code above in your browser using DataLab