Description
knownStruc is a model function associating a known variance structure with a factor in the data.
Usage
vm(obj, source, singG=NULL)
ide(obj
)
Arguments
obj |
A factor in data . |
source |
The known inverse or relationship matrix:
|
singG |
Ignored if source has class ginv or attribute INVERSE=TRUE ; in such cases source must be one of:
If “PD” positive definite (default) “ND” “PSD” “NSD” |
Details
If source inherits from class Matrix
, asreml
will convert source
internally to either sparse triplet form (class dsparseMatrix
), or dense vector form (class ddenseMatrix
) for processing.
Functions
asr_vm: |
Create a model term associating a known relationship structure in source with a factor in data . |
asr_ide: |
Create a term with the levels of vm , and modelled by the homogeneous form of the identity variance structure. The vm term must precede ide in the model for the factor levels to be found. |