| tr.asreml {asreml} | R Documentation |
REML convergence trace for asreml objects.
Description
Scatter plots of model component values against iteration for each random component for a fitted model.
Usage
## S3 method for class 'asreml'
tr(
object,
components = seq(4, nrow(object$trace)),
iter = seq(1, ncol(object$trace)),
...
)
Arguments
object |
An |
components |
A numeric vector of row numbers of the |
iter |
A numeric vector of iteration numbers to include; default is all
columns of |
... |
Additional arguments. |
Details
Values are extracted from the trace matrix of an
asreml fitted object. The (first) three rows of this matrix
corresponding to LogLik, Sigma2 and DF,
respectively, are not plotted by default.
Value
An invisible list of ggplot2 objects.
[Package asreml version 4.2.0.480 Index]