offspring_gf_2 | R Documentation |
Calculates offspring genotype frequencies under the two-parameter model.
offspring_gf_2(alpha, xi1, xi2 = xi1, p1, p2)
alpha |
The double reduction rate |
xi1 |
The preferential pairing parameter of the first parent. |
xi2 |
The preferential pairing parameter of the second parent. |
p1 |
The first parent's genotype |
p2 |
The second parent's genotype |
Offspring genotype frequencies
Mira Thakkar
alpha <- 1/6
xi1 <- 1/3
xi2 <- 1/3
p1 <- 2
p2 <- 3
offspring_gf_2(alpha = alpha, xi1 = xi1, xi2 = xi2, p1 = p1, p2 = p2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.