get_cov | R Documentation |
The function returns the covariance matrix for the multivariate normal distribution of lg_subject, l_subject, l_parent1, l_parent2, l_sibling1, ... ,l_siblingN
get_cov(h2, n_sib = 0)
h2 |
The heritability of trait. |
n_sib |
Amount of siblings. |
Covariance matrix of datatype matrix.
get_cov(0.5, n_sib = 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.