offspring_gf_2 {segtest} | R Documentation |
Calculates offspring genotype frequencies under the two-parameter model.
Description
Calculates offspring genotype frequencies under the two-parameter model.
Usage
offspring_gf_2(alpha, xi1, xi2 = xi1, p1, p2)
Arguments
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 |
Value
Offspring genotype frequencies
Author(s)
Mira Thakkar
Examples
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)
[Package segtest version 1.0.2 Index]