Description Usage Arguments Value
This function computes the genetic gain in Sfr. / year of the selection on the index. In this index all traits are represented in the aggregate genotype.
1 2 3 4 | compute_genetic_gain_overall_index(genetic_var_cov, residual_var_cov,
offspring, proportion_calves, proportion_adults, male_proportionselected,
female_proportionselected, male_generationintervall,
female_generationintervall, economic_weights)
|
genetic_var_cov |
The genetic variance-covariance matrix between the involved traits in the aggregate genotype. |
residual_var_cov |
The genetic variance-covariance matrix between the involved traits in the aggregate genotype. |
proportion_calves |
Proportion of calves in the offspring. |
proportion_adults |
Proportion of adults in the offspring. |
male_proportionselected |
Proportion selected of the offspring of a male selection candidate |
female_proportionselected |
Proportion selected of the offspring of a female selection candidate |
male_generationintervall |
Generation intervall of the male selection path. |
female_generationintervall |
Generation intervall of the female selection path. |
economic_weights |
A vector of economic weights with lenght of number of traits. |
male_offspring |
Number of the assumed offspring of the male selection candidate when selection occurs. |
female_offspring |
Number of the assumed offspring of the female selection candidate when selection occurs. |
Genetic Gain in Sfr. per year
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.