get_structure | R Documentation |
This generic function returns the covariance or precision matrix of a breedR random effect or a group of effects.
get_structure(x)
## S3 method for class 'breedR'
get_structure(x)
## S3 method for class 'effect_group'
get_structure(x)
## S3 method for class 'breedr_effect'
get_structure(x)
x |
A |
For effect_group
s, it returns the common structure of all the elements
in the group.
get_structure(breedR)
: Return the structure matrices of all structured random effects
get_structure(effect_group)
: Check that all elements share the same structure
and return it.
get_structure(breedr_effect)
: Return the structure matrix with an attribute
indicating its type
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.