Flash Sale | 50% off

Last chance! 50% off unlimited learning

Sale ends in


sommer (version 4.4.1)

plot.mmes: plot form a LMM plot with mmes

Description

plot method for class "mmes".

Usage

# S3 method for mmes
plot(x,stnd=TRUE, ...)

Value

vector of plot

Arguments

x

an object of class "mmes"

stnd

argument for ploting the residuals to know if they should be standarized.

...

Further arguments to be passed

Author

Giovanny Covarrubias covarrubiasp@wisc.edu

See Also

plot, mmes

Examples

Run this code
data(DT_yatesoats)
DT <- DT_yatesoats
head(DT)
m3 <- mmes(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