| get.variance | R Documentation |
Function to derive underlying variance components (add/dom)
get.variance(
population,
gen = NULL,
database = NULL,
cohorts = NULL,
id = NULL
)
population |
Population list |
gen |
Quick-insert for database (vector of all generations to export) |
database |
Groups of individuals to consider for the export |
cohorts |
Quick-insert for database (vector of names of cohorts to export) |
id |
Individual IDs to search/collect in the database |
Table with realized narrow/broad-sense heritability, sigma_g,a,d
data(ex_pop)
get.variance(ex_pop, gen = 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.