rhalfsib | R Documentation |
Sample responses from the following model:
y_{ijk} = μ + α_i + β_{ij} + ε_{ijk},
where μ is a deterministic mean vector and each α_i, β_{ij}, ε_{ijk} are independent mean-zero multivariate Gaussians with covariance matrices A, B, E respectively.
rhalfsib(mu, A, I, B, J, E, K)
mu |
Mean vector. |
A, B, E |
Covariance matrices of the sires dams and individuals. |
I, J, K |
Number of sires, dams per sire and individuals per dam. |
A tibble
with column names trait
, value
, sire
,
dam
, individual
. The value
column contains the response values whose
dimension is indexed by trait
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.