Build data and AI skills | 50% off

Last chance! 50% off unlimited learning

Sale ends in


sommer (version 4.1.6)

plot.mmer: plot form a LMM plot with mmer

Description

plot method for class "mmer".

Usage

# S3 method for mmer
plot(x,stnd=TRUE, …)

Arguments

x

an object of class "mmer"

stnd

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

Further arguments to be passed

Value

vector of plot

See Also

plot, mmer

Examples

Run this code
# NOT RUN {
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)
# }

Run the code above in your browser using DataLab