View source: R/breedr_effect.R
effect_group | R Documentation |
Builds an effect_group
from a list of breer_effect
elements.
effect_group(x, cov.ini, ntraits)
## S3 method for class 'effect_group'
dim(x)
x |
list of breedr_effect elements |
cov.ini |
initial covariance matrix for the estimation algorithm |
ntraits |
number of traits in the model |
Temporarily, this takes the cov.ini
argument and includes it in the
object. In the future, the initial covariance matrix will be a matter of the
inference engine, not inherent to the model.
The 'ntraits' is used to check the dimension of the initial variance matrix.
A list of breedr_effect
elements.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.