Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

plot

plot form a LMM plot with mmer


Description

plot method for class "mmer".

Usage

## S3 method for class '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

Author(s)

Giovanny Covarrubias covarrubiasp@wisc.edu

See Also

Examples

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)

sommer

Solving Mixed Model Equations in R

v4.1.3
GPL (>= 2)
Authors
Giovanny Covarrubias-Pazaran
Initial release
2021-04-01

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.