| asv.asreml {asreml} | R Documentation |
Approximate stratum variances
Description
Generic function to compute approximate stratum variances, degrees of freedom and coefficients for variance component models.
Usage
## S3 method for class 'asreml'
asv(object, order = c("as.is", "noeff"), vvp = FALSE, ...)
Arguments
object |
An object of class |
order |
The sequence in which to consider the random terms. Options are
|
vvp |
If |
... |
Any additional arguments. |
Details
For linear mixed effects
model, it is often possible to consider a natural ordering of the
variance component parameters, including the residual. Based on an
idea due to Thompson, 1980; here, asreml computes approximate
stratum degrees of freedom and stratum variances by a modified
Cholesky diagonalisation of the average information matrix.
Value
If vvp = FALSE, a rectangular matrix containing the
degrees of freedom, approximate variances and the component coefficients
for each random term is provided.
If vvp = TRUE, a list of length two
containing the matrix of approximate stratum variances and the inverse
average information matrix of the variance components in list components
asv and vvp, respectively, is provided.